Package org.opa.cookie

This package defines several interfaces that are used to indicate actions supported.

See:
          Description

Interface Summary
OPACopyCookie This interface defines objects that can create OPACommands to perform desired action on target objects.
OPACutCookie This interface defines objects that can create OPACommands to perform desired action on target objects.
OPADeleteCookie This interface defines objects that can create OPACommands to perform desired action on target objects.
OPAOpenCookie This interface defines objects that can create OPACommands to perform desired action on target objects.
OPAPasteCookie This interface defines objects that can create OPACommands to perform desired action on target objects.
OPARedoCookie Deprecated. DO NOT USE - OPAActionManager handles UNDO and REDO actions.
OPAUndoCookie Deprecated. DO NOT USE - OPAActionManager handles UNDO and REDO actions.
 

Package org.opa.cookie Description

This package defines several interfaces that are used to indicate actions supported. These "OPACookies" are used by OPAActionManager implementations to associate OPAActions (submitted by OPA modules at start-up) with GUI components. When a GUI component gains focus OPAActionManager asks for its OPACookies. These OPACookies represent possible types of action. OPAActions that are not supported by the focussed GUI component are disabled (visible buttons will be greyed-out). when an enabled OPAAction is activated, OPAActionManager asks the appropriate OPACookie of the focussed GUI component to create an OPACommand. This OPACommand contains the Java code that performs the desired action eg delete a file etc.