public class GraphicalUserInterface
extends java.lang.Object
| Constructor and Description |
|---|
GraphicalUserInterface() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPanel |
getMainPanel(OutputDefinition output)
Get the main panel.
|
void |
setDimensions(java.util.List<Output> outputList)
Sets all the different quality checks on the left-panel.
|
void |
setLeftPanel()
Sets the left panel of the split panel.
|
void |
setRightPanel()
Sets the right panel of the split panel.
|
void |
setScore(java.lang.String outputScore)
Sets the logName on the report.
|
void |
setSplitPanel()
Sets the split panel for the GUI.
|
void |
setTitle(java.lang.String eventlogName)
Sets the title of the report.
|
javax.swing.JComponent |
visualize(org.processmining.framework.plugin.PluginContext context,
OutputDefinition output) |
public javax.swing.JComponent visualize(org.processmining.framework.plugin.PluginContext context,
OutputDefinition output)
public javax.swing.JPanel getMainPanel(OutputDefinition output)
output - public void setSplitPanel()
public void setLeftPanel()
public void setRightPanel()
public void setTitle(java.lang.String eventlogName)
public void setScore(java.lang.String outputScore)
eventlogName - public void setDimensions(java.util.List<Output> outputList)
outputList -