Modifier and Type | Method and Description |
---|---|
void |
ManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context)
Populates the input page with the necessary
Control instances to
obtain the properties. |
Modifier and Type | Method and Description |
---|---|
void |
ClassManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TreeXmlUnmarshallerManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
TreeXmlMarshallerManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
FlatXmlUnmarshallerManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
static Property |
SourceExtensionUtil.createPropertyCheckbox(String label,
String name,
boolean defaultValue,
String trueValue,
String falseValue,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static Property |
SourceExtensionUtil.createPropertyClass(String label,
String name,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static void |
SourceExtensionUtil.createPropertyList(String label,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext context,
String... hidePropertyNames)
Creates the display for the input
PropertyList . |
static Property |
SourceExtensionUtil.createPropertyResource(String label,
String name,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static Property |
SourceExtensionUtil.createPropertyText(String label,
String name,
String defaultValue,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
Modifier and Type | Method and Description |
---|---|
void |
JdbcManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JndiObjectManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
JndiContextManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JpaEntityManagerManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TcpServerSocketManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
SecureTcpServerSocketManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
HttpsServerSocketManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
HttpSessionManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
HttpSessionAttributeRetrieverManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
HttpSessionAttributeManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
HttpServerSocketManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
void |
HttpParametersLoaderManagedObjectSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
ManagedObjectSourceExtensionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedObjectSourceInstance
ManagedObjectSource instance. |
Copyright © 2005–2016. All rights reserved.