Uses of Class
org.openide.execution.Executor

Packages that use Executor
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. 
 

Uses of Executor in org.openide.execution
 

Subclasses of Executor in org.openide.execution
 class ProcessExecutor
          Executes a class externally (in a separate process).
 class ThreadExecutor
          Executes a class in a thread in the current VM.
 

Methods in org.openide.execution that return Executor
static Executor Executor.find(Class clazz)
          Find the executor implemented as a given class, among the executors registered to the execution engine.
static Executor Executor.find(String name)
          Find the executor with requested name, among the executors registered to the execution engine.
static Executor Executor.getDefault()
          Deprecated. The notion of a default executor for all file types is probably meaningless.
 

Uses of Executor in org.openide.loaders
 

Methods in org.openide.loaders that return Executor
protected  Executor ExecSupport.defaultExecutor()
          This method allows subclasses to override the default executor they want to use for debugging.
static Executor ExecSupport.getExecutor(MultiDataObject.Entry entry)
          Get the executor for a given file object.
 

Methods in org.openide.loaders with parameters of type Executor
static void ExecSupport.setExecutor(MultiDataObject.Entry entry, Executor exec)
          Set the executor for a given file object.
 



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