|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceExtensionUtil.GenericSourceExtensionContext | |
|---|---|
| net.officefloor.eclipse.extension.util | |
| Uses of SourceExtensionUtil.GenericSourceExtensionContext in net.officefloor.eclipse.extension.util |
|---|
| Methods in net.officefloor.eclipse.extension.util with parameters of type SourceExtensionUtil.GenericSourceExtensionContext | |
|---|---|
protected static Property |
SourceExtensionUtil.createPropertyCheckbox(String label,
String name,
boolean defaultValue,
String trueValue,
String falseValue,
org.eclipse.swt.widgets.Composite container,
SourceExtensionUtil.GenericSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
protected static Property |
SourceExtensionUtil.createPropertyClass(String label,
String name,
org.eclipse.swt.widgets.Composite container,
SourceExtensionUtil.GenericSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
protected static Property |
SourceExtensionUtil.createPropertyCombo(String label,
String name,
String defaultValue,
String[] values,
org.eclipse.swt.widgets.Composite container,
SourceExtensionUtil.GenericSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
protected static void |
SourceExtensionUtil.createPropertyList(String label,
org.eclipse.swt.widgets.Composite container,
SourceExtensionUtil.GenericSourceExtensionContext context,
String... hidePropertyNames)
Creates the display for the input PropertyList. |
protected static Property |
SourceExtensionUtil.createPropertyResource(String label,
String name,
org.eclipse.swt.widgets.Composite container,
SourceExtensionUtil.GenericSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
protected static Property |
SourceExtensionUtil.createPropertyText(String label,
String name,
String defaultValue,
org.eclipse.swt.widgets.Composite container,
SourceExtensionUtil.GenericSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||