| net.refractions.udig.project.ui.internal.properties.AttributePropertyDescriptor
AttributePropertyDescriptor | public class AttributePropertyDescriptor extends PropertyDescriptor (Code) | | A PropertyDescriptor for attributes of a Feature.
author: jeichar since: 0.3 |
type | protected AttributeType type(Code) | | |
AttributePropertyDescriptor | public AttributePropertyDescriptor(Object id, String displayName, AttributeType type, FeatureType schema)(Code) | | Creates a new instance of AttributePropertyDescriptor
Parameters: id - The object used to identify the value Parameters: displayName - The Property display name Parameters: type - The Attribute type that describes the attribute Parameters: featureType - the featureType that contains the attributeType. |
AttributePropertyDescriptor | public AttributePropertyDescriptor(Object id, String displayName, AttributeType type, FeatureType schema, boolean editable)(Code) | | Parameters: id - The object used to identify the value Parameters: displayName - The Property display name Parameters: type - The Attribute type that describes the attribute Parameters: featureType - the featureType that contains the attributeType. Parameters: editable - |
createPropertyEditor | public CellEditor createPropertyEditor(Composite parent)(Code) | | See Also: org.eclipse.ui.views.properties.PropertyDescriptor.createPropertyEditor(org.eclipse.swt.widgets.Composite) |
getComboBoxList | public String[] getComboBoxList()(Code) | | Returns the comboBoxList. |
getLabelProvider | public ILabelProvider getLabelProvider()(Code) | | See Also: org.eclipse.ui.views.properties.PropertyDescriptor.getLabelProvider |
getValidator | protected ICellEditorValidator getValidator()(Code) | | See Also: org.eclipse.ui.views.properties.PropertyDescriptor.getValidator |
|
|