public class HttpParametersLoaderManagedObjectSourceExtension extends Object implements ManagedObjectSourceExtension<HttpParametersLoaderDependencies,None,HttpParametersLoaderManagedObjectSource>
EXTENSION_ID
Constructor and Description |
---|
HttpParametersLoaderManagedObjectSourceExtension() |
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. |
Class<HttpParametersLoaderManagedObjectSource> |
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 HttpParametersLoaderManagedObjectSourceExtension()
public Class<HttpParametersLoaderManagedObjectSource> getManagedObjectSourceClass()
ManagedObjectSourceExtension
ManagedObjectSource
being enriched in
its usage.getManagedObjectSourceClass
in interface ManagedObjectSourceExtension<HttpParametersLoaderDependencies,None,HttpParametersLoaderManagedObjectSource>
ManagedObjectSource
being enriched in its
usage.public String getManagedObjectSourceLabel()
ManagedObjectSourceExtension
ManagedObjectSource
.getManagedObjectSourceLabel
in interface ManagedObjectSourceExtension<HttpParametersLoaderDependencies,None,HttpParametersLoaderManagedObjectSource>
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<HttpParametersLoaderDependencies,None,HttpParametersLoaderManagedObjectSource>
page
- Page to be setup for obtaining the properties.context
- ManagedObjectSourceExtensionContext
.public String getSuggestedManagedObjectSourceName(PropertyList properties)
ManagedObjectSourceExtension
ManagedObjectSource
.getSuggestedManagedObjectSourceName
in interface ManagedObjectSourceExtension<HttpParametersLoaderDependencies,None,HttpParametersLoaderManagedObjectSource>
properties
- Populate PropertyList
.ManagedObjectSource
name or null
if no suggestion.Copyright © 2005–2016. All rights reserved.