|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to holders for operation control (for example menu, toolbar) item information, as requested by the framework from client operations.
Method Summary | |
javax.swing.KeyStroke |
getAccelerator()
Deprecated. |
javax.swing.Icon |
getIcon()
Gets the icon for the operation, as will be shown on the source control widgets within the IDE. |
char |
getMnemonic()
Gets the keyboard mnemonic (shortcut key or accelerator key) for invoking this control item. |
java.lang.String |
getName()
Gets the name of the operation to appear on the source control widgets. |
boolean |
isContextItem()
Asks whether this control item definition is suitable for context-only controls in addition to general ones. |
Method Detail |
public java.lang.String getName()
public char getMnemonic()
public javax.swing.KeyStroke getAccelerator()
public javax.swing.Icon getIcon()
public boolean isContextItem()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |