| |
|
| java.lang.Object net.refractions.udig.project.ui.internal.properties.CoordinateSetPropertySource
CoordinateSetPropertySource | public class CoordinateSetPropertySource implements IPropertySource2(Code) | | A PropertySource for an array of coordinates.
author: jeichar since: 0.3 |
Inner Class :public class CoordinateValidator implements ICellEditorValidator | |
descriptors | IPropertyDescriptor[] descriptors(Code) | | |
geom | protected Geometry geom(Code) | | |
CoordinateSetPropertySource | public CoordinateSetPropertySource(Coordinate[] coords, Geometry geom)(Code) | | Construct CoordinateSetPropertySource .
Parameters: coords - Parameters: geom - |
CoordinateSetPropertySource | public CoordinateSetPropertySource(Coordinate[] coords)(Code) | | Creates a new instance of CoordinatePropertySource
Parameters: coords - |
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 id)(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) |
parseString | Coordinate[] parseString(String stringValue)(Code) | | |
resetPropertyValue | public void resetPropertyValue(Object id)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.resetPropertyValue(java.lang.Object) |
setPropertyValue | public void setPropertyValue(Object id, Object value)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.setPropertyValue(java.lang.Objectjava.lang.Object) |
|
|
|