Package org.eclipse.ui.views.properties
Interface IResourcePropertyConstants
-
public interface IResourcePropertyConstantsThis interface documents the property constants used by the resource property source.
-
-
Field Summary
Fields Modifier and Type Field Description static StringP_DERIVED_RESTheIResourceproperty key for read-only.static StringP_DISPLAY_LAST_MODIFIEDTheIResourcecategory for last modifiedstatic StringP_DISPLAY_SIZETheIResourceproperty key for displaying sizestatic StringP_DISPLAYDERIVED_RESTheIResourceproperty key for display read-only.static StringP_DISPLAYEDITABLE_RESTheIResourceproperty key for display read-only.static StringP_DISPLAYLINKED_RESTheIResourceproperty key for display linked.static StringP_DISPLAYLOCATION_RESTheIResourceproperty key for display location.static StringP_DISPLAYPATH_RESTheIResourceproperty key for display path.static StringP_DISPLAYRESOLVED_LOCATION_RESTheIResourceproperty key for display resolved location.static StringP_EDITABLE_RESTheIResourceproperty key for read-only.static StringP_FILE_SYSTEM_CATEGORYTheIResourcecategory for the base valuesstatic StringP_LABEL_RESTheIResourceproperty key for name.static StringP_LAST_MODIFIED_RESTheIResourceproperty key for path.static StringP_LINKED_RESTheIResourceproperty key for linked.static StringP_LOCATION_RESTheIResourceproperty key for location.static StringP_PATH_RESTheIResourceproperty key for path.static StringP_RESOLVED_LOCATION_RESTheIResourceproperty key for resolved location.static StringP_SIZE_RESTheIResourceproperty key for path.
-
-
-
Field Detail
-
P_LABEL_RES
static final String P_LABEL_RES
TheIResourceproperty key for name.
-
P_PATH_RES
static final String P_PATH_RES
TheIResourceproperty key for path.- See Also:
- Constant Field Values
-
P_DISPLAYPATH_RES
static final String P_DISPLAYPATH_RES
TheIResourceproperty key for display path.
-
P_EDITABLE_RES
static final String P_EDITABLE_RES
TheIResourceproperty key for read-only.- See Also:
- Constant Field Values
-
P_DISPLAYEDITABLE_RES
static final String P_DISPLAYEDITABLE_RES
TheIResourceproperty key for display read-only.
-
P_DERIVED_RES
static final String P_DERIVED_RES
TheIResourceproperty key for read-only.- See Also:
- Constant Field Values
-
P_DISPLAYDERIVED_RES
static final String P_DISPLAYDERIVED_RES
TheIResourceproperty key for display read-only.
-
P_LOCATION_RES
static final String P_LOCATION_RES
TheIResourceproperty key for location.- See Also:
- Constant Field Values
-
P_DISPLAYLOCATION_RES
static final String P_DISPLAYLOCATION_RES
TheIResourceproperty key for display location.
-
P_RESOLVED_LOCATION_RES
static final String P_RESOLVED_LOCATION_RES
TheIResourceproperty key for resolved location.- See Also:
- Constant Field Values
-
P_DISPLAYRESOLVED_LOCATION_RES
static final String P_DISPLAYRESOLVED_LOCATION_RES
TheIResourceproperty key for display resolved location.
-
P_LINKED_RES
static final String P_LINKED_RES
TheIResourceproperty key for linked.- See Also:
- Constant Field Values
-
P_DISPLAYLINKED_RES
static final String P_DISPLAYLINKED_RES
TheIResourceproperty key for display linked.
-
P_FILE_SYSTEM_CATEGORY
static final String P_FILE_SYSTEM_CATEGORY
TheIResourcecategory for the base values
-
P_SIZE_RES
static final String P_SIZE_RES
TheIResourceproperty key for path.- See Also:
- Constant Field Values
-
P_DISPLAY_SIZE
static final String P_DISPLAY_SIZE
TheIResourceproperty key for displaying size
-
P_LAST_MODIFIED_RES
static final String P_LAST_MODIFIED_RES
TheIResourceproperty key for path.- See Also:
- Constant Field Values
-
P_DISPLAY_LAST_MODIFIED
static final String P_DISPLAY_LAST_MODIFIED
TheIResourcecategory for last modified
-
-