| java.lang.Object net.refractions.udig.project.ui.internal.properties.FeaturePropertySource
FeaturePropertySource | public class FeaturePropertySource implements IPropertySource2(Code) | | An adapter that allows features to act as a property source for a property sheet. The sheet
allows the victim's attributes to be editted and viewed.
author: jeichar since: 0.3 |
FeaturePropertySource | public FeaturePropertySource(Feature feature)(Code) | | Creates a new instance of FeaturePropertySource
Parameters: feature - The feature that this property source refers to. |
FeaturePropertySource | public FeaturePropertySource(Feature feature2, boolean attribute)(Code) | | Creates a new instance of FeaturePropertySource
Parameters: feature2 - Parameters: attribute - |
FeaturePropertySource | public FeaturePropertySource(Feature feature2, boolean attribute, boolean editable)(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 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) |
resetPropertyValue | public void resetPropertyValue(Object id)(Code) | | See Also: org.eclipse.ui.views.properties.IPropertySource.resetPropertyValue(java.lang.Object) |
|
|