Module org.autogui
Package org.autogui.swing.util
Interface PopupCategorized.CategorizedMenuItemActionCheck
- All Superinterfaces:
Action
,ActionListener
,EventListener
,PopupCategorized.CategorizedMenuItem
,PopupCategorized.CategorizedMenuItemAction
,PopupCategorized.CategorizedMenuItemComponent
- All Known Implementing Classes:
GuiSwingViewCollectionTable.ColumnResizeModeSwitchAction
,GuiSwingViewImagePane.ImageScaleAutoSwitchByMouseWheel
,GuiSwingViewImagePane.ImageScaleSwitchFitAction
- Enclosing class:
PopupCategorized
public static interface PopupCategorized.CategorizedMenuItemActionCheck
extends PopupCategorized.CategorizedMenuItemAction
an action with category info, which becomes a check-box menu item
-
Field Summary
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
-
Method Summary
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
Methods inherited from interface org.autogui.swing.util.PopupCategorized.CategorizedMenuItem
getKeyStroke, getSubCategory
Methods inherited from interface org.autogui.swing.util.PopupCategorized.CategorizedMenuItemAction
getMenuItem
Methods inherited from interface org.autogui.swing.util.PopupCategorized.CategorizedMenuItemComponent
getCategory, getIcon, getName
-
Method Details
-
getMenuItemWithAction
- Specified by:
getMenuItemWithAction
in interfacePopupCategorized.CategorizedMenuItemAction
- Specified by:
getMenuItemWithAction
in interfacePopupCategorized.CategorizedMenuItemComponent
-
remap
- Specified by:
remap
in interfacePopupCategorized.CategorizedMenuItem
- Specified by:
remap
in interfacePopupCategorized.CategorizedMenuItemAction
- Specified by:
remap
in interfacePopupCategorized.CategorizedMenuItemComponent
-