rero.gui.input
Class InputList

java.lang.Object
  extended byrero.gui.input.InputList

public class InputList
extends Object


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

Field Detail

text

public String text

next

public InputList next

prev

public InputList prev
Constructor Detail

InputList

public InputList()