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.impl |
Here default implementations of the
Builder interfaces can be found. |
net.sf.jguiraffe.gui.platform.swing.builder.action |
This package contains Swing-specific implementations for action-related classes.
|
Modifier and Type | Method and Description |
---|---|
static ActionBuilder |
ActionBuilder.get(org.apache.commons.jelly.JellyContext context)
Returns the instance of this class stored in the specified Jelly context.
|
ActionBuilder |
AbstractPopupMenuBuilder.getActionBuilder()
Returns the
ActionBuilder data object to be passed to the action
manager. |
Modifier and Type | Method and Description |
---|---|
void |
ActionManagerWrapper.addMenuSeparator(ActionBuilder actionBuilder,
Object menu)
Adds a separator to the specified menu.
|
void |
ActionManager.addMenuSeparator(ActionBuilder actionBuilder,
Object menu)
Adds a separator to the specified menu.
|
void |
ActionManagerWrapper.addToolBarSeparator(ActionBuilder actionBuilder,
Object toolBar)
Adds a separator to the specified tool bar.
|
void |
ActionManager.addToolBarSeparator(ActionBuilder actionBuilder,
Object toolBar)
Adds a separator to the specified tool bar.
|
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.
|
Object |
ActionManagerWrapper.createMenu(ActionBuilder actionBuilder,
Object menu,
TextIconData data,
Object parent)
Creates a (sub) menu.
|
Object |
ActionManager.createMenu(ActionBuilder actionBuilder,
Object menu,
TextIconData data,
Object parent)
Creates a (sub) menu.
|
Object |
ActionManagerWrapper.createMenuBar(ActionBuilder actionBuilder)
Creates a menu bar.
|
Object |
ActionManager.createMenuBar(ActionBuilder actionBuilder)
Creates a menu bar.
|
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.
|
Object |
ActionManagerWrapper.createMenuItem(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent)
Creates a menu item based on the specified action object.
|
Object |
ActionManager.createMenuItem(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent)
Creates a menu item based on the specified action object.
|
Object |
ActionManagerWrapper.createToolbar(ActionBuilder actionBuilder)
Creates a toolbar object.
|
Object |
ActionManager.createToolbar(ActionBuilder actionBuilder)
Creates a toolbar object.
|
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.
|
Object |
ActionManagerWrapper.createToolbarButton(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent)
Creates a toolbar button based on the specified action object.
|
Object |
ActionManager.createToolbarButton(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent)
Creates a toolbar button based on the specified action object.
|
Constructor and Description |
---|
AbstractPopupMenuBuilder(ActionManager manager,
ActionBuilder builder)
Creates a new instance of
AbstractPopupMenuBuilder . |
Modifier and Type | Method and Description |
---|---|
protected ActionBuilder |
JellyBuilder.createActionBuilderData(BuilderData data)
Creates the action builder data object for the current builder process.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingActionManager.addMenuSeparator(ActionBuilder actionBuilder,
Object menu)
Adds a separator to the given menu.
|
void |
SwingActionManager.addToolBarSeparator(ActionBuilder actionBuilder,
Object toolBar)
Adds a separator to the given tool bar.
|
FormAction |
SwingActionManager.createAction(ActionBuilder actionBuilder,
ActionData actionData)
Creates an action object.
|
Object |
SwingActionManager.createMenu(ActionBuilder actionBuilder,
Object menu,
TextIconData data,
Object parent)
Creates a menu based on the given data.
|
Object |
SwingActionManager.createMenuBar(ActionBuilder actionBuilder)
Creates a menu bar.
|
ComponentHandler<?> |
SwingActionManager.createMenuItem(ActionBuilder actionBuilder,
ActionData actionData,
boolean checked,
Object parent)
Creates a menu item based on the passed in data object.
|
Object |
SwingActionManager.createMenuItem(ActionBuilder actionBuilder,
FormAction formAction,
boolean checked,
Object parent)
Creates a menu item based on the given action.
|
Object |
SwingActionManager.createToolbar(ActionBuilder actionBuilder)
Creates a tool bar 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.
|
Object |
SwingActionManager.createToolbarButton(ActionBuilder actionBuilder,
FormAction formAction,
boolean checked,
Object parent)
Creates a toolbar button based on the given action.
|
Constructor and Description |
---|
SwingPopupMenuBuilder(ActionManager actMan,
ActionBuilder builder,
MouseEvent event)
Creates a new instance of
SwingPopupMenuBuilder and initializes
it with information about the action manager to be delegated to and the
mouse event that triggered the invocation of this builder. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.