Class CreateBlockAction
java.lang.Object
javax.swing.AbstractAction
org.opentcs.guing.application.action.actions.CreateBlockAction
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class CreateBlockAction
extends javax.swing.AbstractAction
An action to trigger the creation of a block.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDThis action class's ID. -
Constructor Summary
Constructors Constructor Description CreateBlockAction(org.opentcs.guing.application.GuiManager guiManager)Creates a new instance. -
Method Summary
Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent evt)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 IDThis action class's ID.- See Also:
- Constant Field Values
-
-
Constructor Details
-
CreateBlockAction
public CreateBlockAction(org.opentcs.guing.application.GuiManager guiManager)Creates a new instance.- Parameters:
guiManager- The GUI manager instance we're working with.
-
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
-