Package gda.rcp.views
Class GDAPropertySource
java.lang.Object
gda.rcp.views.GDAPropertySource
- All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertySource
public class GDAPropertySource
extends Object
implements org.eclipse.ui.views.properties.IPropertySource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.eclipse.ui.views.properties.IPropertyDescriptor[]static String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.views.properties.IPropertyDescriptor[]booleanisPropertySet(Object id) voidvoidsetPropertyValue(Object id, Object value)
-
Field Details
-
ID_NAME
-
descriptors
protected static org.eclipse.ui.views.properties.IPropertyDescriptor[] descriptors
-
-
Constructor Details
-
GDAPropertySource
-
-
Method Details
-
getEditableValue
- Specified by:
getEditableValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
getPropertyDescriptors
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()- Specified by:
getPropertyDescriptorsin interfaceorg.eclipse.ui.views.properties.IPropertySource
-
getPropertyValue
- Specified by:
getPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
isPropertySet
- Specified by:
isPropertySetin interfaceorg.eclipse.ui.views.properties.IPropertySource
-
resetPropertyValue
- Specified by:
resetPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
setPropertyValue
- Specified by:
setPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-