|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.extension.governancesource.clazz.ClassGovernanceSourceExtension
public class ClassGovernanceSourceExtension
GovernanceSourceExtension for ClassGovernanceSource.
| Field Summary |
|---|
| Fields inherited from interface net.officefloor.eclipse.extension.governancesource.GovernanceSourceExtension |
|---|
EXTENSION_ID |
| Fields inherited from interface net.officefloor.eclipse.extension.classpath.ExtensionClasspathProvider |
|---|
EXTENSION_ID |
| Constructor Summary | |
|---|---|
ClassGovernanceSourceExtension()
|
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite page,
GovernanceSourceExtensionContext context)
Loads the input page with the necessary Control instances to
populate the PropertyList. |
ClasspathProvision[] |
getClasspathProvisions()
Obtains the ClasspathProvision instances for the extension. |
Class<ClassGovernanceSource> |
getGovernanceSourceClass()
Obtains the class of the GovernanceSource being enriched in its
usage. |
String |
getGovernanceSourceLabel()
Obtains the label for the GovernanceSource. |
void |
openSource(ExtensionOpenerContext context)
Opens the source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassGovernanceSourceExtension()
| Method Detail |
|---|
public Class<ClassGovernanceSource> getGovernanceSourceClass()
GovernanceSourceExtensionGovernanceSource being enriched in its
usage.
getGovernanceSourceClass in interface GovernanceSourceExtension<Object,Indexed,ClassGovernanceSource>GovernanceSource being enriched in its
usage.public String getGovernanceSourceLabel()
GovernanceSourceExtension
Obtains the label for the GovernanceSource.
This is a descriptive name that can be used other than the fully
qualified name of the GovernanceSource.
getGovernanceSourceLabel in interface GovernanceSourceExtension<Object,Indexed,ClassGovernanceSource>GovernanceSource.
public void createControl(org.eclipse.swt.widgets.Composite page,
GovernanceSourceExtensionContext context)
GovernanceSourceExtensionControl instances to
populate the PropertyList. Also allows notifying of changes to
Property instances via the
GovernanceSourceExtensionContext.
createControl in interface GovernanceSourceExtension<Object,Indexed,ClassGovernanceSource>page - Page to be setup for populating the PropertyList.context - GovernanceSourceExtensionContext.public ClasspathProvision[] getClasspathProvisions()
ExtensionClasspathProviderClasspathProvision instances for the extension.
getClasspathProvisions in interface ExtensionClasspathProviderClasspathProvision instances for the extension.
public void openSource(ExtensionOpenerContext context)
throws Exception
ExtensionOpener
openSource in interface ExtensionOpenercontext - ExtensionOpenerContext.
Exception - If fails to open the source.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||