站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Interface org.openide.windows.OutputListener (NetBeans Input/Output API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.openide.windows.OutputListener

Uses of OutputListener in org.openide.windows
 

Methods in org.openide.windows with parameters of type OutputListener
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.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.