Package org.eclipse.ui.views.properties
Interface IResourcePropertyConstants
public interface IResourcePropertyConstants
This interface documents the property constants used by the resource
property source.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
TheIResource
property key for read-only.static final String
TheIResource
category for last modifiedstatic final String
TheIResource
property key for displaying sizestatic final String
TheIResource
property key for display read-only.static final String
TheIResource
property key for display read-only.static final String
TheIResource
property key for display linked.static final String
TheIResource
property key for display location.static final String
TheIResource
property key for display path.static final String
TheIResource
property key for display resolved location.static final String
TheIResource
property key for read-only.static final String
TheIResource
category for the base valuesstatic final String
TheIResource
property key for name.static final String
TheIResource
property key for path.static final String
TheIResource
property key for linked.static final String
TheIResource
property key for location.static final String
TheIResource
property key for path.static final String
TheIResource
property key for resolved location.static final String
TheIResource
property key for path.
-
Field Details
-
P_LABEL_RES
TheIResource
property key for name. -
P_PATH_RES
TheIResource
property key for path.- See Also:
-
P_DISPLAYPATH_RES
TheIResource
property key for display path. -
P_EDITABLE_RES
TheIResource
property key for read-only.- See Also:
-
P_DISPLAYEDITABLE_RES
TheIResource
property key for display read-only. -
P_DERIVED_RES
TheIResource
property key for read-only.- See Also:
-
P_DISPLAYDERIVED_RES
TheIResource
property key for display read-only. -
P_LOCATION_RES
TheIResource
property key for location.- See Also:
-
P_DISPLAYLOCATION_RES
TheIResource
property key for display location. -
P_RESOLVED_LOCATION_RES
TheIResource
property key for resolved location.- See Also:
-
P_DISPLAYRESOLVED_LOCATION_RES
TheIResource
property key for display resolved location. -
P_LINKED_RES
TheIResource
property key for linked.- See Also:
-
P_DISPLAYLINKED_RES
TheIResource
property key for display linked. -
P_FILE_SYSTEM_CATEGORY
TheIResource
category for the base values -
P_SIZE_RES
TheIResource
property key for path.- See Also:
-
P_DISPLAY_SIZE
TheIResource
property key for displaying size -
P_LAST_MODIFIED_RES
TheIResource
property key for path.- See Also:
-
P_DISPLAY_LAST_MODIFIED
TheIResource
category for last modified
-