|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Hyades extension for the Eclipse's workbench adapter.
| Method Summary | |
|---|---|
java.lang.String |
getDescription(java.lang.Object object)
Returns the description text for this element. |
boolean |
hasChildren(java.lang.Object element)
Returns whether the given element has children. |
| Methods inherited from interface org.eclipse.ui.model.IWorkbenchAdapter |
|---|
getChildren, getImageDescriptor, getLabel, getParent |
| Method Detail |
public java.lang.String getDescription(java.lang.Object object)
object - The object to get a description for.public boolean hasChildren(java.lang.Object element)
Intended as an optimization for when the viewer does not
need the actual children. Clients may be able to implement
this more efficiently than getChildren.
element - the element
true if the given element has children,
and false if it has no children
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||