|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Task | |
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.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.cookies |
Methods in org.openide.cookies that return Task | |
Task |
EditorCookie.prepareDocument()
Should load the document into memory. |
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. |
Uses of Task in org.openide.util |
Subclasses of Task in org.openide.util | |
class |
RequestProcessor.Task
The task describing the request sent 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |