|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.extension.sectionsource.section.SectionModelSectionSourceExtension
public class SectionModelSectionSourceExtension
SectionSourceExtension for the SectionModelSectionSource.
| Field Summary |
|---|
| Fields inherited from interface net.officefloor.eclipse.extension.sectionsource.SectionSourceExtension |
|---|
EXTENSION_ID |
| Constructor Summary | |
|---|---|
SectionModelSectionSourceExtension()
|
|
| 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<SectionModelSectionSource> |
getSectionSourceClass()
Obtains the class of the SectionSource being enriched in its
usage. |
String |
getSectionSourceLabel()
Obtains the label for the SectionSource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SectionModelSectionSourceExtension()
| Method Detail |
|---|
public Class<SectionModelSectionSource> getSectionSourceClass()
SectionSourceExtensionSectionSource being enriched in its
usage.
getSectionSourceClass in interface SectionSourceExtension<SectionModelSectionSource>SectionSource being enriched in its usage.public String getSectionSourceLabel()
SectionSourceExtension
Obtains the label for the SectionSource.
This is a descriptive name that can be used other than the fully
qualified name of the SectionSource.
getSectionSourceLabel in interface SectionSourceExtension<SectionModelSectionSource>SectionSource.
public void createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context)
SectionSourceExtensionControl instances to
populate the PropertyList. Also allows notifying of changes to
Property instances via the SectionSourceExtensionContext.
createControl in interface SectionSourceExtension<SectionModelSectionSource>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 | |||||||||