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

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:

  • The tag handler classes 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.
  • The 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 205 2012-01-29 18:29:57Z oheger $