|
org.netbeans.modules.java.source 0.80.1 17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |