Modifier and Type | Method and Description |
---|---|
void |
SectionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context)
Loads the input page with the necessary
Control instances to
populate the PropertyList . |
Modifier and Type | Method and Description |
---|---|
void |
DeskModelSectionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SectionModelSectionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext 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,
SectionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static Property |
SourceExtensionUtil.createPropertyClass(String label,
String name,
org.eclipse.swt.widgets.Composite container,
SectionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static Property |
SourceExtensionUtil.createPropertyCombo(String label,
String name,
String defaultValue,
String[] values,
org.eclipse.swt.widgets.Composite container,
SectionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static void |
SourceExtensionUtil.createPropertyList(String label,
org.eclipse.swt.widgets.Composite container,
SectionSourceExtensionContext context,
String... hidePropertyNames)
Creates the display for the input
PropertyList . |
static Property |
SourceExtensionUtil.createPropertyText(String label,
String name,
String defaultValue,
org.eclipse.swt.widgets.Composite container,
SectionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
Modifier and Type | Method and Description |
---|---|
void |
HttpTemplateSectionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SectionSourceInstance
SectionSource instance. |
Modifier and Type | Class and Description |
---|---|
class |
HttpTemplateWizardPage
Wizard page providing the details of the
HttpTemplate . |
Constructor and Description |
---|
WoofTemplateExtensionSourceExtensionContextImpl(PropertyList propertyList,
SectionSourceExtensionContext context)
Initiate.
|
Copyright © 2005–2016. All rights reserved.