public final class DataAwareExplorer extends java.lang.Object implements ExplorerUpdater, ExplorerContext, ExplorerInterface
Modifier and Type | Class and Description |
---|---|
class |
DataAwareExplorer.ShowChartAction |
class |
DataAwareExplorer.ShowDetailsAction |
ExplorerInterface.CustomQueryResult, ExplorerInterface.QueryResult, ExplorerInterface.ResultOption, ExplorerInterface.StandardQueryResult
Constructor and Description |
---|
DataAwareExplorer(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.datapetrinets.DataPetriNetsWithMarkings net) |
Modifier and Type | Method and Description |
---|---|
void |
afterUpdate() |
void |
beforeUpdate() |
void |
dataChanged(DataChangedEvent event) |
void |
filterChanged(FilterChangedEvent event) |
javax.swing.JComponent |
getComponent() |
org.processmining.framework.plugin.PluginContext |
getContext() |
com.google.common.eventbus.EventBus |
getEventBus() |
java.util.concurrent.ExecutorService |
getExecutor() |
ExplorerContext |
getExplorerContext() |
org.processmining.logenhancement.view.LogViewContext |
getLogViewContext() |
ExplorerModel |
getModel() |
java.awt.Component |
getParentView() |
ExplorerInterface |
getUserQuery() |
void |
netViewChanged(NetViewChangedEvent event) |
void |
netViewConfigChanged(NetViewConfigChangedEvent event) |
void |
post(ExplorerEvent event) |
ExplorerInterface.QueryResult |
queryCustom(java.lang.String queryTitle,
javax.swing.JComponent queryComponent,
java.lang.String[] options) |
ExplorerInterface.QueryResult |
queryOkCancel(java.lang.String queryTitle,
javax.swing.JComponent queryComponent) |
java.lang.String |
queryString(java.lang.String query,
java.lang.String initialLabel) |
ExplorerInterface.QueryResult |
queryYesNo(java.lang.String queryTitle,
javax.swing.JComponent queryComponent) |
void |
setExecutor(java.util.concurrent.ExecutorService executor) |
void |
setParent(ExplorerController parent) |
void |
showCustom(javax.swing.JComponent component,
java.lang.String dialogTitle,
java.awt.Dialog.ModalityType modalityType) |
void |
showError(java.lang.String errorTitle,
java.lang.Exception e) |
void |
showError(java.lang.String errorMessage,
java.lang.String errorTitle,
java.lang.Exception e) |
void |
showMessage(java.lang.String message,
java.lang.String title) |
void |
showWarning(java.lang.String warningMessage,
java.lang.String warningTitle) |
public DataAwareExplorer(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.processmining.datapetrinets.DataPetriNetsWithMarkings net)
public void beforeUpdate()
public void afterUpdate()
public void netViewChanged(NetViewChangedEvent event)
public void netViewConfigChanged(NetViewConfigChangedEvent event)
public void dataChanged(DataChangedEvent event)
public void filterChanged(FilterChangedEvent event)
public javax.swing.JComponent getComponent()
public void setParent(ExplorerController parent)
public ExplorerModel getModel()
public java.awt.Component getParentView()
public java.util.concurrent.ExecutorService getExecutor()
getExecutor
in interface ExplorerContext
public void setExecutor(java.util.concurrent.ExecutorService executor)
public org.processmining.framework.plugin.PluginContext getContext()
getContext
in interface ExplorerContext
public ExplorerContext getExplorerContext()
public void post(ExplorerEvent event)
post
in interface ExplorerUpdater
public com.google.common.eventbus.EventBus getEventBus()
getEventBus
in interface ExplorerUpdater
public ExplorerInterface getUserQuery()
getUserQuery
in interface ExplorerContext
public void showMessage(java.lang.String message, java.lang.String title)
showMessage
in interface ExplorerInterface
public void showError(java.lang.String errorTitle, java.lang.Exception e)
showError
in interface ExplorerInterface
public void showError(java.lang.String errorMessage, java.lang.String errorTitle, java.lang.Exception e)
showError
in interface ExplorerInterface
public void showWarning(java.lang.String warningMessage, java.lang.String warningTitle)
showWarning
in interface ExplorerInterface
public void showCustom(javax.swing.JComponent component, java.lang.String dialogTitle, java.awt.Dialog.ModalityType modalityType)
showCustom
in interface ExplorerInterface
public ExplorerInterface.QueryResult queryOkCancel(java.lang.String queryTitle, javax.swing.JComponent queryComponent)
queryOkCancel
in interface ExplorerInterface
public ExplorerInterface.QueryResult queryYesNo(java.lang.String queryTitle, javax.swing.JComponent queryComponent)
queryYesNo
in interface ExplorerInterface
public ExplorerInterface.QueryResult queryCustom(java.lang.String queryTitle, javax.swing.JComponent queryComponent, java.lang.String[] options)
queryCustom
in interface ExplorerInterface
public java.lang.String queryString(java.lang.String query, java.lang.String initialLabel)
queryString
in interface ExplorerInterface
public org.processmining.logenhancement.view.LogViewContext getLogViewContext()
getLogViewContext
in interface ExplorerContext