public class PTColorEditor extends PTChooserEditor
| Constructor and Description |
|---|
PTColorEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.graphics.Color |
getBackgroundColor(PTProperty property)
Get the background color of an item
|
protected java.lang.String |
getTextFor(PTProperty property) |
protected void |
openWindow(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property)
Open the window to edit the property
|
renderprotected void openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
PTChooserEditoropenWindow in class PTChooserEditorwidget - parent widgetitem - itemproperty - edited propertyprotected java.lang.String getTextFor(PTProperty property)
getTextFor in class PTChooserEditorproperty - propertyPTChooserEditor.getTextFor(org.eclipse.nebula.widgets.opal.propertytable.PTProperty)protected org.eclipse.swt.graphics.Color getBackgroundColor(PTProperty property)
PTChooserEditorgetBackgroundColor in class PTChooserEditorproperty - propertyPTChooserEditor.getBackgroundColor(org.eclipse.nebula.widgets.opal.propertytable.PTProperty)