|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.tree.TreeLeafIterator
public class TreeLeafIterator
This iterator is used for walking through the tree. The GetGetCurrent* methods are only valid after MoveToNextChild() has been called and has returned true.
| Constructor Summary | |
|---|---|
TreeLeafIterator(IXPEnumerator children,
AActivitySpace asOwner)
Constructor for iterator |
|
| Method Summary | |
|---|---|
int |
GetCurrentClassID()
|
java.lang.String |
GetCurrentDescription()
|
java.lang.String |
GetCurrentEncodedName()
Returns the encoded and truncated name. |
boolean |
GetCurrentForceSelectable()
|
HTMLImg |
GetCurrentImage()
This method returns the current image. |
java.lang.String |
GetCurrentLocation()
|
int |
GetCurrentObjectID()
|
boolean |
GetCurrentSelected()
|
int |
GetCurrentTreeNodeID()
|
boolean |
MoveToNextChild()
Moves to the next child. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeLeafIterator(IXPEnumerator children,
AActivitySpace asOwner)
IXPEnumerator - the child nodes for this iteratorAActivitySpace - asOwner the space that this tree is in
(used to get default localized strings)| Method Detail |
|---|
public int GetCurrentClassID()
GetCurrentClassID in interface ITreeIteratorpublic boolean GetCurrentForceSelectable()
GetCurrentForceSelectable in interface ITreeIteratorpublic HTMLImg GetCurrentImage()
GetCurrentImage in interface ITreeIteratorpublic java.lang.String GetCurrentLocation()
public java.lang.String GetCurrentEncodedName()
ITreeIterator
GetCurrentEncodedName in interface ITreeIteratorpublic java.lang.String GetCurrentDescription()
public int GetCurrentObjectID()
GetCurrentObjectID in interface ITreeIteratorpublic boolean GetCurrentSelected()
GetCurrentSelected in interface ITreeIteratorpublic int GetCurrentTreeNodeID()
GetCurrentTreeNodeID in interface ITreeIteratorpublic boolean MoveToNextChild()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||