public interface OfficeSourceExtension<S extends OfficeSource>
OfficeSource
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,
OfficeSourceExtensionContext context)
Loads the input page with the necessary
Control instances to
populate the PropertyList . |
Class<S> |
getOfficeSourceClass()
Obtains the class of the
OfficeSource being enriched in its
usage. |
String |
getOfficeSourceLabel()
Obtains the label for the
OfficeSource . |
static final String EXTENSION_ID
Class<S> getOfficeSourceClass()
OfficeSource
being enriched in its
usage.OfficeSource
being enriched in its usage.String getOfficeSourceLabel()
Obtains the label for the OfficeSource
.
This is a descriptive name that can be used other than the fully
qualified name of the OfficeSource
.
OfficeSource
.void createControl(org.eclipse.swt.widgets.Composite page, OfficeSourceExtensionContext context)
Control
instances to
populate the PropertyList
. Also allows notifying of changes to
Property
instances via the OfficeSourceExtensionContext
.page
- Page to be setup for populating the PropertyList
.context
- OfficeSourceExtensionContext
.Copyright © 2005–2016. All rights reserved.