| |
|
| java.lang.Object org.eclipse.ui.views.properties.ResourcePropertySource
All known Subclasses: org.eclipse.ui.views.properties.FilePropertySource,
ResourcePropertySource | public class ResourcePropertySource implements IPropertySource(Code) | | A Resource property source.
|
FILE_NOT_EXIST_TEXT | protected static String FILE_NOT_EXIST_TEXT(Code) | | |
UNDEFINED_PATH_VARIABLE | protected static String UNDEFINED_PATH_VARIABLE(Code) | | |
element | protected IResource element(Code) | | |
propertyDescriptors | protected static IPropertyDescriptor[] propertyDescriptors(Code) | | |
propertyDescriptorsLinkVariable | protected static IPropertyDescriptor[] propertyDescriptorsLinkVariable(Code) | | |
ResourcePropertySource | public ResourcePropertySource(IResource res)(Code) | | Creates a PropertySource and stores its IResource
Parameters: res - the resource for which this is a property source |
getFile | protected File getFile(IResource resource)(Code) | | Get the java.io.File equivalent of the passed
IFile. If the location does not exist then return
null
Parameters: resource - the resource to lookup java.io.File or null . |
getPropertyDescriptors | public IPropertyDescriptor[] getPropertyDescriptors()(Code) | | |
isPropertySet | public boolean isPropertySet(Object property)(Code) | | |
resetPropertyValue | public void resetPropertyValue(Object property)(Code) | | The ResourcePropertySource implementation of this
IPropertySource method does nothing since all
properties are read-only.
|
setPropertyValue | public void setPropertyValue(Object name, Object value)(Code) | | The ResourcePropertySource implementation of this
IPropertySource method does nothing since all
properties are read-only.
|
|
|
|