public Element getPropertyNode() {
return propertyNode;
}
public Widget getEditor(Table table, Object value, TableRow row, String key) throws GUIException {
TableEditor editor = getPropertyAdapter().getEditor();
if (editor != null)
return editor.getEditor(table, value, row, key);
return null;
}