Class UIExtensionManager

java.lang.Object
org.pentaho.di.ui.spoon.tree.extension.UIExtensionManager

public class UIExtensionManager extends Object
The class manages the list of UIExtensions.
  • Constructor Details

    • UIExtensionManager

      public UIExtensionManager()
  • Method Details

    • addUIExtension

      public void addUIExtension(UIExtension extension)
    • buildUIExtensions

      public void buildUIExtensions(org.eclipse.swt.widgets.Composite main) throws org.pentaho.di.core.exception.KettleException
      It loops through the list of extensions and builds each of the extensions
      Parameters:
      main -
      Throws:
      org.pentaho.di.core.exception.KettleException