|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionManager | |
---|---|
com.ehsbe.commons.action | |
com.ehsbe.commons.gui |
Uses of ActionManager in com.ehsbe.commons.action |
---|
Methods in com.ehsbe.commons.action that return ActionManager | |
---|---|
static ActionManager |
ActionManager.getInstance()
Get the instance of the ActionManger. |
Methods in com.ehsbe.commons.action with parameters of type ActionManager | |
---|---|
static void |
ActionContainerFactory.configure(AbstractButton button,
Action action,
ActionManager manager)
Configure the given button by the given action using the given action manager ;-) At the moment it configures just the extended properties provided by AbstractActionExt actions. |
static AbstractButton |
ActionContainerFactory.createButton(Action action,
ActionManager manager)
Creates a button based on the attributes of the given action. |
static AbstractButton |
ActionContainerFactory.createButton(Object id,
ActionManager manager)
Creates a button based on the action with the given ID. |
static AbstractButton |
ActionContainerFactory.createButton(Object id,
ActionManager manager,
boolean copy)
Creates a button based on the action with the given ID. |
static AbstractButton[] |
ActionContainerFactory.createButtons(List<Action> list,
ActionManager manager)
Creates an array of buttons using the given list. |
static AbstractButton[] |
ActionContainerFactory.createButtons(String id,
ActionManager manager)
Creates an array of buttons using the possible nested list of action IDs with the given id. |
static JComponent |
ActionContainerFactory.createMenu(List<?> list,
JComponent parent,
ActionManager manager)
Create a menu tree from the given list of action IDs and lists of action IDs. |
static JMenu |
ActionContainerFactory.createMenu(Object actionId,
ActionManager manager)
Create a single JMenu from the action with the given id. |
static JMenuBar |
ActionContainerFactory.createMenuBar(List<?> list,
ActionManager manager)
Populate a menubar from a action list. |
static JMenuItem |
ActionContainerFactory.createMenuItem(Action action,
ActionManager manager)
Creates a menu item based on the attributes of the given action. |
static JMenuItem |
ActionContainerFactory.createMenuItem(Object id,
ActionManager manager)
Creates a menu item based on the attributes of the action element. |
static JPopupMenu |
ActionContainerFactory.createPopup(List<?> list,
ActionManager manager)
Constructs a popup menu from a list of action ids. |
static JToolBar |
ActionContainerFactory.createToolBar(List<?> list,
ActionManager manager)
Constructs a toolbar from an action-list id. |
Uses of ActionManager in com.ehsbe.commons.gui |
---|
Methods in com.ehsbe.commons.gui that return ActionManager | |
---|---|
ActionManager |
AppFrame.getManager()
Get the action manager attached to this frame |
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |