|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SectionSourceExtension<S extends SectionSource>
Interface for extension to provide enriched SectionSource usage.
ExtensionClasspathProvider,
ExtensionOpener| Field Summary | |
|---|---|
static String |
EXTENSION_ID
Extension ID. |
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context)
Loads the input page with the necessary Control instances to
populate the PropertyList. |
Class<S> |
getSectionSourceClass()
Obtains the class of the SectionSource being enriched in its
usage. |
String |
getSectionSourceLabel()
Obtains the label for the SectionSource. |
| Field Detail |
|---|
static final String EXTENSION_ID
| Method Detail |
|---|
Class<S> getSectionSourceClass()
SectionSource being enriched in its
usage.
SectionSource being enriched in its usage.String getSectionSourceLabel()
Obtains the label for the SectionSource.
This is a descriptive name that can be used other than the fully
qualified name of the SectionSource.
SectionSource.
void createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context)
Control instances to
populate the PropertyList. Also allows notifying of changes to
Property instances via the SectionSourceExtensionContext.
page - Page to be setup for populating the PropertyList.context - SectionSourceExtensionContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||