|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.user.menus.EMenuItem
com.sun.electric.tool.user.menus.EMenuItem.CheckBox
public abstract static class EMenuItem.CheckBox
A subclass of EMenuItem to represent toggle button.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.electric.tool.user.menus.EMenuItem |
|---|
EMenuItem.CheckBox |
| Field Summary |
|---|
| Fields inherited from class com.sun.electric.tool.user.menus.EMenuItem |
|---|
NULL_ARRAY, SEPARATOR |
| Constructor Summary | |
|---|---|
EMenuItem.CheckBox(java.lang.String text)
|
|
| Method Summary | |
|---|---|
protected javax.swing.JMenuItem |
createMenuItem()
Creates fresh GUI instance of this generic EMenuItem. |
protected void |
registerItem()
Register this menu item in EMenuBar. |
void |
run()
Abstract method which executes command. |
abstract void |
setSelected(boolean b)
|
| Methods inherited from class com.sun.electric.tool.user.menus.EMenuItem |
|---|
actionPerformed, getDescription, getMnemonicChar, getPath, getText, getToolTipText, isEnabled, isSelected, registerUpdatable, repeatLastCommand, shortcut, shortcut, toString, updateButtons, updateMenuItem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EMenuItem.CheckBox(java.lang.String text)
| Method Detail |
|---|
public void run()
EMenuItem
run in class EMenuItempublic abstract void setSelected(boolean b)
protected javax.swing.JMenuItem createMenuItem()
EMenuItem
createMenuItem in class EMenuItemprotected void registerItem()
EMenuItem
registerItem in class EMenuItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||