de.uni_paderborn.fujaba.gui
Class PEListEntry

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.PEListEntry

public class PEListEntry
extends java.lang.Object

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.

Version:
$Revision: 1.7 $
Author:
$Author: schneider $

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

PEListEntry

public PEListEntry(java.lang.Object item)
Constructor for class PEListEntry

Parameters:
item - No description provided
Method Detail

getItem

public java.lang.Object getItem()
Returns the encapsulated item.

Returns:
The item value

toString

public java.lang.String toString()
Delegates the call to the item.

Returns:
No description provided