public class SpoonPluginManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
applyPluginsForContainer(String category,
org.pentaho.ui.xul.XulDomContainer container) |
static SpoonPluginManager |
getInstance()
Return the single instance of this class
|
List<SpoonPluginInterface> |
getPlugins()
Returns an unmodifiable list of all Spoon Plugins.
|
void |
notifyLifecycleListeners(SpoonLifecycleListener.SpoonLifeCycleEvent evt)
Notifies all registered SpoonLifecycleListeners of the given SpoonLifeCycleEvent.
|
public static SpoonPluginManager getInstance()
public void applyPluginsForContainer(String category, org.pentaho.ui.xul.XulDomContainer container) throws org.pentaho.ui.xul.XulException
org.pentaho.ui.xul.XulException
public List<SpoonPluginInterface> getPlugins()
public void notifyLifecycleListeners(SpoonLifecycleListener.SpoonLifeCycleEvent evt)
evt
-