public class NotebookVisualizer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HELP |
static java.lang.String |
NAME |
Constructor and Description |
---|
NotebookVisualizer() |
Modifier and Type | Method and Description |
---|---|
static void |
changeView(javax.swing.JComponent component)
Change the contents of the root component (mainPanel) to the given
component.
|
static void |
revertView()
Change the contents of the root component (mainPanel) to the Filterd
notebook.
|
javax.swing.JComponent |
visualize(org.processmining.contexts.uitopia.UIPluginContext context,
NotebookModelAdapted adaptedModel,
org.processmining.framework.plugin.ProMCanceller canceller,
NotebookConfiguration config)
Method representing the Filterd notebook import / export plug-in.
|
javax.swing.JComponent |
visualize(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.framework.plugin.ProMCanceller canceller,
NotebookConfiguration config)
Method called by ProM when the user requests to use the Filterd notebook.
|
public static final java.lang.String NAME
public static final java.lang.String HELP
public javax.swing.JComponent visualize(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, org.processmining.framework.plugin.ProMCanceller canceller, NotebookConfiguration config)
context
- plug-in context used for instantiating other visualizer inside
the notebook and exporting to workspacelog
- initial input log for the notebookcanceller
- ???public javax.swing.JComponent visualize(org.processmining.contexts.uitopia.UIPluginContext context, NotebookModelAdapted adaptedModel, org.processmining.framework.plugin.ProMCanceller canceller, NotebookConfiguration config)
context
- plug-in context used for instantiating other visualizer inside
the notebook and exporting to workspaceadaptedModel
- deserialized notebook modelcanceller
- ???public static void changeView(javax.swing.JComponent component)
component
- UI component that should be placed in the root elementpublic static void revertView()