Uses of Package
org.openide.execution

Packages that use org.openide.execution
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Classes in org.openide.execution used by org.openide
ExecutionEngine
          Engine providing the environment necessary to invoke executors.
 

Classes in org.openide.execution used by org.openide.compiler
NbClassPath
          Property that can hold informations about class path and that can be used to create string representation of the class path.
NbProcessDescriptor
          Encapsulates start information for a process.
 

Classes in org.openide.execution used by org.openide.debugger
ExecInfo
          Provides basic information required to start executing a class.
 

Classes in org.openide.execution used by org.openide.execution
ExecInfo
          Provides basic information required to start executing a class.
Executor
          Implements the execution of a class.
ExecutorTask
          A task object that represents an asynchronously running execution task.
NbClassPath
          Property that can hold informations about class path and that can be used to create string representation of the class path.
NbfsStreamHandlerFactory
          Handle custom URL protocols.
NbProcessDescriptor
          Encapsulates start information for a process.
ScriptType
          Base class for scripting interpreters.
ScriptType.Context
          Scripting context.
 

Classes in org.openide.execution used by org.openide.loaders
Executor
          Implements the execution of a class.
 



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