Package net.sf.jguiraffe.gui.builder.action.tags

Here the tags for creating actions and related objects are defined.

See:
          Description

Interface Summary
ActionContainer Definition of an interface for objects with container facilities.
 

Class Summary
ActionBuilderTagLibrary The tag library for the action builder tags.
ActionControlTag Definition of an abstract base class for tag handler classes that create controls, which can be associated with actions.
ActionDataTag An abstract base class for tag handler classes that need to deal with action objects and their properties.
ActionListenerTag A specific form event listener tag implementation that deals with action listeners.
ActionTag A tag handler class for creating action objects.
ActionTaskTag A simple tag for specifying task objects for actions.
AndEventFilterTag A specialized ChainedEventFilter implementation that creates an AndEventFilter.
ChainedEventFilterTag A specialized event filter class that deals with chained filters, i.e. event filters that can child event filters.
ChangeListenerTag A specific form event listener tag implementation that deals with change listeners.
EventFilterTag A specialized tag handler class for creating event filters.
EventListenerTag A base class for event listener tags.
EventRegistrationTag A tag handler class for registering an event listener at a single or multiple components.
FocusListenerTag A specific form event listener tag implementation that deals with focus listeners.
FormEventListenerTag A base class for event listener tag handler classes that deal with event listeners for form events.
FormEventListenerTag.RegisterListenerCallBack A callback implementation for registering event listeners after the builder process is completed.
MenuBarTag A tag handler class for creating menu bars.
MenuItemTag A tag handler class that creates menu items.
MenuTag A tag handler class for defining menus.
OrEventFilterTag A specialized ChainedEventFilter implementation that creates an OrEventFilter.
PopupHandlerTag A tag handler class that allows registering a handler for a popup menu at a component.
SeparatorTag A simple tag handler class for creating a separator for menus, toolbars, and related components.
ToolbarTag A specialized tag handler class for creating a toolbar component.
ToolButtonTag A specific tag handler class for creating toolbar buttons.
 

Package net.sf.jguiraffe.gui.builder.action.tags Description

Here the tags for creating actions and related objects are defined. The tag handler classes defined in this package support the creation of actions, menu bars and items, and tool bar buttons.

It is also possible to register event listeners at components. This can be done in two different ways: