Package com.artenum.rosetta.core.action
Class AbstractConsoleAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.artenum.rosetta.core.action.AbstractConsoleAction
-
- All Implemented Interfaces:
ConsoleAction
,java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Direct Known Subclasses:
CompletionAction
,GetNextAction
,GetPreviousAction
,ValidationAction
public abstract class AbstractConsoleAction extends javax.swing.AbstractAction implements ConsoleAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConsoleConfiguration
configuration
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AbstractConsoleAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setConfiguration(ConsoleConfiguration configuration)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
configuration
protected ConsoleConfiguration configuration
-
-
Method Detail
-
setConfiguration
public void setConfiguration(ConsoleConfiguration configuration)
- Specified by:
setConfiguration
in interfaceConsoleAction
-
-