Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.action |
The
action 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.platform.swing.builder.action |
This package contains Swing-specific implementations for action-related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionDataImpl
A straight forward implementation of the
ActionData |
class |
SimplePopupMenuHandler
A specialized implementation of a
PopupMenuHandler ,
which can be used out of the box for creating not too complex, mostly static
popup menus. |
Modifier and Type | Method and Description |
---|---|
FormAction |
ActionManagerWrapper.createAction(ActionBuilder actionBuilder,
ActionData actionData)
Creates an action object based on the provided information.
|
FormAction |
ActionManager.createAction(ActionBuilder actionBuilder,
ActionData actionData)
Creates an action object based on the provided information.
|
ComponentHandler<?> |
ActionManagerWrapper.createMenuItem(ActionBuilder actionBuilder,
ActionData actionData,
boolean checked,
Object parent)
Creates a menu item based on the specified action data object and returns
a component handler for it.
|
ComponentHandler<?> |
ActionManager.createMenuItem(ActionBuilder actionBuilder,
ActionData actionData,
boolean checked,
Object parent)
Creates a menu item based on the specified action data object and returns
a component handler for it.
|
ComponentHandler<?> |
ActionManagerWrapper.createToolbarButton(ActionBuilder actionBuilder,
ActionData data,
boolean checked,
Object parent)
Creates a toolbar button based on the given action data object and
returns a component handler for it.
|
ComponentHandler<?> |
ActionManager.createToolbarButton(ActionBuilder actionBuilder,
ActionData data,
boolean checked,
Object parent)
Creates a toolbar button based on the given action data object and
returns a component handler for it.
|
void |
ActionDataImpl.setActionData(ActionData c)
Initializes this object from the specified
ActionData object. |
PopupMenuBuilder |
PopupMenuBuilder.subMenuBuilder(ActionData menuDesc)
Returns a builder for creating a sub menu.
|
PopupMenuBuilder |
AbstractPopupMenuBuilder.subMenuBuilder(ActionData menuDesc)
Returns a builder for creating a sub menu.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActionDataTag
An abstract base class for tag handler classes that need to deal with action
objects and their properties.
|
class |
ActionControlTag
Definition of an abstract base class for tag handler classes that create
controls, which can be associated with actions.
|
class |
ActionDataTag
A simple tag for creating objects of type
ActionData . |
class |
ActionTag
A tag handler class for creating action objects.
|
class |
MenuItemTag
A tag handler class that creates menu items.
|
class |
ToolButtonTag
A specific tag handler class for creating toolbar buttons.
|
Modifier and Type | Method and Description |
---|---|
protected ComponentHandler<?> |
ToolButtonTag.createElementHandler(ActionManager manager,
ActionData data,
Object parent)
Creates a toolbar button based on the given data object.
|
protected ComponentHandler<?> |
MenuItemTag.createElementHandler(ActionManager manager,
ActionData data,
Object parent)
Creates a menu item based on an action data object.
|
protected abstract ComponentHandler<?> |
ActionControlTag.createElementHandler(ActionManager manager,
ActionData data,
Object parent)
Creates a control based on the given action data object.
|
Modifier and Type | Method and Description |
---|---|
FormAction |
SwingActionManager.createAction(ActionBuilder actionBuilder,
ActionData actionData)
Creates an action object.
|
ComponentHandler<?> |
SwingActionManager.createMenuItem(ActionBuilder actionBuilder,
ActionData actionData,
boolean checked,
Object parent)
Creates a menu item based on the passed in data object.
|
ComponentHandler<?> |
SwingActionManager.createToolbarButton(ActionBuilder actionBuilder,
ActionData data,
boolean checked,
Object parent)
Creates a toolbar button based on the passed in action data object and
returns a component handler for it.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.