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
Fields Modifier and Type Field Description static String
P_DERIVED_RES
TheIResource
property key for read-only.static String
P_DISPLAY_LAST_MODIFIED
TheIResource
category for last modifiedstatic String
P_DISPLAY_SIZE
TheIResource
property key for displaying sizestatic String
P_DISPLAYDERIVED_RES
TheIResource
property key for display read-only.static String
P_DISPLAYEDITABLE_RES
TheIResource
property key for display read-only.static String
P_DISPLAYLINKED_RES
TheIResource
property key for display linked.static String
P_DISPLAYLOCATION_RES
TheIResource
property key for display location.static String
P_DISPLAYPATH_RES
TheIResource
property key for display path.static String
P_DISPLAYRESOLVED_LOCATION_RES
TheIResource
property key for display resolved location.static String
P_EDITABLE_RES
TheIResource
property key for read-only.static String
P_FILE_SYSTEM_CATEGORY
TheIResource
category for the base valuesstatic String
P_LABEL_RES
TheIResource
property key for name.static String
P_LAST_MODIFIED_RES
TheIResource
property key for path.static String
P_LINKED_RES
TheIResource
property key for linked.static String
P_LOCATION_RES
TheIResource
property key for location.static String
P_PATH_RES
TheIResource
property key for path.static String
P_RESOLVED_LOCATION_RES
TheIResource
property key for resolved location.static String
P_SIZE_RES
TheIResource
property key for path.
-
-
-
Field Detail
-
P_LABEL_RES
static final String P_LABEL_RES
TheIResource
property key for name.
-
P_PATH_RES
static final String P_PATH_RES
TheIResource
property key for path.- See Also:
- Constant Field Values
-
P_DISPLAYPATH_RES
static final String P_DISPLAYPATH_RES
TheIResource
property key for display path.
-
P_EDITABLE_RES
static final String P_EDITABLE_RES
TheIResource
property key for read-only.- See Also:
- Constant Field Values
-
P_DISPLAYEDITABLE_RES
static final String P_DISPLAYEDITABLE_RES
TheIResource
property key for display read-only.
-
P_DERIVED_RES
static final String P_DERIVED_RES
TheIResource
property key for read-only.- See Also:
- Constant Field Values
-
P_DISPLAYDERIVED_RES
static final String P_DISPLAYDERIVED_RES
TheIResource
property key for display read-only.
-
P_LOCATION_RES
static final String P_LOCATION_RES
TheIResource
property key for location.- See Also:
- Constant Field Values
-
P_DISPLAYLOCATION_RES
static final String P_DISPLAYLOCATION_RES
TheIResource
property key for display location.
-
P_RESOLVED_LOCATION_RES
static final String P_RESOLVED_LOCATION_RES
TheIResource
property key for resolved location.- See Also:
- Constant Field Values
-
P_DISPLAYRESOLVED_LOCATION_RES
static final String P_DISPLAYRESOLVED_LOCATION_RES
TheIResource
property key for display resolved location.
-
P_LINKED_RES
static final String P_LINKED_RES
TheIResource
property key for linked.- See Also:
- Constant Field Values
-
P_DISPLAYLINKED_RES
static final String P_DISPLAYLINKED_RES
TheIResource
property key for display linked.
-
P_FILE_SYSTEM_CATEGORY
static final String P_FILE_SYSTEM_CATEGORY
TheIResource
category for the base values
-
P_SIZE_RES
static final String P_SIZE_RES
TheIResource
property key for path.- See Also:
- Constant Field Values
-
P_DISPLAY_SIZE
static final String P_DISPLAY_SIZE
TheIResource
property key for displaying size
-
P_LAST_MODIFIED_RES
static final String P_LAST_MODIFIED_RES
TheIResource
property key for path.- See Also:
- Constant Field Values
-
P_DISPLAY_LAST_MODIFIED
static final String P_DISPLAY_LAST_MODIFIED
TheIResource
category for last modified
-
-