com.pvx.ooadide
Class ConsoleDisplayManager

java.lang.Object
  extended by com.pvx.ooadide.ConsoleDisplayManager

public class ConsoleDisplayManager
extends java.lang.Object

Create an instance of this class in any of your plugin classes. Use it as follows ... ConsoleDisplayMgr.getDefault().println("Some error msg", ConsoleDisplayMgr.MSG_ERROR); ... ... ConsoleDisplayMgr.getDefault().clear(); ...


Field Summary
static java.lang.String ID
           
static int MSG_ERROR
           
static int MSG_ERROR_DESC
           
static int MSG_INFORMATION
           
static int MSG_WARNING
           
 
Constructor Summary
ConsoleDisplayManager(java.lang.String messageTitle)
           
 
Method Summary
 void clear()
           
static ConsoleDisplayManager getDefault()
           
 void println(java.lang.String msg, int msgKind)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values

MSG_INFORMATION

public static final int MSG_INFORMATION
See Also:
Constant Field Values

MSG_ERROR

public static final int MSG_ERROR
See Also:
Constant Field Values

MSG_WARNING

public static final int MSG_WARNING
See Also:
Constant Field Values

MSG_ERROR_DESC

public static final int MSG_ERROR_DESC
See Also:
Constant Field Values
Constructor Detail

ConsoleDisplayManager

public ConsoleDisplayManager(java.lang.String messageTitle)
Method Detail

getDefault

public static ConsoleDisplayManager getDefault()

println

public void println(java.lang.String msg,
                    int msgKind)

clear

public void clear()