Package org.eclipse.jface.viewers
Interface IBasicPropertyConstants
public interface IBasicPropertyConstants
Predefined property names used for elements displayed in viewers.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Property name constant (value"org.eclipse.jface.children"
) for an element's children.static final String
Property name constant (value"org.eclipse.jface.image"
) for an element's label image.static final String
Property name constant (value"org.eclipse.jface.parent"
) for an element's parent object.static final String
Property name constant (value"org.eclipse.jface.text"
) for an element's label text.
-
Field Details
-
P_TEXT
Property name constant (value"org.eclipse.jface.text"
) for an element's label text. -
P_IMAGE
Property name constant (value"org.eclipse.jface.image"
) for an element's label image. -
P_CHILDREN
Property name constant (value"org.eclipse.jface.children"
) for an element's children.- See Also:
-
P_PARENT
Property name constant (value"org.eclipse.jface.parent"
) for an element's parent object.- See Also:
-