main
Class GeneralInput

java.lang.Object
  extended bymain.GeneralInput

public class GeneralInput
extends java.lang.Object


Field Summary
static int indent
           
 
Constructor Summary
GeneralInput()
           
 
Method Summary
static void echoOff()
           
static void echoOn(java.io.PrintWriter p)
           
static void findIDTag(BetterTokenizer tokenizer, java.lang.String tag)
           
static java.lang.String findNextIDToken(BetterTokenizer tokenizer)
           
static java.awt.Frame getFrame(java.awt.Component c)
           
static int nextToken(BetterTokenizer tokenizer)
           
static java.lang.String nextWordToken(BetterTokenizer tokenizer)
           
static void printComponents(java.awt.Component c)
           
static void setupTokenizer(BetterTokenizer tokenizer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indent

public static int indent
Constructor Detail

GeneralInput

public GeneralInput()
Method Detail

setupTokenizer

public static void setupTokenizer(BetterTokenizer tokenizer)

findNextIDToken

public static java.lang.String findNextIDToken(BetterTokenizer tokenizer)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

findIDTag

public static void findIDTag(BetterTokenizer tokenizer,
                             java.lang.String tag)
                      throws java.lang.Exception
Throws:
java.lang.Exception

nextWordToken

public static java.lang.String nextWordToken(BetterTokenizer tokenizer)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

nextToken

public static int nextToken(BetterTokenizer tokenizer)
                     throws java.lang.Exception
Throws:
java.lang.Exception

echoOn

public static void echoOn(java.io.PrintWriter p)

echoOff

public static void echoOff()

getFrame

public static java.awt.Frame getFrame(java.awt.Component c)

printComponents

public static void printComponents(java.awt.Component c)