jaugment2.UI.textUI
Class TextUI.InputEntry

java.lang.Object
  |
  +--jaugment2.UI.textUI.TextUI.InputEntry
Enclosing class:
TextUI

protected static class TextUI.InputEntry
extends java.lang.Object

this is the class for entries in the in-list


Field Summary
(package private)  TextInputDevice inp
           
(package private)  net.jini.core.lease.Lease l
           
(package private)  java.lang.String name
           
 
Constructor Summary
TextUI.InputEntry(TextInputDevice inp, net.jini.core.lease.Lease l)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

inp

TextInputDevice inp

name

java.lang.String name

l

net.jini.core.lease.Lease l
Constructor Detail

TextUI.InputEntry

public TextUI.InputEntry(TextInputDevice inp,
                         net.jini.core.lease.Lease l)