|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.browsecode.helpers.menus.MenuItemStub org.browsecode.helpers.menus.MenuItemJMenuItem org.browsecode.helpers.menus.CheckboxMenuItemJCheckbox
public class CheckboxMenuItemJCheckbox
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.browsecode.helpers.menus.MenuItem |
---|
MenuItem.MenuItemSelectedListener |
Field Summary | |
---|---|
protected javax.swing.JCheckBoxMenuItem |
checkboxMenuItem
|
Fields inherited from class org.browsecode.helpers.menus.MenuItemJMenuItem |
---|
jMenuItem |
Constructor Summary | |
---|---|
CheckboxMenuItemJCheckbox(MenuBarHelper menuBarHelper,
java.lang.String title,
javax.swing.Icon icon,
javax.swing.KeyStroke keyStroke)
|
Method Summary | |
---|---|
boolean |
isSelected()
|
void |
setSelected(boolean checked)
|
Methods inherited from class org.browsecode.helpers.menus.MenuItemJMenuItem |
---|
actionPerformed, getFont, getVisibleTitle, setBackgroundColor, setEnabledDisabled, setFont, setForegroundColor, setToolTipText, setVisibleTitleAfterTranslation |
Methods inherited from class org.browsecode.helpers.menus.MenuItemStub |
---|
addActionListener, canAListenerHandleAction, fireAction, getMenuBarHelper, getTitle, removeActionListener, setTitle, setVisibleTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.browsecode.helpers.menus.MenuItem |
---|
addActionListener, getFont, getTitle, getVisibleTitle, removeActionListener, setBackgroundColor, setEnabledDisabled, setFont, setForegroundColor, setToolTipText, setVisibleTitle |
Field Detail |
---|
protected javax.swing.JCheckBoxMenuItem checkboxMenuItem
Constructor Detail |
---|
public CheckboxMenuItemJCheckbox(MenuBarHelper menuBarHelper, java.lang.String title, javax.swing.Icon icon, javax.swing.KeyStroke keyStroke)
title
- icon
- Method Detail |
---|
public boolean isSelected()
isSelected
in interface CheckboxMenuItem
public void setSelected(boolean checked)
setSelected
in interface CheckboxMenuItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |