public class PropertySourceWrapper extends Object implements org.eclipse.ui.views.properties.IPropertySource
| Constructor and Description |
|---|
PropertySourceWrapper(ConnectionHolder connectionHolder) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getEditableValue() |
org.eclipse.ui.views.properties.IPropertyDescriptor[] |
getPropertyDescriptors() |
Object |
getPropertyValue(Object id) |
boolean |
isPropertySet(Object id) |
void |
resetPropertyValue(Object id) |
void |
setPropertyValue(Object id,
Object value) |
public PropertySourceWrapper(ConnectionHolder connectionHolder)
public boolean isPropertySet(Object id)
isPropertySet in interface org.eclipse.ui.views.properties.IPropertySourcepublic Object getEditableValue()
getEditableValue in interface org.eclipse.ui.views.properties.IPropertySourcepublic org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface org.eclipse.ui.views.properties.IPropertySourcepublic Object getPropertyValue(Object id)
getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySourcepublic void resetPropertyValue(Object id)
resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource