public class PTInsetsEditor extends PTWindowEditor
Insets values| Constructor and Description |
|---|
PTInsetsEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createContent(org.eclipse.swt.widgets.Shell shell,
PTProperty property)
Create the content (text widgets)
|
protected void |
fillProperty(org.eclipse.swt.widgets.Item item,
PTProperty property)
Fill property when the ok button is pressed
|
protected java.lang.String |
getTextFor(PTProperty property) |
addVerifyListeners, getBackgroundColor, getIntValue, openWindowrenderprotected void createContent(org.eclipse.swt.widgets.Shell shell,
PTProperty property)
PTWindowEditorcreateContent in class PTWindowEditorshell - associated shellproperty - associated propertyPTWindowEditor.createContent(org.eclipse.swt.widgets.Shell,
org.eclipse.nebula.widgets.opal.propertytable.PTProperty)protected void fillProperty(org.eclipse.swt.widgets.Item item,
PTProperty property)
PTWindowEditorfillProperty in class PTWindowEditoritem - item in which the string representation of property's value is
displayproperty - associated propertyPTWindowEditor.fillProperty(org.eclipse.swt.widgets.Item,
org.eclipse.nebula.widgets.opal.propertytable.PTProperty)protected java.lang.String getTextFor(PTProperty property)
getTextFor in class PTChooserEditorproperty - propertyPTChooserEditor.getTextFor(org.eclipse.nebula.widgets.opal.propertytable.PTProperty)