org.sf.cafebabe.gadget.treecombo
Class HierarchyTreeCombo.ListEntry

java.lang.Object
  extended by org.sf.cafebabe.gadget.treecombo.HierarchyTreeCombo.ListEntry
Enclosing class:
HierarchyTreeCombo

 class HierarchyTreeCombo.ListEntry
extends java.lang.Object

This class represents single entry of the list


Field Summary
(package private)  int level
           
(package private)  java.lang.Object object
           
 
Constructor Summary
HierarchyTreeCombo.ListEntry(java.lang.Object object, int level)
          Creates new list entry
 
Method Summary
 int getLevel()
          Gets the level
 java.lang.Object getObject()
          Gets the object
 java.lang.String toString()
          Gets the string representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

java.lang.Object object

level

int level
Constructor Detail

HierarchyTreeCombo.ListEntry

public HierarchyTreeCombo.ListEntry(java.lang.Object object,
                                    int level)
Creates new list entry

Parameters:
object - the object
level - the level
Method Detail

getObject

public java.lang.Object getObject()
Gets the object

Returns:
the object

getLevel

public int getLevel()
Gets the level

Returns:
the level

toString

public java.lang.String toString()
Gets the string representation of this object

Overrides:
toString in class java.lang.Object


Copyright 2006 Dream Programs Inc.. All Rights Reserved.