Instances are created via a {@link org.eclipse.ui.console.MessageConsole}.
Clients should avoid writing large amounts of output to this stream in the UI thread. The console needs to process the output in the UI thread and if the client hogs the UI thread writing output to the console, the console will not be able to process the output.
Since 3.1, this class extends {@link org.eclipse.ui.console.IOConsoleOutputStream}.
@since 3.0 @noinstantiate This class is not intended to be instantiated by clients. @noextend This class is not intended to be subclassed by clients.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|