Package editor
Class CommonMenus.ClearAndRunActionHandler
- java.lang.Object
-
- javax.swing.AbstractAction
-
- editor.CommonMenus.AbstractRunActionHandler
-
- editor.CommonMenus.ClearAndRunActionHandler
-
- 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.ClearAndRunActionHandler extends CommonMenus.AbstractRunActionHandler
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class editor.CommonMenus.AbstractRunActionHandler
_runConfig
-
-
Constructor Summary
Constructors Constructor Description ClearAndRunActionHandler(java.util.function.Supplier<IRunConfig> runConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class editor.CommonMenus.AbstractRunActionHandler
getRunConfig, isEnabled, prepareToExecute
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ClearAndRunActionHandler
public ClearAndRunActionHandler(java.util.function.Supplier<IRunConfig> runConfig)
-
-