lib
Class ConsoleWriter

java.lang.Object
  extended by lib.ConsoleWriter

public class ConsoleWriter
extends java.lang.Object

The console writer class encapsulates a single function to make accesing the console text panel for the file easier. In future more methods could go here to expand the functionality of the console.

Version:
1.0
Author:
CobaltSoftware (abode.devteam@cobaltsoftware.net)

Constructor Summary
ConsoleWriter()
           
 
Method Summary
static void writeLine(java.lang.String text, JEditorWindow window)
          Write a line to the console on the specified window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleWriter

public ConsoleWriter()
Method Detail

writeLine

public static void writeLine(java.lang.String text,
                             JEditorWindow window)
Write a line to the console on the specified window

Parameters:
text - The text to display
window - The window for which the console is being updated