Uses of Interface
org.openide.windows.InputOutput

Packages that use InputOutput
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Uses of InputOutput in org.openide
 

Methods in org.openide that return InputOutput
 InputOutput TopManager.getIO(String name)
          Support reading from and writing to a specific tab on the Output Window.
abstract  InputOutput TopManager.getIO(String name, boolean newIO)
          Support reading from and writing to a specific tab on the Output Window.
 

Uses of InputOutput in org.openide.execution
 

Fields in org.openide.execution declared as InputOutput
protected  InputOutput NbClassLoader.inout
          I/O for classes defined by this classloader.
 

Methods in org.openide.execution that return InputOutput
abstract  InputOutput ExecutorTask.getInputOutput()
           
 

Methods in org.openide.execution with parameters of type InputOutput
abstract  ExecutorTask ExecutionEngine.execute(String name, Runnable run, InputOutput io)
          Prepare the environment for an Executor and start it.
protected abstract  PermissionCollection ExecutionEngine.createPermissions(CodeSource cs, InputOutput io)
          Trap accesses to Users that want to link their classes with the IDE should do this through internal execution.
protected  ClassLoader ThreadExecutor.createClassLoader(InputOutput io)
          Allows subclasses to provide its own classloader for loading classes.
 

Constructors in org.openide.execution with parameters of type InputOutput
NbClassLoader(InputOutput io)
          Create a new class loader retrieving classes from the core IDE as well as the Repository, and redirecting system I/O.
 

Uses of InputOutput in org.openide.windows
 

Classes in org.openide.windows that implement InputOutput
static class InputOutput.Null
          Deprecated. Use NULL instead.
 

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.
 

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



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