|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.extension.managedobjectsource.clazz.ClassManagedObjectSourceExtension
public class ClassManagedObjectSourceExtension
ManagedObjectSourceExtension for ClassManagedObjectSource.
| Field Summary |
|---|
| Fields inherited from interface net.officefloor.eclipse.extension.managedobjectsource.ManagedObjectSourceExtension |
|---|
EXTENSION_ID |
| Fields inherited from interface net.officefloor.eclipse.extension.classpath.ExtensionClasspathProvider |
|---|
EXTENSION_ID |
| Constructor Summary | |
|---|---|
ClassManagedObjectSourceExtension()
|
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context)
Populates the input page with the necessary Control instances to
obtain the properties. |
ClasspathProvision[] |
getClasspathProvisions()
Obtains the ClasspathProvision instances for the extension. |
Class<ClassManagedObjectSource> |
getManagedObjectSourceClass()
Obtains the class of the ManagedObjectSource being enriched in
its usage. |
String |
getManagedObjectSourceLabel()
Obtains the display name. |
String |
getSuggestedManagedObjectSourceName(PropertyList properties)
Obtains the suggested name of the ManagedObjectSource. |
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 ClassManagedObjectSourceExtension()
| Method Detail |
|---|
public Class<ClassManagedObjectSource> getManagedObjectSourceClass()
ManagedObjectSourceExtensionManagedObjectSource being enriched in
its usage.
getManagedObjectSourceClass in interface ManagedObjectSourceExtension<Indexed,Indexed,ClassManagedObjectSource>ManagedObjectSource being enriched in its
usage.public String getManagedObjectSourceLabel()
ManagedObjectSourceExtensionManagedObjectSource.
getManagedObjectSourceLabel in interface ManagedObjectSourceExtension<Indexed,Indexed,ClassManagedObjectSource>
public void createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context)
ManagedObjectSourceExtensionControl instances to
obtain the properties. Also allows notifying of changes to properties via
the ManagedObjectSourceExtensionContext.
createControl in interface ManagedObjectSourceExtension<Indexed,Indexed,ClassManagedObjectSource>page - Page to be setup for obtaining the properties.context - ManagedObjectSourceExtensionContext.public String getSuggestedManagedObjectSourceName(PropertyList properties)
ManagedObjectSourceExtensionManagedObjectSource.
getSuggestedManagedObjectSourceName in interface ManagedObjectSourceExtension<Indexed,Indexed,ClassManagedObjectSource>properties - Populate PropertyList.
ManagedObjectSource name or null
if no suggestion.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 | |||||||||