org.openide.io 1.16.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 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.16.1

Built on September 9 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.