Class RestoreDockingLayoutAction
java.lang.Object
javax.swing.AbstractAction
org.opentcs.guing.application.action.view.RestoreDockingLayoutAction
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class RestoreDockingLayoutAction
extends javax.swing.AbstractAction
Action for resetting the docking layout.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID -
Constructor Summary
Constructors Constructor Description RestoreDockingLayoutAction(OpenTCSView view)Creates a new instance. -
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Field Details
-
ID
public static final java.lang.String ID- See Also:
- Constant Field Values
-
-
Constructor Details
-
RestoreDockingLayoutAction
Creates a new instance.- Parameters:
view- The openTCS view
-
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-