public class AbstractExtensionGUI
extends java.lang.Object
Constructor and Description |
---|
AbstractExtensionGUI()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbstractTransformExtensionConfigTab[] |
getConfigurationTabs(ITransformationDescriptor descriptor,
ITransformExtension extension)
Return the custom list of tabs contributed by the extension.
|
public AbstractTransformExtensionConfigTab[] getConfigurationTabs(ITransformationDescriptor descriptor, ITransformExtension extension)
descriptor
- The descriptor of the transformation that is extended
by the transformation extension.extension
- The associated transformation extension.