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

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

 

Uses of Interface
org.openide.windows.InputOutput

Uses of InputOutput in org.openide.windows
 

Fields in org.openide.windows declared as InputOutput
static InputOutput InputOutput.NULL
          Null InputOutput
 

Methods in org.openide.windows that return InputOutput
 InputOutput OutputEvent.getInputOutput()
          Get the Output Window tab in question.
abstract  InputOutput IOProvider.getIO(String name, boolean newIO)
          Get a named instance of InputOutput, which represents an output tab in the output window.
 InputOutput IOProvider.getIO(String name, Action[] additionalActions)
          Gets a named instance of InputOutput with additional actions displayed in the toolbar.
 

Constructors in org.openide.windows with parameters of type InputOutput
OutputEvent(InputOutput src)
          Create an event.
 


 

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