rero.gui.input
Class InputList

java.lang.Object
  extended by rero.gui.input.InputList

public class InputList
extends java.lang.Object


Field Summary
 InputList next
           
 InputList prev
           
 java.lang.String text
           
 
Constructor Summary
InputList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public java.lang.String text

next

public InputList next

prev

public InputList prev
Constructor Detail

InputList

public InputList()