Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.propertytable | |
org.eclipse.nebula.widgets.opal.propertytable.editor |
Modifier and Type | Method | Description |
---|---|---|
PTProperty |
PropertyTable.addProperty(PTProperty property) |
Add a property in this widget
|
PTProperty |
PTProperty.setCategory(java.lang.String category) |
|
PTProperty |
PTProperty.setEditor(PTEditor editor) |
|
PTProperty |
PTProperty.setEnabled(boolean enabled) |
|
PTProperty |
PTProperty.setParentTable(PropertyTable parentTable) |
|
PTProperty |
PTProperty.setValue(java.lang.Object value) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PTProperty> |
PropertyTable.getPropertiesAsList() |
Modifier and Type | Method | Description |
---|---|---|
PTProperty |
PropertyTable.addProperty(PTProperty property) |
Add a property in this widget
|
void |
PropertyTable.firePTPropertyChangeListeners(PTProperty property) |
Fire the event "a value of a property has changed"
|
void |
PTPropertyChangeListener.propertyHasChanged(PTProperty property) |
Sent when value is changed in a property.
|
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.custom.ControlEditor |
PTBaseTextEditor.render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |
|
org.eclipse.swt.custom.ControlEditor |
PTCheckboxEditor.render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |
|
org.eclipse.swt.custom.ControlEditor |
PTChooserEditor.render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |
|
org.eclipse.swt.custom.ControlEditor |
PTComboEditor.render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |
|
org.eclipse.swt.custom.ControlEditor |
PTDateEditor.render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |
|
abstract org.eclipse.swt.custom.ControlEditor |
PTEditor.render(PTWidget parent,
org.eclipse.swt.widgets.Item item,
PTProperty property) |
Renders an editor
|
org.eclipse.swt.custom.ControlEditor |
PTSpinnerEditor.render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |