net.damf.console
Class MOutForm

java.lang.Object
  extended by net.damf.console.MOutForm

public class MOutForm
extends java.lang.Object


Field Summary
private static java.io.BufferedWriter out
           
static java.awt.TextArea outputArea
           
private static int spacesIn
           
private static int TAB_LENGTH
           
private static int text_area_width
           
private static boolean usingAWT
           
 
Constructor Summary
MOutForm()
           
MOutForm(java.io.BufferedWriter mainOut)
           
MOutForm(java.awt.TextArea area)
           
 
Method Summary
static void onNewLine()
           
static void print(java.lang.String str)
           
static void println()
           
static void println(java.lang.String str)
           
private static void printOut(java.lang.String str)
           
static void setTextAreaWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

private static java.io.BufferedWriter out

outputArea

public static java.awt.TextArea outputArea

usingAWT

private static boolean usingAWT

text_area_width

private static int text_area_width

spacesIn

private static int spacesIn

TAB_LENGTH

private static final int TAB_LENGTH
See Also:
Constant Field Values
Constructor Detail

MOutForm

public MOutForm()

MOutForm

public MOutForm(java.io.BufferedWriter mainOut)

MOutForm

public MOutForm(java.awt.TextArea area)
Method Detail

println

public static void println()

println

public static void println(java.lang.String str)

print

public static void print(java.lang.String str)

onNewLine

public static void onNewLine()

printOut

private static void printOut(java.lang.String str)
                      throws java.io.IOException
Throws:
java.io.IOException

setTextAreaWidth

public static void setTextAreaWidth(int width)