org.opa.core
Interface OPACookieJar
- All Known Implementing Classes:
- TestTextField
- public interface OPACookieJar
This interface represents a container that holds
OPACookie objects. Typically, this is a GUI component.
The OPA Action subsystem will collect cookies from a
OPACookieJar instance when it gains focus. These OPACookies
will determine which registered OPAActions will be enabled.
When the user chooses an OPAActions button or menubutton, it
will invoke the action, which invokes the OPAActionManager which
invokes the OPACookie.
Method Summary |
java.util.HashMap |
getCookies()
Returns the OPACookies (if any) associated with
this object |
getCookies
public java.util.HashMap getCookies()
- Returns the OPACookies (if any) associated with
this object