Package org.opa.action

This package represents user initiated actions in OPA.

See:
          Description

Class Summary
OPAContextSensitiveAction This abstract class represents an OPAAction that will be enabled/disabled based on changes in the GUI focus.
OPADefaultActionManager This class provides default implementation of the OPAActionManager interface.
OPARedoAction  
OPAUndoAction  
TestTextField Experimental class used to test the context-sensitive OPAAction support in OPA.
 

Package org.opa.action Description

This package represents user initiated actions in OPA. OPA extends the Java Action API. In addition, OPA provides support for UNDO, REDO and for context-sensitive actions.

Typically OPA modules register OPAActions in OPABundles by using an OPALoader. These OPAActions are then used by OPA to generate the application menubar, toolbar(s) and popup menu. OPA handles enabling and disabling of OPAActions based on changes in the GUI focus.