public interface GovernanceSourceExtension<I,F extends Enum<F>,S extends GovernanceSource<I,F>>
GovernanceSource
usage.ExtensionClasspathProvider
,
ExtensionOpener
Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION_ID
Extension ID.
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite page,
GovernanceSourceExtensionContext context)
Loads the input page with the necessary
Control instances to
populate the PropertyList . |
Class<S> |
getGovernanceSourceClass()
Obtains the class of the
GovernanceSource being enriched in its
usage. |
String |
getGovernanceSourceLabel()
Obtains the label for the
GovernanceSource . |
static final String EXTENSION_ID
Class<S> getGovernanceSourceClass()
GovernanceSource
being enriched in its
usage.GovernanceSource
being enriched in its
usage.String getGovernanceSourceLabel()
Obtains the label for the GovernanceSource
.
This is a descriptive name that can be used other than the fully
qualified name of the GovernanceSource
.
GovernanceSource
.void createControl(org.eclipse.swt.widgets.Composite page, GovernanceSourceExtensionContext context)
Control
instances to
populate the PropertyList
. Also allows notifying of changes to
Property
instances via the
GovernanceSourceExtensionContext
.page
- Page to be setup for populating the PropertyList
.context
- GovernanceSourceExtensionContext
.Copyright © 2005–2016. All rights reserved.