Eclipse Platform
2.1

org.eclipse.jface.viewers
Interface IBasicPropertyConstants


public interface IBasicPropertyConstants

Predefined property names used for elements displayed in viewers.

See Also:
StructuredViewer.update(Object, String[]), StructuredViewer.update(Object[], String[]), IBaseLabelProvider.isLabelProperty(java.lang.Object, java.lang.String), ViewerSorter.isSorterProperty(java.lang.Object, java.lang.String), ViewerFilter.isFilterProperty(java.lang.Object, java.lang.String)

Field Summary
static String P_CHILDREN
          Property name constant (value "org.eclipse.jface.children") for an element's children.
static String P_IMAGE
          Property name constant (value "org.eclipse.jface.image") for an element's label image.
static String P_PARENT
          Property name constant (value "org.eclipse.jface.parent") for an element's parent object.
static String P_TEXT
          Property name constant (value "org.eclipse.jface.text") for an element's label text.
 

Field Detail

P_TEXT

public static final String P_TEXT
Property name constant (value "org.eclipse.jface.text") for an element's label text.
See Also:
ILabelProvider.getText(java.lang.Object)

P_IMAGE

public static final String P_IMAGE
Property name constant (value "org.eclipse.jface.image") for an element's label image.
See Also:
ILabelProvider.getImage(java.lang.Object)

P_CHILDREN

public static final String P_CHILDREN
Property name constant (value "org.eclipse.jface.children") for an element's children.

P_PARENT

public static final String P_PARENT
Property name constant (value "org.eclipse.jface.parent") for an element's parent object.

Eclipse Platform
2.1

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