Serialized Form
-
Package de.uni_trier.wi2.procake.gui.nestworkflow
-
Class de.uni_trier.wi2.procake.gui.nestworkflow.MxGraphPanel
class MxGraphPanel extends JPanel implements Serializable-
Serialized Fields
-
dataFlowEdges
Set<Object> dataFlowEdges
-
dataVertices
Set<Object> dataVertices
-
fSizeTextArea
float fSizeTextArea
-
graph
de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject graph
-
graphComponent
com.mxgraph.swing.mxGraphComponent graphComponent
-
graphPool
de.uni_trier.wi2.procake.data.objectpool.WriteableObjectPool<de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject> graphPool
-
mapCellToNESTItem
HashMap<Object,
de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject> mapCellToNESTItem -
menubar
JPanel menubar
-
modes
Stack<MxGraphPanel.readMode> modes
-
mxGraph
com.mxgraph.view.mxGraph mxGraph
-
mxGraphPanel
MxGraphPanel mxGraphPanel
-
originalGraph
de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject originalGraph
-
parent
Object parent
-
queryGraph
de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject queryGraph
-
sbPanel
JPanel sbPanel
-
sbPanelBottom
JPanel sbPanelBottom
-
sbPanelCenter
JPanel sbPanelCenter
-
sbPanelTopLabel
JLabel sbPanelTopLabel
-
sbScrollPane
JScrollPane sbScrollPane
-
showDataNodes
boolean showDataNodes
-
showNodeIDs
boolean showNodeIDs
-
sidebarEnabled
boolean sidebarEnabled
-
sidebarWritable
boolean sidebarWritable
-
vertices
HashMap<String,
Object> vertices -
visualizer
de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl visualizer
-
x
int x
-
xMax
int xMax
-
y
int y
-
yMax
int yMax
-
-
-
Class de.uni_trier.wi2.procake.gui.nestworkflow.MxGraphPanelWithPoolComboBox
class MxGraphPanelWithPoolComboBox extends MxGraphPanel implements Serializable-
Serialized Fields
-
cbGraphPool
JComboBox<de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject> cbGraphPool
-
-
-
Class de.uni_trier.wi2.procake.gui.nestworkflow.NESTWorkflowListCellRenderer
class NESTWorkflowListCellRenderer extends JLabel implements Serializable
-
-
Package de.uni_trier.wi2.procake.gui.objecteditor
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditor
class ObjectEditor extends JFrame implements Serializable-
Serialized Fields
-
activeDataObjectEditor
DataObjectEditorSaveable activeDataObjectEditor
-
activeNestGraphEditor
NESTWorkflowEditor activeNestGraphEditor
-
changesInObject
boolean changesInObject
-
currentFile
File currentFile
The currentFilewhere the data should be saved. Can be null. -
dataObject
T extends de.uni_trier.wi2.procake.data.object.DataObject dataObject
WorkingDataObject, where changes are made -
extraToolBar
EditorToolBar extraToolBar
-
mainSplitPane
JSplitPane mainSplitPane
JSplitPanefor showing theJTreeon the left panel and the associated editor on the right panel -
newDataObjectClassSelector
JComboBox<de.uni_trier.wi2.procake.data.model.DataClass> newDataObjectClassSelector
-
originalDataObject
T extends de.uni_trier.wi2.procake.data.object.DataObject originalDataObject
originalDataObjectto revert to -
originalPool
de.uni_trier.wi2.procake.data.objectpool.WriteableObjectPool<T extends de.uni_trier.wi2.procake.data.object.DataObject> originalPool
originalWriteableObjectPoolofDataObjects to revert to -
pool
de.uni_trier.wi2.procake.data.objectpool.WriteableObjectPool<T extends de.uni_trier.wi2.procake.data.object.DataObject> pool
WorkingWriteableObjectPoolofDataObject, where changes are made -
saveButton
JButton saveButton
TheJButtonto save changes in theSemanticDescriptorEditor. Can be null -
tree
ObjectEditor<T extends de.uni_trier.wi2.procake.data.object.DataObject>.de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditor.ObjectJTree tree
TheJTreein which theWriteableObjectPoolorDataObjectis represented and shown. TheJTreeis wrapped intoObjectEditor<T extends de.uni_trier.wi2.procake.data.object.DataObject>.de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditor.ObjectJTreefor convenience but can be used just the same. -
treeScrollPane
JScrollPane treeScrollPane
TheJScrollPaneto contain theJTree
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.AddDataObjectFromClipboardAction
class AddDataObjectFromClipboardAction extends ObjectEditorActions.AddDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.AddDataObjectFromXMLFileAction
class AddDataObjectFromXMLFileAction extends ObjectEditorActions.OpenDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.AddNewDataAction
class AddNewDataAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectEditor editor
-
newDataObjectClassSelector
JComboBox<de.uni_trier.wi2.procake.data.model.DataClass> newDataObjectClassSelector
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.DeleteDataAction
class DeleteDataAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.ExportAsAction
class ExportAsAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.OpenDataObjectFromXMLFileAction
class OpenDataObjectFromXMLFileAction extends ObjectEditorActions.OpenXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.OpenNewEditorWindowAction
class OpenNewEditorWindowAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.OpenPoolXMLFileAction
class OpenPoolXMLFileAction extends ObjectEditorActions.OpenXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.OpenXMLFileAction
class OpenXMLFileAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectEditor editor
-
lastDir
String lastDir
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.RefreshObjectPoolAction
class RefreshObjectPoolAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.ReplaceWithDataObjectFromClipboardAction
class ReplaceWithDataObjectFromClipboardAction extends ObjectEditorActions.ReplaceWithDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.ReplaceWithDataObjectFromXMLFileAction
class ReplaceWithDataObjectFromXMLFileAction extends ObjectEditorActions.OpenDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.SaveInObjectAction
class SaveInObjectAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorActions.StoreDataObjectInClipboardAction
class StoreDataObjectInClipboardAction extends AbstractAction implements Serializable-
Serialized Fields
-
objectToStore
de.uni_trier.wi2.procake.data.object.DataObject objectToStore
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.ObjectEditorMenuBar
class ObjectEditorMenuBar extends JMenuBar implements Serializable
-
-
Package de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.DataObjectEditor
class DataObjectEditor extends JPanel implements Serializable-
Serialized Fields
-
dataObject
de.uni_trier.wi2.procake.data.object.DataObject dataObject
-
parentAttributeName
String parentAttributeName
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.DataObjectEditorSaveable
class DataObjectEditorSaveable extends DataObjectEditor implements Serializable-
Serialized Fields
-
original
de.uni_trier.wi2.procake.data.object.DataObject original
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.NESTWorkflowEditor
class NESTWorkflowEditor extends BasicGraphEditor implements Serializable- serialVersionUID:
- -4601740824088314699L
-
Serialized Fields
-
editorFrame
JFrame editorFrame
-
graphSaveListeners
Set<NESTWorkflowEditor.GraphSaveListener> graphSaveListeners
-
mainSplitPane
JSplitPane mainSplitPane
-
nestWorkflow
de.uni_trier.wi2.procake.data.object.nest.NESTAbstractWorkflowObject nestWorkflow
-
nestWorkflowValidatorGUI
NESTWorkflowEditor.NESTWorkflowValidatorGUI nestWorkflowValidatorGUI
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.NESTWorkflowEditor.CustomGraphComponent
class CustomGraphComponent extends com.mxgraph.swing.mxGraphComponent implements Serializable- serialVersionUID:
- -6833603133512882012L
-
Serialized Fields
-
stylesheet
String stylesheet
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.NESTWorkflowEditor.NESTWorkflowValidatorGUI
class NESTWorkflowValidatorGUI extends JDialog implements Serializable-
Serialized Fields
-
editor
NESTWorkflowEditor editor
-
errorLogArea
JTextArea errorLogArea
-
validationResultLabel
JLabel validationResultLabel
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.StringCellEditor
class StringCellEditor extends JDialog implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.StylesheetEditor
class StylesheetEditor extends JDialog implements Serializable
-
-
Package de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.BasicGraphEditor
class BasicGraphEditor extends JPanel implements Serializable- serialVersionUID:
- -6561623072112577140L
-
Serialized Fields
-
appTitle
String appTitle
-
changeTracker
com.mxgraph.util.mxEventSource.mxIEventListener changeTracker
-
currentFile
File currentFile
-
frameless
boolean frameless
-
graphComponent
com.mxgraph.swing.mxGraphComponent graphComponent
-
graphOutline
com.mxgraph.swing.mxGraphOutline graphOutline
-
keyboardHandler
com.mxgraph.swing.handler.mxKeyboardHandler keyboardHandler
-
libraryPane
JTabbedPane libraryPane
-
modified
boolean modified
Flag indicating whether the current graph has been modified -
rubberband
com.mxgraph.swing.handler.mxRubberband rubberband
-
start
Point start
Starting Point of Mouse when clicked -
statusBar
JLabel statusBar
-
undoHandler
com.mxgraph.util.mxEventSource.mxIEventListener undoHandler
-
undoManager
com.mxgraph.util.mxUndoManager undoManager
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorAboutFrame
class EditorAboutFrame extends JDialog implements Serializable- serialVersionUID:
- -3378029138434324390L
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.AddSemanticDescriptorNodeAction
class AddSemanticDescriptorNodeAction extends AbstractAction implements Serializable-
Serialized Fields
-
cells
List<com.mxgraph.model.mxICell> cells
-
editor
NESTWorkflowEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.AlignCellsAction
class AlignCellsAction extends AbstractAction implements Serializable-
Serialized Fields
-
align
String align
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.AutosizeAction
class AutosizeAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.BackgroundAction
class BackgroundAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.BackgroundImageAction
class BackgroundImageAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ColorAction
class ColorAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.EditSizeAction
class EditSizeAction extends AbstractAction implements Serializable-
Serialized Fields
-
graph
com.mxgraph.view.mxGraph graph
Active graph, where cells should be resized
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.EditStylesheetAction
class EditStylesheetAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ExitAction
class ExitAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ExportAsAction
class ExportAsAction extends AbstractAction implements Serializable-
Serialized Fields
-
fileFilters
List<DefaultFileFilter> fileFilters
-
lastDir
String lastDir
-
showDialog
boolean showDialog
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.FontStyleAction
class FontStyleAction extends AbstractAction implements Serializable-
Serialized Fields
-
bold
boolean bold
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.GraphAppearance
class GraphAppearance extends Object implements Serializable-
Serialized Fields
-
cells
List<de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.GraphAppearance.Cell> cells
-
stylesheet
EditorActions.GraphAppearance.mxStylesheet stylesheet
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.GridColorAction
class GridColorAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.GridStyleAction
class GridStyleAction extends AbstractAction implements Serializable-
Serialized Fields
-
style
int style
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.HistoryAction
class HistoryAction extends AbstractAction implements Serializable-
Serialized Fields
-
undo
boolean undo
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ImportAction
class ImportAction extends AbstractAction implements Serializable-
Serialized Fields
-
lastDir
String lastDir
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.KeyValueAction
class KeyValueAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.LayoutNESTWorkflowAction
class LayoutNESTWorkflowAction extends AbstractAction implements Serializable-
Serialized Fields
-
customGraph
NESTWorkflowEditor.CustomGraph customGraph
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.NewNESTWorkflowAction
class NewNESTWorkflowAction extends AbstractAction implements Serializable-
Serialized Fields
-
nestWorkflowClass
de.uni_trier.wi2.procake.data.model.nest.NESTWorkflowClass nestWorkflowClass
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.OpenAction
class OpenAction extends AbstractAction implements Serializable-
Serialized Fields
-
lastDir
String lastDir
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.PageBackgroundAction
class PageBackgroundAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.PageSetupAction
class PageSetupAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.PrintAction
class PrintAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.PromptPropertyAction
class PromptPropertyAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.PromptValueAction
class PromptValueAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.SaveInObjectAction
class SaveInObjectAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ScaleAction
class ScaleAction extends AbstractAction implements Serializable-
Serialized Fields
-
scale
double scale
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.SelectShortestPathAction
class SelectShortestPathAction extends AbstractAction implements Serializable-
Serialized Fields
-
directed
boolean directed
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.SelectSpanningTreeAction
class SelectSpanningTreeAction extends AbstractAction implements Serializable-
Serialized Fields
-
directed
boolean directed
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.SetLabelPositionAction
class SetLabelPositionAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.SetStyleAction
class SetStyleAction extends AbstractAction implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.StyleAction
class StyleAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.StylesheetAction
class StylesheetAction extends AbstractAction implements Serializable-
Serialized Fields
-
stylesheet
String stylesheet
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleAction
class ToggleAction extends AbstractAction implements Serializable-
Serialized Fields
-
defaultValue
boolean defaultValue
-
key
String key
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleAutoImportExportConfigAction
class ToggleAutoImportExportConfigAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleCellTooltipVisibilityAction
class ToggleCellTooltipVisibilityAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleConnectModeAction
class ToggleConnectModeAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleCreateTargetItem
class ToggleCreateTargetItem extends JCheckBoxMenuItem implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleDataFlowEdgeStyleAction
class ToggleDataFlowEdgeStyleAction extends AbstractAction implements Serializable-
Serialized Fields
-
originalStyle
Object originalStyle
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleDataNodeVisibilityAction
class ToggleDataNodeVisibilityAction extends de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleNodeVisibilityAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleDirtyAction
class ToggleDirtyAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleEdgeLabelVisibilityAction
class ToggleEdgeLabelVisibilityAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleGridItem
class ToggleGridItem extends JCheckBoxMenuItem implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleIdVisibilityAction
class ToggleIdVisibilityAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleOutlineItem
class ToggleOutlineItem extends JCheckBoxMenuItem implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.TogglePropertyItem
class TogglePropertyItem extends JCheckBoxMenuItem implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleReLayoutAction
class ToggleReLayoutAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleRulersItem
class ToggleRulersItem extends JCheckBoxMenuItem implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleSequenceNodeVisibilityAction
class ToggleSequenceNodeVisibilityAction extends de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleNodeVisibilityAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleWorkflowNodeVisibilityAction
class ToggleWorkflowNodeVisibilityAction extends de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ToggleNodeVisibilityAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ValidateNESTWorkflowAction
class ValidateNESTWorkflowAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.WarningAction
class WarningAction extends AbstractAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.ZoomPolicyAction
class ZoomPolicyAction extends AbstractAction implements Serializable-
Serialized Fields
-
zoomPolicy
int zoomPolicy
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorControlsPanel
class EditorControlsPanel extends JPanel implements Serializable-
Serialized Fields
-
graph
NESTWorkflowEditor.CustomGraph graph
-
layout
NESTWorkflowLayout layout
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorMenuBar
class EditorMenuBar extends JMenuBar implements Serializable- serialVersionUID:
- 4060203894740766714L
-
Serialized Fields
-
editor
NESTWorkflowEditor editor
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorPalette
class EditorPalette extends JPanel implements Serializable- serialVersionUID:
- 7771113885935187066L
-
Serialized Fields
-
eventSource
com.mxgraph.util.mxEventSource eventSource
-
selectedEntry
JLabel selectedEntry
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorPopupMenu
class EditorPopupMenu extends JPopupMenu implements Serializable- serialVersionUID:
- -3132749140550242191L
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorRuler
class EditorRuler extends JComponent implements Serializable- serialVersionUID:
- -6310912355878668096L
-
Serialized Fields
-
activelength
int activelength
Specified that start and length of the active region, ie the region to paint with the background border. This is used for example to indicate the printable region of a graph. -
activeoffset
int activeoffset
Specified that start and length of the active region, ie the region to paint with the background border. This is used for example to indicate the printable region of a graph. -
graphComponent
com.mxgraph.swing.mxGraphComponent graphComponent
Reference to the attached graph. -
inactiveBackground
Color inactiveBackground
Defines the inactive background border. Default is a not-so-dark gray. -
increment
double increment
Parameters to control the display. -
labelFont
Font labelFont
-
metric
boolean metric
Specifies the unit system. Default isEditorRuler.DEFAULT_ISMETRIC. -
mouse
Point mouse
Holds the current and first mouse point. -
orientation
int orientation
Specifies the orientation. -
rulerSize
int rulerSize
Specifies height or width of the ruler. Default is 15 pixels. -
scale
double scale
Specifies the scale for the metrics. Default isEditorRuler.DEFAULT_PAGESCALE. -
tickDistance
int tickDistance
Specifies the minimum distance between two major ticks. Default is 30. -
units
double units
Parameters to control the display.
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorSizeEdit
class EditorSizeEdit extends JDialog implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorToolBar
class EditorToolBar extends JToolBar implements Serializable- serialVersionUID:
- -8015443128436394471L
-
Serialized Fields
-
ignoreZoomChange
boolean ignoreZoomChange
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.ShadowBorder
class ShadowBorder extends Object implements Serializable- serialVersionUID:
- 6854989457150641240L
-
Serialized Fields
-
insets
Insets insets
-
-
-
Package de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.swing.misc
-
Class de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.swing.misc.AutoCompletion
class AutoCompletion extends PlainDocument implements Serializable-
Serialized Fields
-
comboBox
JComboBox comboBox
Deprecated, for removal: This API element is subject to removal in a future version. -
editor
JTextComponent editor
Deprecated, for removal: This API element is subject to removal in a future version. -
editorFocusListener
FocusListener editorFocusListener
Deprecated, for removal: This API element is subject to removal in a future version. -
editorKeyListener
KeyListener editorKeyListener
Deprecated, for removal: This API element is subject to removal in a future version. -
hidePopupOnFocusLoss
boolean hidePopupOnFocusLoss
Deprecated, for removal: This API element is subject to removal in a future version. -
hitBackspace
boolean hitBackspace
Deprecated, for removal: This API element is subject to removal in a future version. -
hitBackspaceOnSelection
boolean hitBackspaceOnSelection
Deprecated, for removal: This API element is subject to removal in a future version. -
model
ComboBoxModel model
Deprecated, for removal: This API element is subject to removal in a future version. -
selecting
boolean selecting
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.AddDataObjectFromClipboardAction
class AddDataObjectFromClipboardAction extends EditorActions.AddDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.AddDataObjectFromXMLFileAction
class AddDataObjectFromXMLFileAction extends EditorActions.LoadDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.DeleteDataObjectFromPoolAction
class DeleteDataObjectFromPoolAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectPoolEditor editor
-
objectToDelete
de.uni_trier.wi2.procake.data.object.DataObject objectToDelete
-
pool
de.uni_trier.wi2.procake.data.objectpool.WriteableObjectPool pool
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.ExportAsAction
class ExportAsAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectPoolEditor editor
-
lastDir
String lastDir
-
objectToSaveSupplier
Supplier<Object> objectToSaveSupplier
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.LoadDataObjectFromXMLFileAction
class LoadDataObjectFromXMLFileAction extends EditorActions.OpenXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.OpenNewEditorWindowAction
class OpenNewEditorWindowAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectPoolEditor<T extends de.uni_trier.wi2.procake.data.object.DataObject> editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.OpenPoolXMLFileAction
class OpenPoolXMLFileAction extends EditorActions.OpenXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.OpenXMLFileAction
class OpenXMLFileAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectPoolEditor editor
-
lastDir
String lastDir
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.RefreshObjectPoolAction
class RefreshObjectPoolAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectPoolEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.ReplaceWithDataObjectFromClipboardAction
class ReplaceWithDataObjectFromClipboardAction extends EditorActions.ReplaceWithDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.ReplaceWithDataObjectFromXMLFileAction
class ReplaceWithDataObjectFromXMLFileAction extends EditorActions.LoadDataObjectFromXMLFileAction implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.SaveInObjectAction
class SaveInObjectAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectPoolEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.SetDataObjectIdAction
class SetDataObjectIdAction extends AbstractAction implements Serializable-
Serialized Fields
-
dataObject
de.uni_trier.wi2.procake.data.object.DataObject dataObject
-
editor
ObjectPoolEditor editor
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.StoreDataObjectInClipboardAction
class StoreDataObjectInClipboardAction extends AbstractAction implements Serializable-
Serialized Fields
-
objectToStore
de.uni_trier.wi2.procake.data.object.DataObject objectToStore
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorActions.StoreNewDataObjectInPoolAction
class StoreNewDataObjectInPoolAction extends AbstractAction implements Serializable-
Serialized Fields
-
editor
ObjectPoolEditor editor
-
newDataObjectClassSelector
JComboBox<de.uni_trier.wi2.procake.data.model.DataClass> newDataObjectClassSelector
-
-
-
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.EditorMenuBar
class EditorMenuBar extends JMenuBar implements Serializable -
Class de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.ObjectPoolEditor
class ObjectPoolEditor extends JFrame implements Serializable-
Serialized Fields
-
currentFile
File currentFile
Deprecated, for removal: This API element is subject to removal in a future version. -
mainSplitPane
JSplitPane mainSplitPane
Deprecated, for removal: This API element is subject to removal in a future version. -
originalPool
de.uni_trier.wi2.procake.data.objectpool.WriteableObjectPool<T extends de.uni_trier.wi2.procake.data.object.DataObject> originalPool
Deprecated, for removal: This API element is subject to removal in a future version. -
pool
de.uni_trier.wi2.procake.data.objectpool.WriteableObjectPool<T extends de.uni_trier.wi2.procake.data.object.DataObject> pool
Deprecated, for removal: This API element is subject to removal in a future version. -
tree
ObjectPoolEditor<T extends de.uni_trier.wi2.procake.data.object.DataObject>.de.uni_trier.wi2.procake.gui.objecteditor.objectpooleditor.ObjectPoolEditor.ObjectPoolJTree tree
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-