|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITreeItemContentProvider
This is the interface needed to populate subtrees in a TreeViewer.
| Method Summary | |
|---|---|
java.util.Collection<?> |
getChildren(java.lang.Object object)
This does the same thing as ITreeContentProvider.getChildren. |
java.lang.Object |
getParent(java.lang.Object object)
This does the same thing as ITreeContentProvider.getParent. |
boolean |
hasChildren(java.lang.Object object)
This does the same thing as ITreeContentProvider.hasChildren. |
| Methods inherited from interface org.eclipse.emf.edit.provider.IStructuredItemContentProvider |
|---|
getElements |
| Method Detail |
|---|
java.util.Collection<?> getChildren(java.lang.Object object)
boolean hasChildren(java.lang.Object object)
java.lang.Object getParent(java.lang.Object object)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||