|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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
. |
| 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
. |
| 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. |
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:
ActionListenerTag,
ChangeListenerTag, and FocusListenerTag allow mapping
an event generated by a GUI component to an action. This is convenient if the
actions are used by the application anyway. Using filter conditions the exact
event types that should trigger the action can be specified.EventRegistrationTag class supports the more traditional
approach of registering a plain event listener instance at a component. This
approach is not limited to standard event types, but works with specific events
supported by specialized ComponentHandler implementations, too.
$Id: package.html 165 2009-08-28 17:57:32Z oheger $
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||