public class MeshElementTreeViewPropertySource extends PropertySource
Constructor and Description |
---|
MeshElementTreeViewPropertySource(IMeshPart part)
The constructor
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.ui.views.properties.IPropertyDescriptor[] |
getPropertyDescriptors()
This function returns the array of descriptors for properties.
|
java.lang.Object |
getPropertyValue(java.lang.Object id)
This function returns the value for a given property.
|
getEditableValue, getWrappedData, isPropertySet, resetPropertyValue, setPropertyValue
public MeshElementTreeViewPropertySource(IMeshPart part)
part
- The object to be wrapped by PropertySource. For this subclass,
this will be a Polygon, Edge, or Vertex.public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface org.eclipse.ui.views.properties.IPropertySource
getPropertyDescriptors
in class PropertySource
IPropertySource.getPropertyDescriptors()
public java.lang.Object getPropertyValue(java.lang.Object id)
getPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
getPropertyValue
in class PropertySource
id
- The object used to identify this property.IPropertySource.getPropertyValue(Object)