|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WorkSourceExtensionContext in net.officefloor.eclipse.extension.util |
|---|
| Methods in net.officefloor.eclipse.extension.util with parameters of type WorkSourceExtensionContext | |
|---|---|
static Property |
SourceExtensionUtil.createPropertyCheckbox(String label,
String name,
boolean defaultValue,
String trueValue,
String falseValue,
org.eclipse.swt.widgets.Composite container,
WorkSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
static Property |
SourceExtensionUtil.createPropertyClass(String label,
String name,
org.eclipse.swt.widgets.Composite container,
WorkSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
static void |
SourceExtensionUtil.createPropertyList(String label,
org.eclipse.swt.widgets.Composite container,
WorkSourceExtensionContext context,
String... hidePropertyNames)
Creates the display for the input PropertyList. |
static Property |
SourceExtensionUtil.createPropertyResource(String label,
String name,
org.eclipse.swt.widgets.Composite container,
WorkSourceExtensionContext 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,
WorkSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
| Uses of WorkSourceExtensionContext in net.officefloor.eclipse.extension.worksource |
|---|
| Methods in net.officefloor.eclipse.extension.worksource with parameters of type WorkSourceExtensionContext | |
|---|---|
void |
WorkSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
WorkSourceExtensionContext context)
Loads the input page with the necessary Control instances to
populate the PropertyList. |
| Uses of WorkSourceExtensionContext in net.officefloor.eclipse.extension.worksource.clazz |
|---|
| Methods in net.officefloor.eclipse.extension.worksource.clazz with parameters of type WorkSourceExtensionContext | |
|---|---|
void |
ClassWorkSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
WorkSourceExtensionContext context)
|
| Uses of WorkSourceExtensionContext in net.officefloor.eclipse.wizard.worksource |
|---|
| Classes in net.officefloor.eclipse.wizard.worksource that implement WorkSourceExtensionContext | |
|---|---|
class |
WorkSourceInstance
WorkSource instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||