|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.eclipse.ui.console.IOConsoleOutputStream
org.eclipse.ui.console.MessageConsoleStream
Used to write messages to a message console. A message console may have more than one stream connected to it. Each stream may be displayed in a different color.
Clients are not intended to subclass or instantiate this class. Instances
are created via a MessageConsole
.
Since 3.1, this class extends IOConsoleOutputStream
.
Constructor Summary | |
---|---|
MessageConsoleStream(MessageConsole console)
Constructs a new stream connected to the given console. |
Method Summary | |
---|---|
MessageConsole |
getConsole()
Returns the console this stream is connected to. |
void |
print(String message)
Appends the specified message to this stream. |
void |
println()
Appends a line separator string to this stream. |
void |
println(String message)
Appends the specified message to this stream, followed by a line separator string. |
Methods inherited from class org.eclipse.ui.console.IOConsoleOutputStream |
---|
close, flush, getColor, getFontStyle, isActivateOnWrite, isClosed, setActivateOnWrite, setColor, setEncoding, setFontStyle, write, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageConsoleStream(MessageConsole console)
console
- the console to write messages toMethod Detail |
public void print(String message)
message
- message to appendpublic void println()
public void println(String message)
message
- message to printpublic MessageConsole getConsole()
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.