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 java.lang.String P_DERIVED_RES
      The IResource property key for read-only.
      static java.lang.String P_DISPLAY_LAST_MODIFIED
      The IResource category for last modified
      static java.lang.String P_DISPLAY_SIZE
      The IResource property key for displaying size
      static java.lang.String P_DISPLAYDERIVED_RES
      The IResource property key for display read-only.
      static java.lang.String P_DISPLAYEDITABLE_RES
      The IResource property key for display read-only.
      static java.lang.String P_DISPLAYLINKED_RES
      The IResource property key for display linked.
      static java.lang.String P_DISPLAYLOCATION_RES
      The IResource property key for display location.
      static java.lang.String P_DISPLAYPATH_RES
      The IResource property key for display path.
      static java.lang.String P_DISPLAYRESOLVED_LOCATION_RES
      The IResource property key for display resolved location.
      static java.lang.String P_EDITABLE_RES
      The IResource property key for read-only.
      static java.lang.String P_FILE_SYSTEM_CATEGORY
      The IResource category for the base values
      static java.lang.String P_LABEL_RES
      The IResource property key for name.
      static java.lang.String P_LAST_MODIFIED_RES
      The IResource property key for path.
      static java.lang.String P_LINKED_RES
      The IResource property key for linked.
      static java.lang.String P_LOCATION_RES
      The IResource property key for location.
      static java.lang.String P_PATH_RES
      The IResource property key for path.
      static java.lang.String P_RESOLVED_LOCATION_RES
      The IResource property key for resolved location.
      static java.lang.String P_SIZE_RES
      The IResource property key for path.
    • Field Detail

      • P_LABEL_RES

        static final java.lang.String P_LABEL_RES
        The IResource property key for name.
      • P_PATH_RES

        static final java.lang.String P_PATH_RES
        The IResource property key for path.
        See Also:
        Constant Field Values
      • P_DISPLAYPATH_RES

        static final java.lang.String P_DISPLAYPATH_RES
        The IResource property key for display path.
      • P_EDITABLE_RES

        static final java.lang.String P_EDITABLE_RES
        The IResource property key for read-only.
        See Also:
        Constant Field Values
      • P_DISPLAYEDITABLE_RES

        static final java.lang.String P_DISPLAYEDITABLE_RES
        The IResource property key for display read-only.
      • P_DERIVED_RES

        static final java.lang.String P_DERIVED_RES
        The IResource property key for read-only.
        See Also:
        Constant Field Values
      • P_DISPLAYDERIVED_RES

        static final java.lang.String P_DISPLAYDERIVED_RES
        The IResource property key for display read-only.
      • P_LOCATION_RES

        static final java.lang.String P_LOCATION_RES
        The IResource property key for location.
        See Also:
        Constant Field Values
      • P_DISPLAYLOCATION_RES

        static final java.lang.String P_DISPLAYLOCATION_RES
        The IResource property key for display location.
      • P_RESOLVED_LOCATION_RES

        static final java.lang.String P_RESOLVED_LOCATION_RES
        The IResource property key for resolved location.
        See Also:
        Constant Field Values
      • P_DISPLAYRESOLVED_LOCATION_RES

        static final java.lang.String P_DISPLAYRESOLVED_LOCATION_RES
        The IResource property key for display resolved location.
      • P_LINKED_RES

        static final java.lang.String P_LINKED_RES
        The IResource property key for linked.
        See Also:
        Constant Field Values
      • P_DISPLAYLINKED_RES

        static final java.lang.String P_DISPLAYLINKED_RES
        The IResource property key for display linked.
      • P_FILE_SYSTEM_CATEGORY

        static final java.lang.String P_FILE_SYSTEM_CATEGORY
        The IResource category for the base values
      • P_SIZE_RES

        static final java.lang.String P_SIZE_RES
        The IResource property key for path.
        See Also:
        Constant Field Values
      • P_DISPLAY_SIZE

        static final java.lang.String P_DISPLAY_SIZE
        The IResource property key for displaying size
      • P_LAST_MODIFIED_RES

        static final java.lang.String P_LAST_MODIFIED_RES
        The IResource property key for path.
        See Also:
        Constant Field Values
      • P_DISPLAY_LAST_MODIFIED

        static final java.lang.String P_DISPLAY_LAST_MODIFIED
        The IResource category for last modified