Package com.artenum.rosetta.core.action
Class GetNextAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.artenum.rosetta.core.action.AbstractConsoleAction
-
- com.artenum.rosetta.core.action.GetNextAction
-
- All Implemented Interfaces:
ConsoleAction,java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class GetNextAction extends AbstractConsoleAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID-
Fields inherited from class com.artenum.rosetta.core.action.AbstractConsoleAction
configuration
-
-
Constructor Summary
Constructors Constructor Description GetNextAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(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
-
-