StarOffice 5.2 API
reverse engineered by classdoc

stardiv.controller
Class Console

java.lang.Object
  |
  +--stardiv.controller.Console

public synchronized class Console
extends java.lang.Object


Field Summary
(package private) static java.lang.String aOutput
           
(package private) static stardiv.controller.DebugDialog pDialog
           
(package private) static stardiv.controller.ConsoleStream pErrStm
           
(package private) static java.awt.Frame pFrame
           
(package private) static stardiv.controller.ConsoleStream pOutStm
           
(package private) static java.io.PrintStream pSystemErr
           
(package private) static java.io.PrintStream pSystemOut
           
(package private) static boolean redirected
           
(package private) static java.lang.String titel
           
 
Constructor Summary
Console()
           
 
Method Summary
(package private) static java.lang.String getVersion()
           
static void installConsole()
           
(package private) static void loadLibrary(java.lang.String s)
           
static void main(java.lang.String[] s)
           
(package private) static void printDebugPassword(java.lang.String s)
           
static void showConsole(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aOutput

static java.lang.String aOutput

pDialog

static stardiv.controller.DebugDialog pDialog

pErrStm

static stardiv.controller.ConsoleStream pErrStm

pFrame

static java.awt.Frame pFrame

pOutStm

static stardiv.controller.ConsoleStream pOutStm

pSystemErr

static java.io.PrintStream pSystemErr

pSystemOut

static java.io.PrintStream pSystemOut

redirected

static boolean redirected

titel

static java.lang.String titel
Constructor Detail

Console

public Console()
Method Detail

getVersion

static java.lang.String getVersion()

installConsole

public static void installConsole()

loadLibrary

static void loadLibrary(java.lang.String s)

main

public static void main(java.lang.String[] s)

printDebugPassword

static void printDebugPassword(java.lang.String s)

showConsole

public static void showConsole(boolean b)

StarOffice 5.2 API
reverse engineered by classdoc