public class UIContext extends org.processmining.framework.plugin.impl.AbstractGlobalContext implements org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>
| Constructor and Description |
|---|
UIContext() |
| Modifier and Type | Method and Description |
|---|---|
ProMActionManager |
getActionManager() |
org.deckfour.uitopia.api.hub.CategoryManager |
getCategoryManager() |
org.deckfour.uitopia.ui.UITopiaController |
getController() |
java.util.List<org.deckfour.uitopia.api.model.Author> |
getFrameworkAuthors() |
java.util.Date |
getFrameworkReleaseDate() |
java.lang.String |
getFrameworkVersion() |
UIPluginContext |
getMainPluginContext() |
java.lang.Class<? extends org.processmining.framework.plugin.PluginContext> |
getPluginContextType()
Returns the specific type of the PluginContext.
|
ProMResourceManager |
getResourceManager() |
ProMTaskManager |
getTaskManager() |
org.deckfour.uitopia.ui.UITopiaFrame |
getUI() |
ProMViewManager |
getViewManager() |
void |
initialize() |
void |
setController(org.deckfour.uitopia.ui.UITopiaController controller) |
void |
setFrame(org.deckfour.uitopia.ui.UITopiaFrame frame) |
void |
shutdown(org.deckfour.uitopia.api.event.TaskListener arg0) |
void |
startup() |
public void initialize()
public void setFrame(org.deckfour.uitopia.ui.UITopiaFrame frame)
public org.deckfour.uitopia.api.hub.CategoryManager getCategoryManager()
getCategoryManager in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public UIPluginContext getMainPluginContext()
getMainPluginContext in class org.processmining.framework.plugin.impl.AbstractGlobalContextpublic java.lang.Class<? extends org.processmining.framework.plugin.PluginContext> getPluginContextType()
org.processmining.framework.plugin.GlobalContextgetPluginContextType in interface org.processmining.framework.plugin.GlobalContextgetPluginContextType in class org.processmining.framework.plugin.impl.AbstractGlobalContextpublic java.util.List<org.deckfour.uitopia.api.model.Author> getFrameworkAuthors()
getFrameworkAuthors in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public java.util.Date getFrameworkReleaseDate()
getFrameworkReleaseDate in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public java.lang.String getFrameworkVersion()
getFrameworkVersion in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public ProMResourceManager getResourceManager()
getResourceManager in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public ProMActionManager getActionManager()
getActionManager in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public ProMTaskManager getTaskManager()
getTaskManager in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public ProMViewManager getViewManager()
getViewManager in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public void shutdown(org.deckfour.uitopia.api.event.TaskListener arg0)
shutdown in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,ProMTask,ProMResource<?>,ProMPOResource>public void startup()
public org.deckfour.uitopia.ui.UITopiaFrame getUI()
public org.deckfour.uitopia.ui.UITopiaController getController()
public void setController(org.deckfour.uitopia.ui.UITopiaController controller)