|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractActionDefault | |
---|---|
pl.psnc.vlab.util.gui.action | Utility classes for managing JFC Action based objects. |
pl.psnc.vlab.util.gui.action.factory | |
pl.psnc.vlab.util.gui.action.helper |
Uses of AbstractActionDefault in pl.psnc.vlab.util.gui.action |
---|
Subclasses of AbstractActionDefault in pl.psnc.vlab.util.gui.action | |
---|---|
class |
LocalizedAbstractAction
LocalizedAbstractAction class - provides default implementation for
the JFC Action interface with the localised text descriptions. |
class |
LocalizedObservableAbstractAction
LocalizedObservableAbstractAction class - provides default
implementation for the JFC Action interface with the localised text
descriptions and possibility of adding observers. |
Uses of AbstractActionDefault in pl.psnc.vlab.util.gui.action.factory |
---|
Methods in pl.psnc.vlab.util.gui.action.factory that return AbstractActionDefault | |
---|---|
static AbstractActionDefault |
ActionFactory.getAction(ActionType type)
Get action by the given action type |
Methods in pl.psnc.vlab.util.gui.action.factory that return types with arguments of type AbstractActionDefault | |
---|---|
java.lang.Class<? extends AbstractActionDefault> |
ActionType.getType()
Get type of the given action object |
Methods in pl.psnc.vlab.util.gui.action.factory with parameters of type AbstractActionDefault | |
---|---|
static void |
ActionFactory.putAction(ActionType type,
AbstractActionDefault action)
Store an action on the action list |
Uses of AbstractActionDefault in pl.psnc.vlab.util.gui.action.helper |
---|
Methods in pl.psnc.vlab.util.gui.action.helper with parameters of type AbstractActionDefault | |
---|---|
static void |
ActionHelper.setAction(javax.swing.AbstractButton component,
AbstractActionDefault action,
boolean enabled)
Set action for the given component. |
|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |