| Package | Description |
|---|---|
| org.processmining.ocbc.conformance.visualization.panels | |
| org.processmining.ocbc.models.editor.interaction | |
| org.processmining.ocbc.models.editor.panels |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviationInformationPanel.setGraphPanel(GraphPanel graphPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphMouseListener.addGraphPanel(GraphPanel graphPanel) |
| Constructor and Description |
|---|
EditorActionListenerAddNode(javax.swing.JButton focusedButton,
GraphMouseListener graphMouseListener,
InformationPanel informationPanel,
GraphPanel graphPanel,
java.lang.String elementType,
javax.swing.JTextField nameField,
javax.swing.JSlider childIndex) |
EditorActionListenerDeleteElement(OCBCModel model,
GraphMouseListener graphMouseListener,
InformationPanel informationPanel,
GraphPanel graphPanel) |
EditorActionListenerEditConstraint(OCBCModel model,
GraphMouseListener graphMouseListener,
javax.swing.JTextField alwaysField,
javax.swing.JTextField eventuallyField,
javax.swing.JTextField classSideField,
InformationPanel informationPanel,
GraphPanel graphPanel,
javax.swing.JSlider childIndex) |
EditorActionListenerEditName(OCBCModel model,
GraphMouseListener graphMouseListener,
javax.swing.JTextField text,
InformationPanel informationPanel,
GraphPanel graphPanel,
javax.swing.JSlider childIndex) |
EditorMouseListenerAlwaysCardinality(OCBCModel model,
GraphMouseListener graphMouseListener,
javax.swing.JTextField text,
InformationPanel informationPanel,
GraphPanel graphPanel,
javax.swing.JSlider childIndex) |
EditorMouseListenerAOCClassSideCardinality(OCBCModel model,
GraphMouseListener graphMouseListener,
javax.swing.JTextField text,
InformationPanel informationPanel,
GraphPanel graphPanel,
javax.swing.JSlider childIndex) |
EditorMouseListenerEventuallyCardinality(OCBCModel model,
GraphMouseListener graphMouseListener,
javax.swing.JTextField text,
InformationPanel informationPanel,
GraphPanel graphPanel,
javax.swing.JSlider childIndex) |
EditorMouseListenerInputName(OCBCModel model,
GraphMouseListener graphMouseListener,
javax.swing.JTextField text,
InformationPanel informationPanel,
GraphPanel graphPanel,
javax.swing.JSlider childIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
InformationPanel.setGraphPanel(GraphPanel graphPanel) |
| Constructor and Description |
|---|
EditorCreateModelPanel(OCBCModel model,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
InformationPanel informationPanel,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |
EditorModifyModelPanel(OCBCModel model,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
InformationPanel informationPanel,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |
EditorPanel(org.processmining.contexts.uitopia.UIPluginContext context,
OCBCModel model,
InformationPanel informationPanel,
GraphPanel graphPanel,
GraphMouseListener graphMouseListener,
java.awt.Dimension dimEditorPanel) |
EditorSaveModelPanel(org.processmining.contexts.uitopia.UIPluginContext context,
OCBCModel model,
int maxWidth,
int maxHeight,
GraphMouseListener graphMouseListener,
InformationPanel informationPanel,
GraphPanel graphPanel,
java.util.Collection<javax.swing.JComponent> components) |