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 java.lang.StringP_DERIVED_RESTheIResourceproperty key for read-only.static java.lang.StringP_DISPLAY_LAST_MODIFIEDTheIResourcecategory for last modifiedstatic java.lang.StringP_DISPLAY_SIZETheIResourceproperty key for displaying sizestatic java.lang.StringP_DISPLAYDERIVED_RESTheIResourceproperty key for display read-only.static java.lang.StringP_DISPLAYEDITABLE_RESTheIResourceproperty key for display read-only.static java.lang.StringP_DISPLAYLINKED_RESTheIResourceproperty key for display linked.static java.lang.StringP_DISPLAYLOCATION_RESTheIResourceproperty key for display location.static java.lang.StringP_DISPLAYPATH_RESTheIResourceproperty key for display path.static java.lang.StringP_DISPLAYRESOLVED_LOCATION_RESTheIResourceproperty key for display resolved location.static java.lang.StringP_EDITABLE_RESTheIResourceproperty key for read-only.static java.lang.StringP_FILE_SYSTEM_CATEGORYTheIResourcecategory for the base valuesstatic java.lang.StringP_LABEL_RESTheIResourceproperty key for name.static java.lang.StringP_LAST_MODIFIED_RESTheIResourceproperty key for path.static java.lang.StringP_LINKED_RESTheIResourceproperty key for linked.static java.lang.StringP_LOCATION_RESTheIResourceproperty key for location.static java.lang.StringP_PATH_RESTheIResourceproperty key for path.static java.lang.StringP_RESOLVED_LOCATION_RESTheIResourceproperty key for resolved location.static java.lang.StringP_SIZE_RESTheIResourceproperty key for path.
-
-
-
Field Detail
-
P_LABEL_RES
static final java.lang.String P_LABEL_RES
TheIResourceproperty key for name.
-
P_PATH_RES
static final java.lang.String P_PATH_RES
TheIResourceproperty key for path.- See Also:
- Constant Field Values
-
P_DISPLAYPATH_RES
static final java.lang.String P_DISPLAYPATH_RES
TheIResourceproperty key for display path.
-
P_EDITABLE_RES
static final java.lang.String P_EDITABLE_RES
TheIResourceproperty key for read-only.- See Also:
- Constant Field Values
-
P_DISPLAYEDITABLE_RES
static final java.lang.String P_DISPLAYEDITABLE_RES
TheIResourceproperty key for display read-only.
-
P_DERIVED_RES
static final java.lang.String P_DERIVED_RES
TheIResourceproperty key for read-only.- See Also:
- Constant Field Values
-
P_DISPLAYDERIVED_RES
static final java.lang.String P_DISPLAYDERIVED_RES
TheIResourceproperty key for display read-only.
-
P_LOCATION_RES
static final java.lang.String P_LOCATION_RES
TheIResourceproperty key for location.- See Also:
- Constant Field Values
-
P_DISPLAYLOCATION_RES
static final java.lang.String P_DISPLAYLOCATION_RES
TheIResourceproperty key for display location.
-
P_RESOLVED_LOCATION_RES
static final java.lang.String P_RESOLVED_LOCATION_RES
TheIResourceproperty key for resolved location.- See Also:
- Constant Field Values
-
P_DISPLAYRESOLVED_LOCATION_RES
static final java.lang.String P_DISPLAYRESOLVED_LOCATION_RES
TheIResourceproperty key for display resolved location.
-
P_LINKED_RES
static final java.lang.String P_LINKED_RES
TheIResourceproperty key for linked.- See Also:
- Constant Field Values
-
P_DISPLAYLINKED_RES
static final java.lang.String P_DISPLAYLINKED_RES
TheIResourceproperty key for display linked.
-
P_FILE_SYSTEM_CATEGORY
static final java.lang.String P_FILE_SYSTEM_CATEGORY
TheIResourcecategory for the base values
-
P_SIZE_RES
static final java.lang.String P_SIZE_RES
TheIResourceproperty key for path.- See Also:
- Constant Field Values
-
P_DISPLAY_SIZE
static final java.lang.String P_DISPLAY_SIZE
TheIResourceproperty key for displaying size
-
P_LAST_MODIFIED_RES
static final java.lang.String P_LAST_MODIFIED_RES
TheIResourceproperty key for path.- See Also:
- Constant Field Values
-
P_DISPLAY_LAST_MODIFIED
static final java.lang.String P_DISPLAY_LAST_MODIFIED
TheIResourcecategory for last modified
-
-