org.openide.io 1.20.1

Uses of Interface
org.openide.windows.OutputListener

Uses of OutputListener in org.openide.windows
 

Methods in org.openide.windows with parameters of type OutputListener
protected abstract  void IOColorPrint.print(CharSequence text, OutputListener listener, boolean important, Color color)
          Prints text with selected color and optionaly add listener for it
static void IOColorPrint.print(InputOutput io, CharSequence text, OutputListener listener, boolean important, Color color)
          Prints text with selected color and add listener for it
protected abstract  void IOColorLines.println(CharSequence text, OutputListener listener, boolean important, Color color)
          Prints line with selected color
static void IOColorLines.println(InputOutput io, CharSequence text, OutputListener listener, boolean important, Color color)
          Prints line with selected color
abstract  void OutputWriter.println(String s, OutputListener l)
          Print a line which will be displayed as a hyperlink, calling the passed OutputListener if it is clicked, if the caret enters it, or if the enter key is pressed over it.
 void OutputWriter.println(String s, OutputListener l, boolean important)
          Print a line which will be displayed as a hyperlink, calling the passed OutputListener if it is clicked, if the caret enters it, or if the enter key is pressed over it.
 


org.openide.io 1.20.1

Built on December 7 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.