void |
ActionManager.addMenuSeparator(ActionBuilder actionBuilder,
Object menu) |
Adds a separator to the specified menu.
|
void |
ActionManagerWrapper.addMenuSeparator(ActionBuilder actionBuilder,
Object menu) |
Adds a separator to the specified menu.
|
void |
ActionManager.addToolBarSeparator(ActionBuilder actionBuilder,
Object toolBar) |
Adds a separator to the specified tool bar.
|
void |
ActionManagerWrapper.addToolBarSeparator(ActionBuilder actionBuilder,
Object toolBar) |
Adds a separator to the specified tool bar.
|
FormAction |
ActionManager.createAction(ActionBuilder actionBuilder,
ActionData actionData) |
Creates an action object based on the provided information.
|
FormAction |
ActionManagerWrapper.createAction(ActionBuilder actionBuilder,
ActionData actionData) |
Creates an action object based on the provided information.
|
Object |
ActionManager.createMenu(ActionBuilder actionBuilder,
Object menu,
TextIconData data,
Object parent) |
Creates a (sub) menu.
|
Object |
ActionManagerWrapper.createMenu(ActionBuilder actionBuilder,
Object menu,
TextIconData data,
Object parent) |
Creates a (sub) menu.
|
Object |
ActionManager.createMenuBar(ActionBuilder actionBuilder) |
Creates a menu bar.
|
Object |
ActionManagerWrapper.createMenuBar(ActionBuilder actionBuilder) |
Creates a menu bar.
|
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 |
ActionManager.createMenuItem(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a menu item based on the specified action object.
|
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.
|
Object |
ActionManagerWrapper.createMenuItem(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a menu item based on the specified action object.
|
Object |
ActionManager.createToolbar(ActionBuilder actionBuilder) |
Creates a toolbar object.
|
Object |
ActionManagerWrapper.createToolbar(ActionBuilder actionBuilder) |
Creates a toolbar object.
|
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 |
ActionManager.createToolbarButton(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a toolbar button based on the specified action 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.
|
Object |
ActionManagerWrapper.createToolbarButton(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a toolbar button based on the specified action object.
|