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.IPropertySource
public Object getEditableValue()
getEditableValue
in interface org.eclipse.ui.views.properties.IPropertySource
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface org.eclipse.ui.views.properties.IPropertySource
public Object getPropertyValue(Object id)
getPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
public void resetPropertyValue(Object id)
resetPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource