Package org.pentaho.di.ui.spoon
Interface SpoonPluginInterface
public interface SpoonPluginInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyToContainer
(String category, org.pentaho.ui.xul.XulDomContainer container) Provides an optional SpoonLifecycleListener to be notified of Spoon startup and shutdown.Provides an optional SpoonPerspective.
-
Method Details
-
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
-