Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.mainwnd | |
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 | Method and Description |
---|---|
void |
TablePopupHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData)
Asks this handler to create a popup menu using the specified
PopupMenuBuilder . |
Modifier and Type | Method and Description |
---|---|
protected void |
SimplePopupMenuHandler.addAction(PopupMenuBuilder builder,
ComponentBuilderData compData,
FormAction action)
Adds an action to the menu constructed by this handler.
|
protected void |
SimplePopupMenuHandler.addMenuElement(PopupMenuBuilder builder,
ComponentBuilderData compData,
Object element)
Adds an element to the menu to be constructed.
|
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.
|
protected void |
SimplePopupMenuHandler.addSeparator(PopupMenuBuilder builder,
ComponentBuilderData compData)
Adds a separator to the menu constructed by this handler.
|
protected void |
SimplePopupMenuHandler.addSubMenu(PopupMenuBuilder builder,
ComponentBuilderData compData,
SimplePopupMenuHandler subHandler)
Adds a sub menu to the menu constructed by this handler.
|
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.
|
protected void |
SimplePopupMenuHandler.checkMenuElement(Object element)
Checks whether the specified menu element can be processed by this
handler.
|
void |
SimplePopupMenuHandler.checkMenuItems()
Tests whether all menu elements to be processed by this handler are
supported.
|
void |
SimplePopupMenuHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData)
Constructs the menu.
|
void |
PopupMenuHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData)
Asks this handler to create a popup menu using the specified
PopupMenuBuilder . |
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.
|
void |
ActionManagerWrapper.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Registers the specified
PopupMenuHandler at the given UI
component. |
void |
ActionManager.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Registers the specified
PopupMenuHandler at the given UI
component. |
Modifier and Type | Method and Description |
---|---|
void |
ToolbarTag.addSeparator()
Adds a separator to the toolbar.
|
void |
MenuTag.addSeparator()
Adds a separator to this menu.
|
void |
ActionContainer.addSeparator()
Adds a separator element to this container.
|
protected void |
ToolButtonTag.createActionControl(ActionManager manager,
FormAction action,
Object parent)
Creates a toolbar button that is associated with an action.
|
protected void |
MenuItemTag.createActionControl(ActionManager manager,
FormAction action,
Object parent)
Creates a menu item based on an action definition.
|
protected abstract void |
ActionControlTag.createActionControl(ActionManager manager,
FormAction action,
Object parent)
Creates a control and associates it with the given action.
|
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.
|
protected Object |
ActionTag.createTask(String taskName,
Class<?> taskBeanClass,
Class<?> taskClass)
Creates the task for this action.
|
protected Object |
ActionTag.createTaskByClass(Class<?> taskClass)
Creates the action's task if it is defined by its class.
|
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.
|
void |
SwingActionManager.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData)
Associates a
PopupMenuHandler with a UI component. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.