Uses of Interface
org.jdesktop.dataset.provider.Task

Packages that use Task
org.jdesktop.dataset The dataset package is the entrypoint to the DataSet API, and includes the major public classes for working with tabular data in JDNC, including disconnected SQL results. 
org.jdesktop.dataset.provider   
 

Uses of Task in org.jdesktop.dataset
 

Methods in org.jdesktop.dataset with parameters of type Task
protected  void DataProvider.runTask(Task runner)
          Invoked by the load or save methods.
protected  void DataProvider.runTaskAndWait(Task runner)
           
 

Uses of Task in org.jdesktop.dataset.provider
 

Classes in org.jdesktop.dataset.provider that implement Task
 class AbstractTask
           
 class LoadTask
           
 class SaveTask
           
 



Copyright © 2005 Sun Microsystems All Rights Reserved.