Uses of Class
org.openide.util.Task

Packages that use Task
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
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. 
org.openide.src The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

Uses of Task in org.openide.compiler
 

Subclasses of Task in org.openide.compiler
 class CompilerTask
          Represents an asynchronously running compilation task.
 

Uses of Task in org.openide.cookies
 

Methods in org.openide.cookies that return Task
 Task EditorCookie.prepareDocument()
          Should load the document into memory.
 

Uses of Task in org.openide.execution
 

Subclasses of Task in org.openide.execution
 class ExecutorTask
          A task object that represents an asynchronously running execution task.
 

Uses of Task in org.openide.loaders
 

Subclasses of Task in org.openide.loaders
 class FolderInstance
          Support class for creation of an object from the content of a DataObject.Container.
 class FolderLookup
          Implements a lookup, that scans a content of a folder for its data objects and asks them for instance cookie, the created objects are then used to for the content of the lookup.
 

Methods in org.openide.loaders that return Task
protected  Task FolderInstance.postCreationTask(Runnable run)
          Invokes the creation of objects in a "safe" thread.
protected  Task FolderLookup.postCreationTask(Runnable run)
          Starts the creation of the object in the Folder recognizer thread.
 

Uses of Task in org.openide.src
 

Methods in org.openide.src that return Task
 Task SourceElement.prepare()
          Begin parsing this source element.
 Task SourceElement.Impl.prepare()
          Begin parsing this source element.
 

Uses of Task in org.openide.text
 

Methods in org.openide.text that return Task
 Task CloneableEditorSupport.prepareDocument()
          Load the document into memory.
protected  Task CloneableEditorSupport.reloadDocument()
          Reload the document in response to external modification.
 Task EditorSupport.prepareDocument()
          Deprecated. Load the document into memory.
protected  Task EditorSupport.reloadDocumentTask()
          Deprecated. Starts reloading of document.
 

Uses of Task in org.openide.util
 

Subclasses of Task in org.openide.util
 class RequestProcessor.Task
          The task describing the request task send to the processor.
 

Fields in org.openide.util declared as Task
static Task Task.EMPTY
          Dummy task which is already finished.
 

Methods in org.openide.util with parameters of type Task
 void TaskListener.taskFinished(Task task)
          Called when a task finishes running.
 



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