com.ibm.ulc.util
Class UlcConsole

java.lang.Object
  |
  +--com.ibm.ulc.util.UlcConsole

public abstract class UlcConsole
extends java.lang.Object


Field Summary
protected static UlcConsole fgConsole
           
protected static java.io.PrintStream fgOut
           
 
Constructor Summary
UlcConsole()
           
 
Method Summary
static UlcConsole createConsole(java.lang.String title, java.awt.Point topLeft)
           
static UlcConsole getConsole()
           
static java.io.PrintStream getOut()
           
abstract  java.io.PrintStream getWriter()
           
abstract  void setTitle(java.lang.String title)
           
abstract  void setTopLeft(java.awt.Point topLeft)
           
abstract  int start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fgConsole

protected static UlcConsole fgConsole

fgOut

protected static java.io.PrintStream fgOut
Constructor Detail

UlcConsole

public UlcConsole()
Method Detail

createConsole

public static UlcConsole createConsole(java.lang.String title,
                                       java.awt.Point topLeft)

getConsole

public static UlcConsole getConsole()

getOut

public static java.io.PrintStream getOut()

getWriter

public abstract java.io.PrintStream getWriter()

setTitle

public abstract void setTitle(java.lang.String title)

setTopLeft

public abstract void setTopLeft(java.awt.Point topLeft)

start

public abstract int start()