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


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 $

  • Klasse
    Beschreibung
    An abstract base class for tag handler classes that need to deal with action objects and their properties.
    The tag library for the action builder tags.
    Definition of an interface for objects with container facilities.
    Definition of an abstract base class for tag handler classes that create controls, which can be associated with actions.
    A simple tag for creating objects of type ActionData.
    A specific form event listener tag implementation that deals with action listeners.
    A tag handler class for creating action objects.
    A simple tag for specifying task objects for actions.
    A specialized ChainedEventFilter implementation that creates an AndEventFilter.
    A specialized event filter class that deals with chained filters, i.e. event filters that can child event filters.
    A specific form event listener tag implementation that deals with change listeners.
    A specialized tag handler class for creating event filters.
    A base class for event listener tags.
    A specialized tag handler implementation that allows adding another event listener type to a FormEventListenerTag.
    A tag handler class for registering an event listener at a single or multiple components.
    A specific form event listener tag implementation that deals with focus listeners.
    A base class for event listener tag handler classes that deal with event listeners for form events.
    A tag handler class for creating menu bars.
    A tag handler class that creates menu items.
    A tag handler class for defining menus.
    A specialized event listener tag that deals with mouse events.
    A specialized ChainedEventFilter implementation that creates an OrEventFilter.
    A tag handler class that allows registering a handler for a popup menu at a component.
    A simple tag handler class for creating a separator for menus, toolbars, and related components.
    A specialized tag handler class for creating a toolbar component.
    A specific tag handler class for creating toolbar buttons.