Class ViewActionMap
java.lang.Object
javax.swing.ActionMap
org.opentcs.guing.application.action.ViewActionMap
- All Implemented Interfaces:
java.io.Serializable
public class ViewActionMap
extends javax.swing.ActionMap
A custom ActionMap for the plant overview application.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ViewActionMap(OpenTCSView view, org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager undoRedoManager, AboutAction aboutAction, org.opentcs.guing.application.action.file.ModelPropertiesAction modelPropertiesAction, DownloadModelFromKernelAction loadModelFromKernelAction)Creates a new instance. -
Method Summary
-
Constructor Details
-
ViewActionMap
@Inject public ViewActionMap(OpenTCSView view, org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager undoRedoManager, AboutAction aboutAction, org.opentcs.guing.application.action.file.ModelPropertiesAction modelPropertiesAction, DownloadModelFromKernelAction loadModelFromKernelAction)Creates a new instance.- Parameters:
view- The openTCS viewundoRedoManager- The undo redo manageraboutAction- The action to show the about windowmodelPropertiesAction- The action to show some model properties.loadModelFromKernelAction- The action to load the current kernel model.
-