Package | Description |
---|---|
net.officefloor.eclipse.extension.util |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2005–2016. All rights reserved.