gui.comp
Class ListEntry

java.lang.Object
  extended by gui.comp.ListEntry

public class ListEntry
extends java.lang.Object


Field Summary
 javax.swing.Icon ico
           
 
Constructor Summary
ListEntry(java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ico

public final javax.swing.Icon ico
Constructor Detail

ListEntry

public ListEntry(java.lang.String text)
Method Detail

getText

public java.lang.String getText()