Eclipse Platform
2.0

org.eclipse.ui.views.properties
Interface IResourcePropertyConstants


public interface IResourcePropertyConstants

This interface documents the property constants used by the resource property source.


Field Summary
static String P_DISPLAY_LAST_MODIFIED
          The IResource category for last modified
static String P_DISPLAY_SIZE
          The IResource property key for displaying size
static String P_DISPLAYEDITABLE_RES
          The IResource property key for display read-only.
static String P_DISPLAYPATH_RES
          The IResource property key for display path.
static String P_EDITABLE_RES
          The IResource property key for read-only.
static String P_FILE_SYSTEM_CATEGORY
          The IResource category for the base values
static String P_LABEL_RES
          The IResource property key for name.
static String P_LAST_MODIFIED_RES
          The IResource property key for path.
static String P_PATH_RES
          The IResource property key for path.
static String P_SIZE_RES
          The IResource property key for path.
 

Field Detail

P_LABEL_RES

public static final String P_LABEL_RES
The IResource property key for name.


P_PATH_RES

public static final String P_PATH_RES
The IResource property key for path.

See Also:
Constant Field Values

P_DISPLAYPATH_RES

public static final String P_DISPLAYPATH_RES
The IResource property key for display path.


P_EDITABLE_RES

public static final String P_EDITABLE_RES
The IResource property key for read-only.

See Also:
Constant Field Values

P_DISPLAYEDITABLE_RES

public static final String P_DISPLAYEDITABLE_RES
The IResource property key for display read-only.


P_FILE_SYSTEM_CATEGORY

public static final String P_FILE_SYSTEM_CATEGORY
The IResource category for the base values


P_SIZE_RES

public static final String P_SIZE_RES
The IResource property key for path.

See Also:
Constant Field Values

P_DISPLAY_SIZE

public static final String P_DISPLAY_SIZE
The IResource property key for displaying size


P_LAST_MODIFIED_RES

public static final String P_LAST_MODIFIED_RES
The IResource property key for path.

See Also:
Constant Field Values

P_DISPLAY_LAST_MODIFIED

public static final String P_DISPLAY_LAST_MODIFIED
The IResource category for last modified


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.