站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Uses of Class org.openide.util.Task (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Class
org.openide.util.Task

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.
 



Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.