|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.gui.PEListEntry
The class encapsulates an object and provides a toString method, which can be overwritten for certain classes. The Entry could be used in certain standard swing lists or combo boxes.
Constructor Summary | |
PEListEntry(java.lang.Object item)
Constructor for class PEListEntry |
Method Summary | |
java.lang.Object |
getItem()
Returns the encapsulated item. |
java.lang.String |
toString()
Delegates the call to the item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PEListEntry(java.lang.Object item)
item
- No description providedMethod Detail |
public java.lang.Object getItem()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |