|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
org.opa.core.OPAAction
org.opa.core.OPAPanelAction
Field Summary |
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
OPAPanelAction()
Creates a new instance of OPAPanelAction |
Method Summary | |
java.lang.Class |
getCookieInterface()
Returns the OPACookie to be associated with this OPAAction. |
java.lang.String |
getMenuPath()
Returns a the preferred menu path for this events 'menu' agent. |
java.lang.String |
getPosition()
This is the priority level used by OPA when building the system menu. |
boolean |
onMenubar()
Add to application menubar? |
boolean |
onPopup()
Add to application popup menu? |
boolean |
onToolbar()
Add to application toolbar? |
void |
setCookie(OPACookie cookieInstance)
Adds an OPACookie instance to this action. |
void |
setHelp(java.awt.Component c)
|
Methods inherited from class org.opa.core.OPAAction |
setIcon, setName, setToolTip |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.event.ActionListener |
actionPerformed |
Constructor Detail |
public OPAPanelAction()
Method Detail |
public final java.lang.Class getCookieInterface()
OPAAction
getCookieInterface
in class OPAAction
public final java.lang.String getMenuPath()
OPAAction
getMenuPath
in class OPAAction
public final java.lang.String getPosition()
OPAAction
getPosition
in class OPAAction
public final boolean onMenubar()
OPAAction
onMenubar
in class OPAAction
public final boolean onPopup()
OPAAction
onPopup
in class OPAAction
public final boolean onToolbar()
OPAAction
onToolbar
in class OPAAction
public final void setCookie(OPACookie cookieInstance)
OPAAction
setCookie
in class OPAAction
public final void setHelp(java.awt.Component c)
setHelp
in class OPAAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |