Module org.autogui
Package org.autogui.swing.util
Class PopupCategorized.CategorizedMenuItemActionCheckDelegate
java.lang.Object
org.autogui.swing.util.PopupCategorized.CategorizedMenuItemActionDelegate
org.autogui.swing.util.PopupCategorized.CategorizedMenuItemActionCheckDelegate
- All Implemented Interfaces:
ActionListener
,EventListener
,Action
,PopupCategorized.CategorizedMenuItem
,PopupCategorized.CategorizedMenuItemAction
,PopupCategorized.CategorizedMenuItemComponent
- Enclosing class:
PopupCategorized
public static class PopupCategorized.CategorizedMenuItemActionCheckDelegate
extends PopupCategorized.CategorizedMenuItemActionDelegate
a check-box menu item version of
PopupCategorized.CategorizedMenuItemActionDelegate
-
Field Summary
Fields inherited from class org.autogui.swing.util.PopupCategorized.CategorizedMenuItemActionDelegate
action, category, subCategory
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
ConstructorsConstructorDescriptionCategorizedMenuItemActionCheckDelegate
(Action action, String category, String subCategory) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.autogui.swing.util.PopupCategorized.CategorizedMenuItemActionDelegate
actionPerformed, addPropertyChangeListener, getAction, getCategory, getSubCategory, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.util.PopupCategorized.CategorizedMenuItem
getKeyStroke
Methods inherited from interface org.autogui.swing.util.PopupCategorized.CategorizedMenuItemComponent
getIcon, getName
-
Constructor Details
-
CategorizedMenuItemActionCheckDelegate
-
CategorizedMenuItemActionCheckDelegate
-
-
Method Details
-
getMenuItem
-
getMenuItemWithAction
-
remap
- Specified by:
remap
in interfacePopupCategorized.CategorizedMenuItem
- Specified by:
remap
in interfacePopupCategorized.CategorizedMenuItemAction
- Specified by:
remap
in interfacePopupCategorized.CategorizedMenuItemComponent
- Overrides:
remap
in classPopupCategorized.CategorizedMenuItemActionDelegate
-