|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sf.cafebabe.gadget.treecombo.HierarchyTreeCombo.ListEntry
class HierarchyTreeCombo.ListEntry
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 |
---|
java.lang.Object object
int level
Constructor Detail |
---|
public HierarchyTreeCombo.ListEntry(java.lang.Object object, int level)
object
- the objectlevel
- the levelMethod Detail |
---|
public java.lang.Object getObject()
public int getLevel()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |