Class UploadModelToKernelAction
java.lang.Object
javax.swing.AbstractAction
org.opentcs.guing.application.action.file.UploadModelToKernelAction
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class UploadModelToKernelAction
extends javax.swing.AbstractAction
An action to upload the (local) model to the kernel.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID -
Constructor Summary
Constructors Constructor Description UploadModelToKernelAction(OpenTCSView openTCSView)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
-
UploadModelToKernelAction
Creates a new instance.- Parameters:
openTCSView- The openTCS view
-
-
Method Details
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-