|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.SCMControlItemObject
Control item implementation class.
Constructor Summary | |
SCMControlItemObject()
Constructs a control item object with default field values. |
Method Summary | |
javax.swing.KeyStroke |
getAccelerator()
Gets the keyboard accelerator, which can be a combination of keys, for invoking this control item. |
javax.swing.Icon |
getIcon()
Gets the control item's icon. |
char |
getMnemonic()
Gets the control item's mnemonic. |
java.lang.String |
getName()
Gets the control item's name. |
boolean |
isContextItem()
Gets the control item's context inclusion value. |
void |
setContextItem(boolean context)
Sets the control item's context inclusion value. |
void |
setIcon(javax.swing.Icon icon)
Sets the control item's icon. |
void |
setMnemonic(char mnemonic)
Sets the control item's mnemonic. |
void |
setName(java.lang.String name)
Sets the control item's name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCMControlItemObject()
Method Detail |
public final javax.swing.KeyStroke getAccelerator()
SCMControlItem
getAccelerator
in interface SCMControlItem
oracle.ide.scm.SCMControlItem
public void setName(java.lang.String name)
name
- the name value.public void setMnemonic(char mnemonic)
mnemonic
- the mnemonic value.public void setIcon(javax.swing.Icon icon)
icon
- the icon value.public void setContextItem(boolean context)
context
- the context value.public java.lang.String getName()
getName
in interface SCMControlItem
public char getMnemonic()
getMnemonic
in interface SCMControlItem
public javax.swing.Icon getIcon()
getIcon
in interface SCMControlItem
public boolean isContextItem()
isContextItem
in interface SCMControlItem
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |