kiwi.ui.model
Class TreeModelListAdapter.ListEntry

java.lang.Object
  |
  +--kiwi.ui.model.TreeModelListAdapter.ListEntry

public final class TreeModelListAdapter.ListEntry
extends Object

Internal class for managing list items.


Method Summary
 int getLevel()
           
 ITreeNode getObject()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLevel

public int getLevel()

getObject

public ITreeNode getObject()

toString

public String toString()
Overrides:
toString in class Object