|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionList | |
---|---|
com.cosylab.gui.components.util |
Uses of ActionList in com.cosylab.gui.components.util |
---|
Methods in com.cosylab.gui.components.util with parameters of type ActionList | |
---|---|
void |
ActionList.addAll(ActionList action)
Adds all actions from ActionList to end of the this list in specified order. |
static javax.swing.JButton |
Actions.createButton(ActionList info)
Constructs a button from the provided ActionList. |
static javax.swing.JMenu |
Actions.createMenu(ActionList actions)
Constructs a menu with the given actions as menu items. |
static javax.swing.JMenu |
Actions.createMenu(ActionList actions,
int orientation)
Constructs a menu with given actions as menu items. |
static javax.swing.JMenuBar |
Actions.createMenuBar(ActionList actions)
Constructs a menu bar with the give actions. |
static javax.swing.JMenuItem |
Actions.createMenuItem(ActionList actions)
Creates a menu item with the given action. |
static javax.swing.JMenuItem |
Actions.createMenuItem(ActionList actions,
boolean radio)
Creates a menu item with the given action. |
static javax.swing.JPopupMenu |
Actions.createPopupMenu(ActionList info)
Creates a popup menu with the given actions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |