com.pvx.ooadide
Class ConsoleDisplayManager
java.lang.Object
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();
...
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ConsoleDisplayManager
public ConsoleDisplayManager(java.lang.String messageTitle)
getDefault
public static ConsoleDisplayManager getDefault()
println
public void println(java.lang.String msg,
int msgKind)
clear
public void clear()