|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SectionSourceExtensionContext in net.officefloor.eclipse.extension.sectionsource |
|---|
| Methods in net.officefloor.eclipse.extension.sectionsource with parameters of type SectionSourceExtensionContext | |
|---|---|
void |
SectionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context)
Loads the input page with the necessary Control instances to
populate the PropertyList. |
| Uses of SectionSourceExtensionContext in net.officefloor.eclipse.extension.sectionsource.desk |
|---|
| Methods in net.officefloor.eclipse.extension.sectionsource.desk with parameters of type SectionSourceExtensionContext | |
|---|---|
void |
DeskModelSectionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context)
|
| Uses of SectionSourceExtensionContext in net.officefloor.eclipse.extension.sectionsource.section |
|---|
| Methods in net.officefloor.eclipse.extension.sectionsource.section with parameters of type SectionSourceExtensionContext | |
|---|---|
void |
SectionModelSectionSourceExtension.createControl(org.eclipse.swt.widgets.Composite page,
SectionSourceExtensionContext context)
|
| Uses of SectionSourceExtensionContext in net.officefloor.eclipse.extension.util |
|---|
| Methods in net.officefloor.eclipse.extension.util with parameters of type SectionSourceExtensionContext | |
|---|---|
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. |
| Uses of SectionSourceExtensionContext in net.officefloor.eclipse.wizard.sectionsource |
|---|
| Classes in net.officefloor.eclipse.wizard.sectionsource that implement SectionSourceExtensionContext | |
|---|---|
class |
SectionSourceInstance
SectionSource instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||