Modifier and Type | Method and Description |
---|---|
void |
WoofTemplateExtensionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
WoofTemplateExtensionSourceExtensionContext context)
Loads the input page with the necessary
Control instances to
populate the PropertyList . |
Modifier and Type | Method and Description |
---|---|
static Property |
WoofSourceExtensionUtil.createPropertyCheckbox(String label,
String name,
boolean defaultValue,
String trueValue,
String falseValue,
org.eclipse.swt.widgets.Composite container,
WoofTemplateExtensionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static Property |
WoofSourceExtensionUtil.createPropertyClass(String label,
String name,
org.eclipse.swt.widgets.Composite container,
WoofTemplateExtensionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static Property |
WoofSourceExtensionUtil.createPropertyCombo(String label,
String name,
String defaultValue,
String[] values,
org.eclipse.swt.widgets.Composite container,
WoofTemplateExtensionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static void |
WoofSourceExtensionUtil.createPropertyList(String label,
org.eclipse.swt.widgets.Composite container,
WoofTemplateExtensionSourceExtensionContext context,
String... hidePropertyNames)
Creates the display for the input
PropertyList . |
static Property |
WoofSourceExtensionUtil.createPropertyResource(String label,
String name,
org.eclipse.swt.widgets.Composite container,
WoofTemplateExtensionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
static Property |
WoofSourceExtensionUtil.createPropertyText(String label,
String name,
String defaultValue,
org.eclipse.swt.widgets.Composite container,
WoofTemplateExtensionSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input
Property . |
Modifier and Type | Method and Description |
---|---|
void |
JsonWoofTemplateExtensionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
WoofTemplateExtensionSourceExtensionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
WoofTemplateExtensionSourceExtensionContextImpl
WoofTemplateExtensionSourceExtensionContext implementation. |
Modifier and Type | Method and Description |
---|---|
void |
HttpTemplateExtensionSourceInstance.createControl(org.eclipse.swt.widgets.Composite page,
WoofTemplateExtensionSourceExtensionContext context)
Creates the
Control instances for the populating the
PropertyList for the WoofTemplateExtensionSource . |
Copyright © 2005–2016. All rights reserved.