|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| net.officefloor.compile.impl.properties | |
| net.officefloor.compile.properties | |
| net.officefloor.eclipse.extension.util | |
| net.officefloor.eclipse.socket | |
| Uses of Property in net.officefloor.compile.impl.properties |
|---|
| Classes in net.officefloor.compile.impl.properties that implement Property | |
|---|---|
class |
PropertyImpl
Property implementation. |
| Methods in net.officefloor.compile.impl.properties that return Property | |
|---|---|
Property |
PropertyListImpl.addProperty(String name)
|
Property |
PropertyListImpl.addProperty(String name,
String label)
|
Property |
PropertyListImpl.getOrAddProperty(String name)
|
Property |
PropertyListImpl.getProperty(String name)
|
| Methods in net.officefloor.compile.impl.properties that return types with arguments of type Property | |
|---|---|
Iterator<Property> |
PropertyListImpl.iterator()
|
| Methods in net.officefloor.compile.impl.properties with parameters of type Property | |
|---|---|
void |
PropertyListImpl.removeProperty(Property property)
|
| Method parameters in net.officefloor.compile.impl.properties with type arguments of type Property | |
|---|---|
void |
PropertyListImpl.sort(Comparator<? super Property> comparator)
|
| Uses of Property in net.officefloor.compile.properties |
|---|
| Methods in net.officefloor.compile.properties that return Property | |
|---|---|
Property |
PropertyList.addProperty(String name)
Appends a Property to this PropertyList. |
Property |
PropertyList.addProperty(String name,
String label)
Appends a Property to this PropertyList. |
Property |
PropertyList.getOrAddProperty(String name)
Convenience method that attempts to get the Property and if not
found adds the Property. |
Property |
PropertyList.getProperty(String name)
Obtains the first Property by the input name. |
| Methods in net.officefloor.compile.properties with parameters of type Property | |
|---|---|
void |
PropertyList.removeProperty(Property property)
Removes the Property from this PropertyList. |
| Method parameters in net.officefloor.compile.properties with type arguments of type Property | |
|---|---|
void |
PropertyList.sort(Comparator<? super Property> comparator)
Enable sorting the Property instances within this
PropertyList. |
| Uses of Property in net.officefloor.eclipse.extension.util |
|---|
| Methods in net.officefloor.eclipse.extension.util that return Property | |
|---|---|
static Property |
SourceExtensionUtil.createPropertyCheckbox(String label,
String name,
boolean defaultValue,
String trueValue,
String falseValue,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
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.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,
GovernanceSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
static Property |
SourceExtensionUtil.createPropertyClass(String label,
String name,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext 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.createPropertyClass(String label,
String name,
org.eclipse.swt.widgets.Composite container,
WorkSourceExtensionContext 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 Property |
SourceExtensionUtil.createPropertyResource(String label,
String name,
org.eclipse.swt.widgets.Composite container,
ManagedObjectSourceExtensionContext context,
PropertyValueChangeListener listener)
Creates the display for the input Property. |
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,
ManagedObjectSourceExtensionContext 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,
SectionSourceExtensionContext 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. |
Property |
PropertyValueChangeEvent.getProperty()
Obtains the Property that had the value change. |
| Uses of Property in net.officefloor.eclipse.socket |
|---|
| Constructors in net.officefloor.eclipse.socket with parameters of type Property | |
|---|---|
HttpTemplateWorkSourceExtension.SectionToBeanTypeMapping(Property property,
String sectionName)
Initiate. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||