Modifier and Type | Method and Description |
---|---|
void |
LogGraphMouseListener.addInformationPanel(InformationPanel informationPanel) |
Modifier and Type | Method and Description |
---|---|
void |
GraphMouseListener.addInformationPanel(InformationPanel informationPanel) |
void |
GraphMoveMouseListener.addInformationPanel(InformationPanel informationPanel) |
void |
GraphZoomMouseListener.addInformationPanel(InformationPanel informationPanel) |
Modifier and Type | Method and Description |
---|---|
void |
EditorActionListenerSave.addInformationPanel(InformationPanel informationPanel) |
void |
GraphMouseListener.addInformationPanel(InformationPanel informationPanel) |
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) |
EditorActionListenerSave(org.processmining.framework.plugin.PluginContext context,
OCBCModel model,
javax.swing.JTextField field,
InformationPanel informationPanel) |
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) |
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) |