| |
|
| java.lang.Object net.refractions.udig.project.ui.internal.properties.GeomPropertySource
GeomPropertySource | public class GeomPropertySource implements IPropertySource2(Code) | | TODO provide type description
author: jeichar since: TODO provide version |
Inner Class :static class ID | |
collection | GeometryCollection collection(Code) | | |
propertyDescriptors | IPropertyDescriptor[] propertyDescriptors(Code) | | |
GeomPropertySource | public GeomPropertySource(Geometry geometry)(Code) | | Creates a new instance of GeomPropertySource
Parameters: geometry - the geometry that is the source for this PropertySource |
createGeometryCollectionDescriptors | void createGeometryCollectionDescriptors()(Code) | | |
getEditableValue | public Object getEditableValue()(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.getEditableValue |
getPropertyDescriptors | public IPropertyDescriptor[] getPropertyDescriptors()(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.getPropertyDescriptors |
getPropertyValue | public Object getPropertyValue(Object idObject)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.getPropertyValue(java.lang.Object) |
isPropertyResettable | public boolean isPropertyResettable(Object id)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource2.isPropertyResettable(java.lang.Object) |
isPropertySet | public boolean isPropertySet(Object id)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.isPropertySet(java.lang.Object) |
resetPropertyValue | public void resetPropertyValue(Object id)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.resetPropertyValue(java.lang.Object) |
setPropertyValue | public void setPropertyValue(Object idObject, Object value)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.setPropertyValue(java.lang.Objectjava.lang.Object) |
|
|
|