main
Class GeneralInput
java.lang.Object
main.GeneralInput
- public class GeneralInput
- extends java.lang.Object
Field Summary |
static int |
indent
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
indent
public static int indent
GeneralInput
public GeneralInput()
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)