org.pentaho.di.ui.spoon
Interface SpoonPluginInterface


public interface SpoonPluginInterface


Method Summary
 void applyToContainer(String category, org.pentaho.ui.xul.XulDomContainer container)
           
 SpoonLifecycleListener getLifecycleListener()
          Provides an optional SpoonLifecycleListener to be notified of Spoon startup and shutdown.
 SpoonPerspective getPerspective()
          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