Eclipse Platform
2.0

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), Constant Field Values

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), Constant Field Values

P_CHILDREN

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

See Also:
Constant Field Values

P_PARENT

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

See Also:
Constant Field Values

Eclipse Platform
2.0

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