Package editor
Class CommonMenus.CutActionHandler
- java.lang.Object
-
- javax.swing.AbstractAction
-
- editor.CommonMenus.CutActionHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- CommonMenus
public static class CommonMenus.CutActionHandler extends javax.swing.AbstractAction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Supplier<EditorHost>_editor
-
Constructor Summary
Constructors Constructor Description CutActionHandler(java.util.function.Supplier<EditorHost> editor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)booleanisEnabled()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
_editor
private final java.util.function.Supplier<EditorHost> _editor
-
-
Constructor Detail
-
CutActionHandler
public CutActionHandler(java.util.function.Supplier<EditorHost> editor)
-
-