|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActionBase in com.quadrique.jbuildingblocks.gui |
|---|
| Subclasses of ActionBase in com.quadrique.jbuildingblocks.gui | |
|---|---|
class |
ActionBaseToggle
This is the base class for an action that can be toggled on and off The main additional functionality compared to ActionBase is that the action icon is either a checked rectangle when the action is "on" (e.g. |
class |
ShortcutsViewAction
This class represents an action that is used internally by the ShortcutsViews panel to switch from one view to the other. |
class |
TableAction
This is the base class for all the Table GUI actions. |
| Methods in com.quadrique.jbuildingblocks.gui that return ActionBase | |
|---|---|
ActionBase |
Actions.get(String zClassName)
|
| Methods in com.quadrique.jbuildingblocks.gui with parameters of type ActionBase | |
|---|---|
JButton |
ToolBar.add(ActionBase zAction)
Add an action to the toolbar. |
void |
ToolBar.add(ActionBase[] zActions)
Add the actions associated to the toolbar |
JMenuItem |
MenuPopup.addAction(ActionBase zAction)
add an action to the context sensitive menu |
JMenuItem |
MenuPopup.addAction(JMenu zMenu,
ActionBase zAction)
|
JMenuItem |
MenuBarBase.addAction(JMenu zMenu,
ActionBase zAction)
|
JButton |
Dlg.addButton(ActionBase zAction,
boolean zCloseDialogIfActivated,
boolean zIsDefault)
buttons are added from o to n-1 ==> return value contains the button id (0 to n-1) |
ButtonRollOver |
ButtonAreaSideBar.addButton(ActionBase zAction,
int zButtonId)
This method adds a button to the side bar. |
JButton |
ButtonArea.addButton(ActionBase zAction,
int zButtonId)
This method adds a button to the button area. |
JMenu |
MenuBarBase.addMenu(String zText,
int zMnemonic,
ActionBase[] zActions)
add a menu with a list of menu items each menu item is associated to a given action |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||