com.ibm.ulc.util
Class UlcConsole
java.lang.Object
|
+--com.ibm.ulc.util.UlcConsole
- public abstract class UlcConsole
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
fgConsole
protected static UlcConsole fgConsole
fgOut
protected static java.io.PrintStream fgOut
UlcConsole
public UlcConsole()
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()