Class UIContext

    • Constructor Detail

      • UIContext

        public UIContext()
    • Method Detail

      • initialize

        public void initialize()
      • setFrame

        public void setFrame​(org.deckfour.uitopia.ui.UITopiaFrame frame)
      • getCategoryManager

        public org.deckfour.uitopia.api.hub.CategoryManager getCategoryManager()
        Specified by:
        getCategoryManager in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,​ProMTask,​ProMResource<?>,​ProMPOResource>
      • getMainPluginContext

        public UIPluginContext getMainPluginContext()
        Specified by:
        getMainPluginContext in class org.processmining.framework.plugin.impl.AbstractGlobalContext
      • getPluginContextType

        public java.lang.Class<? extends org.processmining.framework.plugin.PluginContext> getPluginContextType()
        Description copied from interface: org.processmining.framework.plugin.GlobalContext
        Returns the specific type of the PluginContext. This type is used to instantiate new contexts in which to invoke plugins.
        Specified by:
        getPluginContextType in interface org.processmining.framework.plugin.GlobalContext
        Specified by:
        getPluginContextType in class org.processmining.framework.plugin.impl.AbstractGlobalContext
        Returns:
        the type of PluginContext provided by this global context
      • getFrameworkAuthors

        public java.util.List<org.deckfour.uitopia.api.model.Author> getFrameworkAuthors()
        Specified by:
        getFrameworkAuthors in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,​ProMTask,​ProMResource<?>,​ProMPOResource>
      • getFrameworkReleaseDate

        public java.util.Date getFrameworkReleaseDate()
        Specified by:
        getFrameworkReleaseDate in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,​ProMTask,​ProMResource<?>,​ProMPOResource>
      • getFrameworkVersion

        public java.lang.String getFrameworkVersion()
        Specified by:
        getFrameworkVersion in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,​ProMTask,​ProMResource<?>,​ProMPOResource>
      • shutdown

        public void shutdown​(org.deckfour.uitopia.api.event.TaskListener arg0)
        Specified by:
        shutdown in interface org.deckfour.uitopia.api.hub.FrameworkHub<ProMAction,​ProMTask,​ProMResource<?>,​ProMPOResource>
      • startup

        public void startup()
      • getUI

        public org.deckfour.uitopia.ui.UITopiaFrame getUI()
      • getController

        public org.deckfour.uitopia.ui.UITopiaController getController()
      • setController

        public void setController​(org.deckfour.uitopia.ui.UITopiaController controller)