Serialized Form
-
Package org.opentcs.guing.application
-
Class org.opentcs.guing.application.OpenTCSView extends org.jhotdraw.app.AbstractView implements Serializable
-
Serialized Fields
-
actionMapProvider
javax.inject.Provider<ViewActionMap> actionMapProvider
A provider for ActionMaps. -
appState
org.opentcs.guing.application.ApplicationState appState
Provides/manages the application's current state. -
attributesEventHandler
org.opentcs.guing.components.properties.event.AttributesChangeListener attributesEventHandler
Handles events for changes of properties. -
blockEventHandler
org.opentcs.guing.event.BlockChangeListener blockEventHandler
Handles block events. -
bundle
org.opentcs.thirdparty.jhotdraw.util.ResourceBundleUtil bundle
This instance's resource bundle. -
dockingManager
DockingManagerModeling dockingManager
Manages docking frames. -
drawingViewFactory
DrawingViewFactory drawingViewFactory
A factory for drawing views. -
drawingViewFocusHandler
org.opentcs.guing.components.dockable.DrawingViewFocusHandler drawingViewFocusHandler
Handles focussing of dockables. -
eventBus
org.opentcs.util.event.EventBus eventBus
The application's event bus. -
fBlocksTreeManager
org.opentcs.guing.components.tree.TreeViewManager fBlocksTreeManager
A manager for the blocks tree view. -
fComponentsTreeManager
org.opentcs.guing.components.tree.TreeViewManager fComponentsTreeManager
A manager for the components tree view. -
fDrawingEditor
org.opentcs.guing.components.drawing.OpenTCSDrawingEditor fDrawingEditor
The drawing editor. -
fFrame
javax.swing.JFrame fFrame
The JFrame. -
fModelManager
ModelManagerModeling fModelManager
Manages driving course models. -
fPropertiesComponent
org.opentcs.guing.components.properties.SelectionPropertiesComponent fPropertiesComponent
Displays properties of the currently selected model component(s). -
fUndoRedoManager
org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager fUndoRedoManager
Allows for undoing and redoing actions. -
layerEditorEventHandler
LayerEditorEventHandler layerEditorEventHandler
Handles drawing editor events that the layer editor needs to know about. -
layerManager
org.opentcs.guing.components.layer.LayerManager layerManager
The layer manager. -
modelCompNameGen
UniqueNameGenerator modelCompNameGen
Generates names for model objects. -
modelComponentFactory
org.opentcs.guing.util.ModelComponentFactory modelComponentFactory
The model component factory to be used. -
panelRegistry
org.opentcs.guing.util.PanelRegistry panelRegistry
Registry for plugin panels. -
portalProvider
org.opentcs.access.SharedKernelServicePortalProvider portalProvider
Provides access to a portal. -
progressIndicator
org.opentcs.guing.application.ProgressIndicator progressIndicator
Indicates the progress for lengthy operations. -
propertiesPanelFactory
org.opentcs.guing.components.properties.panel.PropertiesPanelFactory propertiesPanelFactory
A factory for properties-related panels. -
statusPanel
org.opentcs.guing.application.StatusPanel statusPanel
A panel for mouse position/status. -
toolBarManager
ToolBarManager toolBarManager
Provides the application's tool bars. -
toolBarManagerProvider
javax.inject.Provider<ToolBarManager> toolBarManagerProvider
A provider for the tool bar manager. -
userMessageHelper
org.opentcs.guing.util.UserMessageHelper userMessageHelper
Shows messages to the user. -
userObjectUtil
org.opentcs.guing.components.tree.elements.UserObjectUtil userObjectUtil
A factory for UserObject instances. -
viewManager
ViewManagerModeling viewManager
Utility to manage the views.
-
-
-
Class org.opentcs.guing.application.SplashFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
labelImage
javax.swing.JLabel labelImage
-
labelMessage
javax.swing.JLabel labelMessage
-
panel
javax.swing.JPanel panel
-
progressBar
javax.swing.JProgressBar progressBar
-
-
-
Class org.opentcs.guing.application.StatusPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
textFieldPosition
javax.swing.JTextField textFieldPosition
-
textFieldStatus
javax.swing.JTextField textFieldStatus
-
-
-
-
Package org.opentcs.guing.application.action
-
Class org.opentcs.guing.application.action.ViewActionMap extends javax.swing.ActionMap implements Serializable
-
-
Package org.opentcs.guing.application.action.actions
-
Class org.opentcs.guing.application.action.actions.CreateBlockAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
guiManager
org.opentcs.guing.application.GuiManager guiManager
The GUI manager instance we're working with.
-
-
-
Class org.opentcs.guing.application.action.actions.CreateLocationTypeAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
guiManager
org.opentcs.guing.application.GuiManager guiManager
The GUI manager instance we're working with.
-
-
-
Class org.opentcs.guing.application.action.actions.CreateVehicleAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
guiManager
org.opentcs.guing.application.GuiManager guiManager
The GUI manager instance we're working with.
-
-
-
-
Package org.opentcs.guing.application.action.app
-
Class org.opentcs.guing.application.action.app.AboutAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
appState
org.opentcs.guing.application.ApplicationState appState
Stores the application's current state. -
dialogParent
java.awt.Component dialogParent
The parent component for dialogs shown by this action. -
portalProvider
org.opentcs.access.SharedKernelServicePortalProvider portalProvider
Provides access to a portal.
-
-
-
-
Package org.opentcs.guing.application.action.draw
-
Class org.opentcs.guing.application.action.draw.DefaultPointSelectedAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
group
javax.swing.ButtonGroup group
The ButtonGroup the popupButton belongs to. It is necessary to know it, becauseDrawingEditor.setTool()doesn't select or deselect the popupButton, so we have to do it manually. -
largeIcon
javax.swing.ImageIcon largeIcon
The Icon the popup button uses when this action is selected. -
pointType
org.opentcs.guing.model.elements.PointModel.Type pointType
The SelectionProperty contains all point types in the model. -
popupButton
org.jhotdraw.gui.JPopupButton popupButton
The button this action belongs to. -
tool
org.jhotdraw.draw.tool.Tool tool
-
-
-
-
Package org.opentcs.guing.application.action.file
-
Class org.opentcs.guing.application.action.file.DownloadModelFromKernelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
openTCSView
OpenTCSView openTCSView
The OpenTCS view.
-
-
-
Class org.opentcs.guing.application.action.file.ExportPlantModelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
exporter
org.opentcs.components.plantoverview.PlantModelExporter exporter
-
guiManager
org.opentcs.guing.application.GuiManager guiManager
-
-
-
Class org.opentcs.guing.application.action.file.ImportPlantModelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
guiManager
org.opentcs.guing.application.GuiManager guiManager
-
importer
org.opentcs.components.plantoverview.PlantModelImporter importer
-
-
-
Class org.opentcs.guing.application.action.file.LoadModelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
view
org.opentcs.guing.application.GuiManager view
-
-
-
Class org.opentcs.guing.application.action.file.ModelPropertiesAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
dialogParent
java.awt.Component dialogParent
-
modelManager
org.opentcs.guing.persistence.ModelManager modelManager
-
-
-
Class org.opentcs.guing.application.action.file.NewModelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
view
org.opentcs.guing.application.GuiManager view
-
-
-
Class org.opentcs.guing.application.action.file.SaveModelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
view
org.opentcs.guing.application.GuiManager view
-
-
-
Class org.opentcs.guing.application.action.file.SaveModelAsAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
guiManager
org.opentcs.guing.application.GuiManager guiManager
-
-
-
Class org.opentcs.guing.application.action.file.UploadModelToKernelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
openTCSView
OpenTCSView openTCSView
-
-
-
-
Package org.opentcs.guing.application.action.view
-
Class org.opentcs.guing.application.action.view.AddBitmapAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
fc
javax.swing.JFileChooser fc
-
view
OpenTCSView view
-
-
-
Class org.opentcs.guing.application.action.view.AddPluginPanelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
factory
org.opentcs.components.plantoverview.PluggablePanelFactory factory
-
pluginPanelManager
org.opentcs.guing.application.PluginPanelManager pluginPanelManager
-
-
-
Class org.opentcs.guing.application.action.view.RestoreDockingLayoutAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
view
OpenTCSView view
-
-
-
-
Package org.opentcs.guing.application.menus
-
Class org.opentcs.guing.application.menus.LayoutToModelCoordinateUndoActivity extends org.opentcs.guing.components.properties.CoordinateUndoActivity implements Serializable
-
Class org.opentcs.guing.application.menus.LayoutToModelMenuItem extends javax.swing.JMenuItem implements Serializable
-
Serialized Fields
-
componentsFactory
MenuItemComponentsFactory componentsFactory
The components factory. -
copyAll
boolean copyAll
A flag if the values of ALL points and location shall be copied when the menu item is clicked. If false only the selected figures will be considered. -
drawingEditor
org.jhotdraw.draw.DrawingEditor drawingEditor
TheDrawingEditorinstance. -
eventHandler
org.opentcs.util.event.EventHandler eventHandler
Where we send events. -
undoRedoManager
org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager undoRedoManager
The UndoRedoManager instance to be used.
-
-
-
Class org.opentcs.guing.application.menus.ModelToLayoutCoordinateUndoActivity extends org.opentcs.guing.components.properties.CoordinateUndoActivity implements Serializable
-
Class org.opentcs.guing.application.menus.ModelToLayoutMenuItem extends javax.swing.JMenuItem implements Serializable
-
Serialized Fields
-
componentsFactory
MenuItemComponentsFactory componentsFactory
The components factory. -
copyAll
boolean copyAll
A flag if the values of ALL points and location shall be copied when the menu item is clicked. If false only the selected figures will be considered. -
drawingEditor
org.jhotdraw.draw.DrawingEditor drawingEditor
TheDrawingEditorinstance. -
eventBus
org.opentcs.util.event.EventHandler eventBus
Where we send events. -
undoRedoManager
org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager undoRedoManager
The UndoRedoManager instance to be used.
-
-
-
-
Package org.opentcs.guing.application.menus.menubar
-
Class org.opentcs.guing.application.menus.menubar.ActionsMenu extends javax.swing.JMenu implements Serializable
-
Serialized Fields
-
cbiAlignLayoutWithModel
javax.swing.JMenuItem cbiAlignLayoutWithModel
A menu item for assuming the model coordinates from the layout coordinates. -
cbiAlignModelWithLayout
javax.swing.JMenuItem cbiAlignModelWithLayout
A menu item for assuming the layout coordinates from the model coordinates.
-
-
-
Class org.opentcs.guing.application.menus.menubar.ApplicationMenuBar extends javax.swing.JMenuBar implements Serializable
-
Serialized Fields
-
menuActions
ActionsMenu menuActions
-
menuEdit
EditMenu menuEdit
-
menuFile
FileMenu menuFile
-
menuHelp
HelpMenu menuHelp
-
menuView
ViewMenu menuView
-
-
-
Class org.opentcs.guing.application.menus.menubar.EditMenu extends javax.swing.JMenu implements Serializable
-
Class org.opentcs.guing.application.menus.menubar.FileExportMenu extends javax.swing.JMenu implements Serializable
-
Class org.opentcs.guing.application.menus.menubar.FileImportMenu extends javax.swing.JMenu implements Serializable
-
Class org.opentcs.guing.application.menus.menubar.FileMenu extends javax.swing.JMenu implements Serializable
-
Serialized Fields
-
menuItemClose
javax.swing.JMenuItem menuItemClose
A menu item for closing the application. -
menuItemDownloadModelFromKernel
javax.swing.JMenuItem menuItemDownloadModelFromKernel
A menu item for retrieving the system model data from the kernel. -
menuItemLoadModel
javax.swing.JMenuItem menuItemLoadModel
A menu item for loading a mode into the kernel. -
menuItemModelProperties
javax.swing.JMenuItem menuItemModelProperties
A menu item for showing the current model's properties. -
menuItemNewModel
javax.swing.JMenuItem menuItemNewModel
A menu item for creating a new, empty system model. -
menuItemSaveModel
javax.swing.JMenuItem menuItemSaveModel
A menu item for saving the kernel's current model. -
menuItemSaveModelAs
javax.swing.JMenuItem menuItemSaveModelAs
A menu item for saving the kernel's current model with a new name. -
menuItemUploadModelToKernel
javax.swing.JMenuItem menuItemUploadModelToKernel
A menu item for transferring the system model data to the kernel.
-
-
-
Class org.opentcs.guing.application.menus.menubar.HelpMenu extends javax.swing.JMenu implements Serializable
-
Serialized Fields
-
menuItemAbout
javax.swing.JMenuItem menuItemAbout
A menu item for showing the application's "about" panel.
-
-
-
Class org.opentcs.guing.application.menus.menubar.ViewMenu extends javax.swing.JMenu implements Serializable
-
Serialized Fields
-
menuAddBitmap
javax.swing.JMenuItem menuAddBitmap
A menu item for setting a bitmap for the current drawing view. -
menuItemRestoreDockingLayout
javax.swing.JMenuItem menuItemRestoreDockingLayout
A menu item for restoring the default GUI layout. -
menuPluginPanels
org.opentcs.guing.application.menus.menubar.ViewPluginPanelsMenu menuPluginPanels
A menu for showing/hiding plugin panels. -
menuViewToolBars
ViewToolBarsMenu menuViewToolBars
A menu for manipulating the application's tool bars. -
toolBarManager
ToolBarManager toolBarManager
The toolbar manager.
-
-
-
Class org.opentcs.guing.application.menus.menubar.ViewPluginPanelsMenu extends javax.swing.JMenu implements Serializable
-
Serialized Fields
-
dockingManager
org.opentcs.guing.components.dockable.DockingManager dockingManager
-
panelRegistry
org.opentcs.guing.util.PanelRegistry panelRegistry
-
pluginPanelManager
org.opentcs.guing.application.PluginPanelManager pluginPanelManager
-
-
-
Class org.opentcs.guing.application.menus.menubar.ViewToolBarsMenu extends javax.swing.JMenu implements Serializable
-
-
Package org.opentcs.guing.application.toolbar
-
Class org.opentcs.guing.application.toolbar.DragTool extends org.jhotdraw.draw.tool.AbstractTool implements Serializable
-
Class org.opentcs.guing.application.toolbar.MultipleSelectionTool extends org.opentcs.thirdparty.jhotdraw.application.toolbar.AbstractMultipleSelectionTool implements Serializable
-
Serialized Fields
-
menuFactory
MenuFactory menuFactory
A factory for menu items.
-
-
-
Class org.opentcs.guing.application.toolbar.OpenTCSCreationTool extends org.jhotdraw.draw.tool.CreationTool implements Serializable
-
Serialized Fields
-
activeLayerProvider
ActiveLayerProvider activeLayerProvider
Provides the currently active layer.
-
-
-
-
Package org.opentcs.guing.components.drawing
-
Class org.opentcs.guing.components.drawing.DeleteEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable
-
Serialized Fields
-
drawingView
org.jhotdraw.draw.DrawingView drawingView
The drawing view we're working with. -
figures
java.util.ArrayList<org.jhotdraw.draw.Figure> figures
The deleted figures.
-
-
-
Class org.opentcs.guing.components.drawing.DrawingViewPlacardPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
drawingOptions
org.opentcs.guing.components.drawing.DrawingOptions drawingOptions
-
labels
org.opentcs.thirdparty.jhotdraw.util.ResourceBundleUtil labels
-
toggleRulersButton
javax.swing.JToggleButton toggleRulersButton
-
zoomComboBox
javax.swing.JComboBox<org.opentcs.guing.components.drawing.ZoomItem> zoomComboBox
-
-
-
Class org.opentcs.guing.components.drawing.DrawingViewScrollPane extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
drawingView
org.opentcs.guing.components.drawing.OpenTCSDrawingView drawingView
-
origin
org.opentcs.guing.components.drawing.course.Origin origin
-
placardPanel
org.opentcs.guing.components.drawing.DrawingViewPlacardPanel placardPanel
-
rulersVisible
boolean rulersVisible
-
-
-
Class org.opentcs.guing.components.drawing.OpenTCSDrawingEditor extends org.jhotdraw.draw.DefaultDrawingEditor implements Serializable
-
Serialized Fields
-
bottomOffsetFigure
org.opentcs.guing.components.drawing.figures.OffsetFigure bottomOffsetFigure
-
cmpFigureEvtHandler
org.opentcs.guing.components.drawing.OpenTCSDrawingEditor.CompositeFigureEventHandler cmpFigureEvtHandler
-
crsObjectFactory
org.opentcs.guing.util.CourseObjectFactory crsObjectFactory
-
fDrawing
org.jhotdraw.draw.Drawing fDrawing
-
fDrawingEditorListeners
java.util.List<org.opentcs.guing.event.DrawingEditorListener> fDrawingEditorListeners
-
leftOffsetFigure
org.opentcs.guing.components.drawing.figures.OffsetFigure leftOffsetFigure
-
rightOffsetFigure
org.opentcs.guing.components.drawing.figures.OffsetFigure rightOffsetFigure
-
topOffsetFigure
org.opentcs.guing.components.drawing.figures.OffsetFigure topOffsetFigure
-
-
-
Class org.opentcs.guing.components.drawing.PasteEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable
-
Serialized Fields
-
drawingView
org.jhotdraw.draw.DrawingView drawingView
The drawing view we're working with. -
figures
java.util.ArrayList<org.jhotdraw.draw.Figure> figures
The pasted figures.
-
-
-
Class org.opentcs.guing.components.drawing.Ruler extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
drawingView
org.jhotdraw.draw.DrawingView drawingView
-
horizontalRulerScale
double horizontalRulerScale
-
scaleFactor
double scaleFactor
-
verticalRulerScale
double verticalRulerScale
-
-
-
Class org.opentcs.guing.components.drawing.Ruler.Horizontal extends org.opentcs.guing.components.drawing.Ruler implements Serializable
-
Class org.opentcs.guing.components.drawing.Ruler.Vertical extends org.opentcs.guing.components.drawing.Ruler implements Serializable
-
Class org.opentcs.guing.components.drawing.ZoomPoint extends java.lang.Object implements Serializable
-
Serialized Fields
-
fScale
double fScale
-
fX
double fX
-
fY
double fY
-
-
-
-
Package org.opentcs.guing.components.layer
-
Class org.opentcs.guing.components.layer.AbstractLayerGroupsTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
layerGroupEditor
org.opentcs.guing.components.layer.LayerGroupEditor layerGroupEditor
-
modelManager
org.opentcs.guing.persistence.ModelManager modelManager
-
-
-
Class org.opentcs.guing.components.layer.LayerGroupsPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
layerGroupEditor
LayerGroupEditorModeling layerGroupEditor
The layer editor. -
layerGroupManager
org.opentcs.guing.components.layer.LayerGroupManager layerGroupManager
The layer manager. -
modelManager
org.opentcs.guing.persistence.ModelManager modelManager
The model manager. -
table
javax.swing.JTable table
The table to display available layers. -
tableModel
org.opentcs.guing.components.layer.LayerGroupsTableModel tableModel
The table model.
-
-
-
Class org.opentcs.guing.components.layer.LayersPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
activeLayerProvider
ActiveLayerProvider activeLayerProvider
Provides the currently active layer. -
layerEditor
LayerEditorModeling layerEditor
The layer editor. -
layerGroupManager
org.opentcs.guing.components.layer.LayerGroupManager layerGroupManager
The layer group manager. -
layerManager
org.opentcs.guing.components.layer.LayerManager layerManager
The layer manager. -
modelManager
org.opentcs.guing.persistence.ModelManager modelManager
The model manager. -
table
javax.swing.JTable table
The table to display available layers. -
tableModel
org.opentcs.guing.components.layer.LayersTableModel tableModel
The table model.
-
-
-
-
Package org.opentcs.guing.util
-
Class org.opentcs.guing.util.SynchronizedFileChooser extends javax.swing.JFileChooser implements Serializable
-
Serialized Fields
-
selectedFileName
java.lang.String selectedFileName
-
-
-
Class org.opentcs.guing.util.TextAreaDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
buttonPane
javax.swing.JPanel buttonPane
-
contentPane
javax.swing.JPanel contentPane
-
contents
java.util.Collection<java.lang.String> contents
-
contentScrollPane
javax.swing.JScrollPane contentScrollPane
-
contentTextArea
javax.swing.JTextArea contentTextArea
-
okButton
javax.swing.JButton okButton
-
symbolLabel
javax.swing.JLabel symbolLabel
-
symbolPane
javax.swing.JPanel symbolPane
-
textAreaLabel
javax.swing.JLabel textAreaLabel
-
-
-
-
Package org.opentcs.thirdparty.jhotdraw.application
-
Class org.opentcs.thirdparty.jhotdraw.application.OpenTCSSDIApplication extends org.jhotdraw.app.SDIApplication implements Serializable
-
Serialized Fields
-
contentFrame
javax.swing.JFrame contentFrame
The JFrame in which the OpenTCSView is shown. -
eventSource
org.opentcs.util.event.EventSource eventSource
Where we register for application events. -
menuBarProvider
javax.inject.Provider<ApplicationMenuBar> menuBarProvider
A provider for the menu bar. -
modelManager
org.opentcs.guing.persistence.ModelManager modelManager
Provides the current system model. -
portalManager
org.opentcs.common.PortalManager portalManager
The portal manager.
-
-
-
-
Package org.opentcs.thirdparty.jhotdraw.application.action.draw
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AlignAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
bundle
org.opentcs.thirdparty.jhotdraw.util.ResourceBundleUtil bundle
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AlignAction.East extends AlignAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AlignAction.Horizontal extends AlignAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AlignAction.North extends AlignAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AlignAction.South extends AlignAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AlignAction.Vertical extends AlignAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AlignAction.West extends AlignAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.ApplyAttributesAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
excludedAttributes
java.util.Set<org.jhotdraw.draw.AttributeKey<?>> excludedAttributes
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.AttributeAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<org.jhotdraw.draw.AttributeKey,java.lang.Object> attributes
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.BringToFrontAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.DefaultAttributeAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
fixedAttributes
java.util.Map<org.jhotdraw.draw.AttributeKey,java.lang.Object> fixedAttributes
-
keys
org.jhotdraw.draw.AttributeKey[] keys
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.DefaultPathSelectedAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
group
javax.swing.ButtonGroup group
The ButtonGroup the popupButton belongs to. It is necessary to know it, becauseDrawingEditor.setTool()doesn't select or deselect the popupButton, so we have to do it manually. -
largeIcon
javax.swing.ImageIcon largeIcon
The Icon the popup button uses when this action is selected. -
pathType
org.opentcs.guing.model.elements.PathModel.Type pathType
-
popupButton
org.jhotdraw.gui.JPopupButton popupButton
The button this action belongs to. -
tool
org.jhotdraw.draw.tool.Tool tool
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.EditorColorChooserAction extends AttributeAction implements Serializable
-
Serialized Fields
-
key
org.jhotdraw.draw.AttributeKey<java.awt.Color> key
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
dx
int dx
-
dy
int dy
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction.East extends org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction.North extends org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction.South extends org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction.West extends org.opentcs.thirdparty.jhotdraw.application.action.draw.MoveAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.PickAttributesAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Serialized Fields
-
excludedAttributes
java.util.Set<org.jhotdraw.draw.AttributeKey> excludedAttributes
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.SelectSameAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.draw.SendToBackAction extends org.jhotdraw.draw.action.AbstractSelectedAction implements Serializable
-
-
Package org.opentcs.thirdparty.jhotdraw.application.action.edit
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.ClearSelectionAction extends org.jhotdraw.app.action.edit.AbstractSelectionAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.CopyAction extends org.jhotdraw.app.action.edit.AbstractSelectionAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.CutAction extends org.jhotdraw.app.action.edit.AbstractSelectionAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.DeleteAction extends javax.swing.text.TextAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.DuplicateAction extends org.jhotdraw.app.action.edit.AbstractSelectionAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.PasteAction extends org.jhotdraw.app.action.edit.AbstractSelectionAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.SelectAllAction extends org.jhotdraw.app.action.edit.AbstractSelectionAction implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager extends javax.swing.undo.UndoManager implements Serializable
-
Serialized Fields
-
hasSignificantEdits
boolean hasSignificantEdits
-
propertySupport
java.beans.PropertyChangeSupport propertySupport
-
redoAction
org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager.RedoAction redoAction
-
undoAction
org.opentcs.thirdparty.jhotdraw.application.action.edit.UndoRedoManager.UndoAction undoAction
-
undoOrRedoInProgress
boolean undoOrRedoInProgress
-
-
-
-
Package org.opentcs.thirdparty.jhotdraw.application.action.file
-
Class org.opentcs.thirdparty.jhotdraw.application.action.file.CloseFileAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
fileSaved
int fileSaved
0: Save file 1: Dont't save file 2: Canceled -
view
OpenTCSView view
-
-
-
-
Package org.opentcs.thirdparty.jhotdraw.application.toolbar
-
Class org.opentcs.thirdparty.jhotdraw.application.toolbar.AbstractMultipleSelectionTool extends org.jhotdraw.draw.tool.DelegationSelectionTool implements Serializable
-
Serialized Fields
-
appState
org.opentcs.guing.application.ApplicationState appState
-
drawingActions
java.util.Collection<javax.swing.Action> drawingActions
-
lastClickEvent
java.awt.event.MouseEvent lastClickEvent
-
selectionActions
java.util.Collection<javax.swing.Action> selectionActions
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.toolbar.OpenTCSConnectionTool extends org.jhotdraw.draw.tool.ConnectionTool implements Serializable
-
Serialized Fields
-
activeLayerProvider
ActiveLayerProvider activeLayerProvider
Provides the currently active layer. -
presentationName
java.lang.String presentationName
A localized name for this tool. The presentationName is displayed by the UndoableEdit.
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.toolbar.OpenTCSDragTracker extends org.jhotdraw.draw.tool.DefaultDragTracker implements Serializable
-
Serialized Fields
-
appState
org.opentcs.guing.application.ApplicationState appState
-
isDragging
boolean isDragging
-
transformedFigures
java.util.Set<org.jhotdraw.draw.Figure> transformedFigures
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.toolbar.OpenTCSSelectAreaTracker extends org.jhotdraw.draw.tool.DefaultSelectAreaTracker implements Serializable
-
Serialized Fields
-
appState
org.opentcs.guing.application.ApplicationState appState
-
hoverFigure
org.jhotdraw.draw.Figure hoverFigure
-
hoverHandles
java.util.List<org.jhotdraw.draw.handle.Handle> hoverHandles
-
rubberband
java.awt.Rectangle rubberband
-
rubberbandColor
java.awt.Color rubberbandColor
-
rubberbandStroke
java.awt.Stroke rubberbandStroke
-
-
-
Class org.opentcs.thirdparty.jhotdraw.application.toolbar.PaletteToolBarBorder extends org.jhotdraw.gui.plaf.palette.PaletteToolBarBorder implements Serializable
-
-
Package org.opentcs.thirdparty.jhotdraw.components.drawing
-
Class org.opentcs.thirdparty.jhotdraw.components.drawing.AbstractOpenTCSDrawingView extends org.jhotdraw.draw.DefaultDrawingView implements Serializable
-
Serialized Fields
-
appState
org.opentcs.guing.application.ApplicationState appState
-
bezierLinerEditHandler
org.opentcs.guing.components.drawing.BezierLinerEditHandler bezierLinerEditHandler
-
bitmapFigures
java.util.List<org.opentcs.guing.components.drawing.figures.BitmapFigure> bitmapFigures
-
doRepaint
boolean doRepaint
-
fFocusFigure
org.jhotdraw.draw.Figure fFocusFigure
-
labelsVisible
boolean labelsVisible
-
modelManager
org.opentcs.guing.persistence.ModelManager modelManager
-
offsetListener
java.awt.event.ComponentListener offsetListener
-
-
-
Class org.opentcs.thirdparty.jhotdraw.components.drawing.ExtendedGridConstrainer extends org.jhotdraw.draw.GridConstrainer implements Serializable
-
Class org.opentcs.thirdparty.jhotdraw.components.drawing.OpenTCSDrawingViewModeling extends org.opentcs.thirdparty.jhotdraw.components.drawing.AbstractOpenTCSDrawingView implements Serializable
-
Serialized Fields
-
activeLayerProvider
ActiveLayerProvider activeLayerProvider
The active layer provider. -
blockChangeHandler
BlockChangeHandler blockChangeHandler
Handles events for blocks. -
bufferedFigures
java.util.List<org.jhotdraw.draw.Figure> bufferedFigures
Contains figures currently in the buffer (eg when copying or cutting figures). -
figureCloner
FigureCloner figureCloner
A helper for cloning figures.
-
-
-