Class UIExtensionManager
java.lang.Object
org.pentaho.di.ui.spoon.tree.extension.UIExtensionManager
The class manages the list of UIExtensions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUIExtension(UIExtension extension) voidbuildUIExtensions(org.eclipse.swt.widgets.Composite main) It loops through the list of extensions and builds each of the extensions
-
Constructor Details
-
UIExtensionManager
public UIExtensionManager()
-
-
Method Details
-
addUIExtension
-
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
-