Uses of Class
org.freehep.jas.plugin.console.ConsoleOutputStream

Packages that use ConsoleOutputStream
org.freehep.jas.plugin.console   
 

Uses of ConsoleOutputStream in org.freehep.jas.plugin.console
 

Methods in org.freehep.jas.plugin.console that return ConsoleOutputStream
 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.
 

Methods in org.freehep.jas.plugin.console with parameters of type ConsoleOutputStream
 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 © 2013. All Rights Reserved.