|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.controller.MessageWriter
public class MessageWriter
The MessageWriter
class provides methods for writting down information and errors
to the editor console.
Constructor Summary | |
---|---|
MessageWriter()
|
Method Summary | |
---|---|
static void |
eraseConsole()
Erases the editor console. |
static void |
write(java.lang.String message)
Writes a normal information to the editor console. |
static void |
writeEmphasis(java.lang.String message)
Writes an emphasis information to the editor console. |
static void |
writeError(java.lang.String message)
Writes an error message to the editor console. |
static void |
writeInfo(java.lang.String message)
Writes an information message to the editor console. |
static void |
writeTitle(java.lang.String message)
Writes a title to the editor console. |
static void |
writeWarning(java.lang.String message)
Writes a warning message to the editor console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageWriter()
Method Detail |
---|
public static void write(java.lang.String message)
message
- the normal text message.public static void writeEmphasis(java.lang.String message)
message
- the normal text message.public static void writeTitle(java.lang.String message)
message
- the message containing title.public static void writeWarning(java.lang.String message)
message
- the message containing warning.public static void writeError(java.lang.String message)
message
- the message containing error.public static void writeInfo(java.lang.String message)
message
- the message containing information.public static void eraseConsole()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |