|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractAction | |
| planetj.dataengine.display | |
| Uses of AbstractAction in planetj.dataengine.display |
| Subclasses of AbstractAction in planetj.dataengine.display | |
class |
ReflectAction
A ReflectAction uses java reflection to invoke a method on a given Object. |
class |
ReflectRowAction
Uses java reflection to perform an action on a Row. |
class |
ReflectRowCollectionAction
Uses java reflection to perform an action on a RowCollection. |
class |
RowAction
A RowAction is an action that is to be performed on a given Row. |
| Methods in planetj.dataengine.display that return AbstractAction | |
AbstractAction |
ActionManager.getAction(String type,
String name)
Gets the action for the given action type and name. |
AbstractAction |
ActionManager.getAction(ActionDisplayDescriptor descriptor)
Gets the action associated with the given descriptor. |
AbstractAction |
ActionDisplayDescriptor.getAction()
Gets the action associated with this descriptor. |
| Methods in planetj.dataengine.display with parameters of type AbstractAction | |
void |
ActionManager.registerAction(String type,
String name,
AbstractAction action)
Puts the action for the given action type and name. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||