|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionType | |
---|---|
pl.psnc.vlab.util.gui.action.factory | |
pl.psnc.vlab.util.gui.action.helper |
Uses of ActionType in pl.psnc.vlab.util.gui.action.factory |
---|
Methods in pl.psnc.vlab.util.gui.action.factory with parameters of type ActionType | |
---|---|
static AbstractActionDefault |
ActionFactory.getAction(ActionType type)
Get action by the given action type |
static java.util.Observable |
ActionFactory.getObservable(ActionType type)
Get observable interface from the given action |
static java.util.Observer |
ActionFactory.getObserver(ActionType type)
Get observer interface from the given action |
static void |
ActionFactory.putAction(ActionType type,
AbstractActionDefault action)
Store an action on the action list |
Uses of ActionType in pl.psnc.vlab.util.gui.action.helper |
---|
Methods in pl.psnc.vlab.util.gui.action.helper with parameters of type ActionType | |
---|---|
static void |
ActionHelper.addObserver(ActionType observable,
ActionType observer)
Add action observer to the given observable object |
static void |
ActionHelper.addObserver(ActionType observable,
java.util.Observer observer)
Add action observer to the given observable object |
static void |
ActionHelper.setAction(javax.swing.AbstractButton component,
ActionType actionType,
boolean enabled)
Set action for the given component. |
static void |
ActionHelper.setAction(javax.swing.AbstractButton component,
ActionType actionType,
boolean enabled,
boolean associate)
Set action for the given component. |
|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |