public interface IBasicPropertyConstants
StructuredViewer.update(Object, String[])
,
StructuredViewer.update(Object[], String[])
,
IBaseLabelProvider.isLabelProperty(java.lang.Object, java.lang.String)
,
ViewerComparator.isSorterProperty(java.lang.Object, java.lang.String)
,
ViewerFilter.isFilterProperty(java.lang.Object, java.lang.String)
Modifier and Type | Field and Description |
---|---|
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. |
static final String P_TEXT
"org.eclipse.jface.text"
)
for an element's label text.static final String P_IMAGE
"org.eclipse.jface.image"
)
for an element's label image.static final String P_CHILDREN
"org.eclipse.jface.children"
)
for an element's children.static final String P_PARENT
"org.eclipse.jface.parent"
)
for an element's parent object.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.