Package repast.simphony.ui
Class UIExtPointLoader
java.lang.Object
repast.simphony.ui.UIExtPointLoader
Processes Repast Simphony related gui extension points.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Constructor Summary
ConstructorDescriptionUIExtPointLoader
(RSGui gui) Creates a new UIExtPointLoader that will work with the specified gui. -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
processExtPoints
(org.java.plugin.PluginManager manager) Process rs gui related extension points using the specified plugin manager.
-
Constructor Details
-
UIExtPointLoader
Creates a new UIExtPointLoader that will work with the specified gui.- Parameters:
gui
-
-
-
Method Details
-
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 processingsaf.core.runtime.PluginDefinitionException
- if there is an error in plugin processing
-