Uses of Package
net.sf.jguiraffe.gui.builder.action
-
Packages that use net.sf.jguiraffe.gui.builder.action Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.action Theaction
sub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation.net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilder
interfaces can be found. -
Classes in net.sf.jguiraffe.gui.builder.action used by net.sf.jguiraffe.gui.app Class Description ActionStore A class for maintaining action objects. -
Classes in net.sf.jguiraffe.gui.builder.action used by net.sf.jguiraffe.gui.builder Class Description ActionStore A class for maintaining action objects. -
Classes in net.sf.jguiraffe.gui.builder.action used by net.sf.jguiraffe.gui.builder.action Class Description Accelerator A class that represents an accelerator for invoking an action.ActionBuilder A central data class used during the action builder process.ActionData Definition of an interface for describing properties of an action.ActionDataImpl A straight forward implementation of theActionData
interface.
ActionManager Definition of an interface for a component that creates GUI library specific action objects and related classes.ActionStore A class for maintaining action objects.FormAction An interface describing an action.FormActionException An exception class indicating a problem with the form action framework.PopupMenuBuilder A builder interface for creating popup menus.PopupMenuHandler Definition of an interface for controlling popup menus that can be associated with GUI components.SimplePopupMenuHandler A specialized implementation of aPopupMenuHandler
, which can be used out of the box for creating not too complex, mostly static popup menus. -
Classes in net.sf.jguiraffe.gui.builder.action used by net.sf.jguiraffe.gui.builder.action.tags Class Description Accelerator A class that represents an accelerator for invoking an action.ActionData Definition of an interface for describing properties of an action.ActionManager Definition of an interface for a component that creates GUI library specific action objects and related classes.FormAction An interface describing an action.FormActionException An exception class indicating a problem with the form action framework.PopupMenuHandler Definition of an interface for controlling popup menus that can be associated with GUI components. -
Classes in net.sf.jguiraffe.gui.builder.action used by net.sf.jguiraffe.gui.builder.impl Class Description ActionBuilder A central data class used during the action builder process.ActionManager Definition of an interface for a component that creates GUI library specific action objects and related classes.