Package | Description |
---|---|
org.freehep.jas.plugin.console |
Modifier and Type | Method and Description |
---|---|
ConsoleOutputStream |
ConsoleService.getConsoleOutputStream(String name,
Icon icon)
Creates an output stream associated to a named console area.
|
ConsoleOutputStream |
ConsolePlugin.getConsoleOutputStream(String name,
Icon icon) |
ConsoleOutputStream |
ConsoleService.getConsoleOutputStream(String name,
Icon icon,
AttributeSet set)
Create an attributed output stream
|
ConsoleOutputStream |
ConsolePlugin.getConsoleOutputStream(String name,
Icon icon,
AttributeSet set) |
ConsoleOutputStream |
Console.getOutputStream(AttributeSet set) |
ConsoleOutputStream |
Console.getOutputStream(AttributeSet set,
boolean autoShow)
Get an output stream for writing to the console.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleService.redirectStandardOutputOnThreadToConsole(Thread thread,
ConsoleOutputStream out)
Redirects output to System.out for a specific thread to a given console
|
void |
ConsolePlugin.redirectStandardOutputOnThreadToConsole(Thread thread,
ConsoleOutputStream out) |
Copyright © 2018. All rights reserved.