org.netbeans.modules.java.source 0.80.1 17

Uses of Interface
org.netbeans.api.java.source.Task

Packages that use Task
org.netbeans.api.java.source Permits inspection and modification of the structure of Java sources. 
 

Uses of Task in org.netbeans.api.java.source
 

Subinterfaces of Task in org.netbeans.api.java.source
 interface CancellableTask<P>
          Cancellable runnable which takes parameter of given type.
 

Methods in org.netbeans.api.java.source with parameters of type Task
 ModificationResult JavaSource.runModificationTask(Task<WorkingCopy> task)
          Runs a task which permits for modifying the sources.
 void JavaSource.runUserActionTask(Task<CompilationController> task, boolean shared)
          Runs a task which permits for controlling phases of the parsing process.
 Future<Void> JavaSource.runWhenScanFinished(Task<CompilationController> task, boolean shared)
          Performs the given task when the scan finished.
 


org.netbeans.modules.java.source 0.80.1 17

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