public class JdbcManagedObjectSourceExtension extends Object implements ManagedObjectSourceExtension<None,None,JdbcManagedObjectSource>, ExtensionClasspathProvider
EXTENSION_ID
EXTENSION_ID
Constructor and Description |
---|
JdbcManagedObjectSourceExtension() |
Modifier and Type | Method and Description |
---|---|
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<JdbcManagedObjectSource> |
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 . |
public Class<JdbcManagedObjectSource> getManagedObjectSourceClass()
ManagedObjectSourceExtension
ManagedObjectSource
being enriched in
its usage.getManagedObjectSourceClass
in interface ManagedObjectSourceExtension<None,None,JdbcManagedObjectSource>
ManagedObjectSource
being enriched in its
usage.public String getManagedObjectSourceLabel()
ManagedObjectSourceExtension
ManagedObjectSource
.getManagedObjectSourceLabel
in interface ManagedObjectSourceExtension<None,None,JdbcManagedObjectSource>
public void createControl(org.eclipse.swt.widgets.Composite page, ManagedObjectSourceExtensionContext context)
ManagedObjectSourceExtension
Control
instances to
obtain the properties. Also allows notifying of changes to properties via
the ManagedObjectSourceExtensionContext
.createControl
in interface ManagedObjectSourceExtension<None,None,JdbcManagedObjectSource>
page
- Page to be setup for obtaining the properties.context
- ManagedObjectSourceExtensionContext
.public String getSuggestedManagedObjectSourceName(PropertyList properties)
ManagedObjectSourceExtension
ManagedObjectSource
.getSuggestedManagedObjectSourceName
in interface ManagedObjectSourceExtension<None,None,JdbcManagedObjectSource>
properties
- Populate PropertyList
.ManagedObjectSource
name or null
if no suggestion.public ClasspathProvision[] getClasspathProvisions()
ExtensionClasspathProvider
ClasspathProvision
instances for the extension.getClasspathProvisions
in interface ExtensionClasspathProvider
ClasspathProvision
instances for the extension.Copyright © 2005–2016. All rights reserved.