Package se.datadosen.util
Class MenuAction
java.lang.Object
javax.swing.AbstractAction
se.datadosen.util.AliasAction
se.datadosen.util.MenuAction
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Action
Ensure that icons appearing on pull down menus won't get inverted when using Dark look and feel on Mac
- Since:
- 13.7
- See Also:
-
Field Summary
Fields inherited from class se.datadosen.util.AliasAction
blockedKeys, target
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
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
Constructors -
Method Summary
Methods inherited from class se.datadosen.util.AliasAction
actionPerformed, getAction, isEnabled, putValue, setAction
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
MenuAction
-
-
Method Details
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
- Overrides:
propertyChange
in classAliasAction
-