Interface SpoonPluginInterface


public interface SpoonPluginInterface
  • 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