Class DataAwareExplorer
- java.lang.Object
-
- org.processmining.dataawareexplorer.explorer.DataAwareExplorer
-
- All Implemented Interfaces:
ExplorerContext,ExplorerInterface,ExplorerUpdater
public final class DataAwareExplorer extends java.lang.Object implements ExplorerUpdater, ExplorerContext, ExplorerInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDataAwareExplorer.ShowChartActionclassDataAwareExplorer.ShowDetailsAction-
Nested classes/interfaces inherited from interface org.processmining.dataawareexplorer.explorer.ExplorerInterface
ExplorerInterface.CustomQueryResult, ExplorerInterface.QueryResult, ExplorerInterface.ResultOption, ExplorerInterface.StandardQueryResult
-
-
Constructor Summary
Constructors Constructor Description DataAwareExplorer(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.processmining.datapetrinets.DataPetriNetsWithMarkings net)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterUpdate()voidbeforeUpdate()voiddataChanged(DataChangedEvent event)voidfilterChanged(FilterChangedEvent event)javax.swing.JComponentgetComponent()org.processmining.framework.plugin.PluginContextgetContext()com.google.common.eventbus.EventBusgetEventBus()java.util.concurrent.ExecutorServicegetExecutor()ExplorerContextgetExplorerContext()org.processmining.logenhancement.view.LogViewContextgetLogViewContext()ExplorerModelgetModel()java.awt.ComponentgetParentView()ExplorerInterfacegetUserQuery()voidnetViewChanged(NetViewChangedEvent event)voidnetViewConfigChanged(NetViewConfigChangedEvent event)voidpost(ExplorerEvent event)ExplorerInterface.QueryResultqueryCustom(java.lang.String queryTitle, javax.swing.JComponent queryComponent, java.lang.String[] options)ExplorerInterface.QueryResultqueryOkCancel(java.lang.String queryTitle, javax.swing.JComponent queryComponent)java.lang.StringqueryString(java.lang.String query, java.lang.String initialLabel)ExplorerInterface.QueryResultqueryYesNo(java.lang.String queryTitle, javax.swing.JComponent queryComponent)voidsetExecutor(java.util.concurrent.ExecutorService executor)voidsetParent(ExplorerController parent)voidshowCustom(javax.swing.JComponent component, java.lang.String dialogTitle, java.awt.Dialog.ModalityType modalityType)voidshowError(java.lang.String errorTitle, java.lang.Exception e)voidshowError(java.lang.String errorMessage, java.lang.String errorTitle, java.lang.Exception e)voidshowMessage(java.lang.String message, java.lang.String title)voidshowWarning(java.lang.String warningMessage, java.lang.String warningTitle)
-
-
-
Method Detail
-
beforeUpdate
public void beforeUpdate()
-
afterUpdate
public void afterUpdate()
-
netViewChanged
public void netViewChanged(NetViewChangedEvent event)
-
netViewConfigChanged
public void netViewConfigChanged(NetViewConfigChangedEvent event)
-
dataChanged
public void dataChanged(DataChangedEvent event)
-
filterChanged
public void filterChanged(FilterChangedEvent event)
-
getComponent
public javax.swing.JComponent getComponent()
-
setParent
public void setParent(ExplorerController parent)
-
getModel
public ExplorerModel getModel()
-
getParentView
public java.awt.Component getParentView()
-
getExecutor
public java.util.concurrent.ExecutorService getExecutor()
- Specified by:
getExecutorin interfaceExplorerContext
-
setExecutor
public void setExecutor(java.util.concurrent.ExecutorService executor)
-
getContext
public org.processmining.framework.plugin.PluginContext getContext()
- Specified by:
getContextin interfaceExplorerContext
-
getExplorerContext
public ExplorerContext getExplorerContext()
-
post
public void post(ExplorerEvent event)
- Specified by:
postin interfaceExplorerUpdater
-
getEventBus
public com.google.common.eventbus.EventBus getEventBus()
- Specified by:
getEventBusin interfaceExplorerUpdater
-
getUserQuery
public ExplorerInterface getUserQuery()
- Specified by:
getUserQueryin interfaceExplorerContext
-
showMessage
public void showMessage(java.lang.String message, java.lang.String title)- Specified by:
showMessagein interfaceExplorerInterface
-
showError
public void showError(java.lang.String errorTitle, java.lang.Exception e)- Specified by:
showErrorin interfaceExplorerInterface
-
showError
public void showError(java.lang.String errorMessage, java.lang.String errorTitle, java.lang.Exception e)- Specified by:
showErrorin interfaceExplorerInterface
-
showWarning
public void showWarning(java.lang.String warningMessage, java.lang.String warningTitle)- Specified by:
showWarningin interfaceExplorerInterface
-
showCustom
public void showCustom(javax.swing.JComponent component, java.lang.String dialogTitle, java.awt.Dialog.ModalityType modalityType)- Specified by:
showCustomin interfaceExplorerInterface
-
queryOkCancel
public ExplorerInterface.QueryResult queryOkCancel(java.lang.String queryTitle, javax.swing.JComponent queryComponent)
- Specified by:
queryOkCancelin interfaceExplorerInterface
-
queryYesNo
public ExplorerInterface.QueryResult queryYesNo(java.lang.String queryTitle, javax.swing.JComponent queryComponent)
- Specified by:
queryYesNoin interfaceExplorerInterface
-
queryCustom
public ExplorerInterface.QueryResult queryCustom(java.lang.String queryTitle, javax.swing.JComponent queryComponent, java.lang.String[] options)
- Specified by:
queryCustomin interfaceExplorerInterface
-
queryString
public java.lang.String queryString(java.lang.String query, java.lang.String initialLabel)- Specified by:
queryStringin interfaceExplorerInterface
-
getLogViewContext
public org.processmining.logenhancement.view.LogViewContext getLogViewContext()
- Specified by:
getLogViewContextin interfaceExplorerContext
-
-