Package com.artenum.rosetta.core.action
Class CompletionAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.artenum.rosetta.core.action.AbstractConsoleAction
-
- com.artenum.rosetta.core.action.CompletionAction
-
- All Implemented Interfaces:
ConsoleAction
,java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class CompletionAction extends AbstractConsoleAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class com.artenum.rosetta.core.action.AbstractConsoleAction
configuration
-
-
Constructor Summary
Constructors Constructor Description CompletionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class com.artenum.rosetta.core.action.AbstractConsoleAction
setConfiguration
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-