Class FlatUIAction
java.lang.Object
com.formdev.flatlaf.ui.FlatUIAction
- All Implemented Interfaces:
ActionListener, EventListener, Action
- Direct Known Subclasses:
FlatMenuBarUI.TakeFocusAction, FlatTabbedPaneUI.RunWithOriginalLayoutManagerDelegateAction, FlatTableUI.StartEditingAction
-
Field Summary
FieldsFields inherited from interface 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
ConstructorsModifierConstructorDescriptionprotectedFlatUIAction(String name) protectedFlatUIAction(Action delegate) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ActionListener
actionPerformed
-
Field Details
-
name
-
delegate
-
-
Constructor Details
-
FlatUIAction
-
FlatUIAction
-
-
Method Details
-
getValue
-
isEnabled
-
putValue
-
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabledin interfaceAction
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListenerin interfaceAction
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListenerin interfaceAction
-