Package org.pentaho.di.ui.spoon
Interface SpoonPluginInterface
-
public interface SpoonPluginInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyToContainer(String category, org.pentaho.ui.xul.XulDomContainer container)SpoonLifecycleListenergetLifecycleListener()Provides an optional SpoonLifecycleListener to be notified of Spoon startup and shutdown.SpoonPerspectivegetPerspective()Provides an optional SpoonPerspective.
-
-
-
Method Detail
-
applyToContainer
void applyToContainer(String category, org.pentaho.ui.xul.XulDomContainer container) throws org.pentaho.ui.xul.XulException
- Throws:
org.pentaho.ui.xul.XulException
-
getLifecycleListener
SpoonLifecycleListener getLifecycleListener()
Provides an optional SpoonLifecycleListener to be notified of Spoon startup and shutdown.- Returns:
- optional SpoonLifecycleListener
-
getPerspective
SpoonPerspective getPerspective()
Provides an optional SpoonPerspective.- Returns:
- optional SpoonPerspective
-
-