EMenuItem.CheckBox
NULL_ARRAY, SEPARATOR
Constructor and Description |
---|
CheckBox(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
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) |
actionPerformed, getDescription, getMnemonicChar, getPath, getText, getToolTipText, isEnabled, isSelected, registerUpdatable, repeatLastCommand, shortcut, shortcut, toString, updateButtons, updateMenuItem
public void run()
EMenuItem
public abstract void setSelected(boolean b)
protected javax.swing.JMenuItem createMenuItem()
EMenuItem
createMenuItem
in class EMenuItem
protected void registerItem()
EMenuItem
registerItem
in class EMenuItem