Class UIExtPointLoader


  • public class UIExtPointLoader
    extends Object
    Processes Repast Simphony related gui extension points.
    Version:
    $Revision$ $Date$
    Author:
    Nick Collier
    • Constructor Detail

      • UIExtPointLoader

        public UIExtPointLoader​(RSGui gui)
        Creates a new UIExtPointLoader that will work with the specified gui.
        Parameters:
        gui -
    • Method Detail

      • isTickFormatterLoaded

        public boolean isTickFormatterLoaded()
        Returns:
        true if the last calls to processExtPoints loaded a TickCountFormatter, otherwise false.
      • processExtPoints

        public void processExtPoints​(org.java.plugin.PluginManager manager)
                              throws org.java.plugin.PluginLifecycleException,
                                     saf.core.runtime.PluginDefinitionException
        Process rs gui related extension points using the specified plugin manager.
        Parameters:
        manager - the manager to use
        Throws:
        org.java.plugin.PluginLifecycleException - if there is an error in plugin processing
        saf.core.runtime.PluginDefinitionException - if there is an error in plugin processing