Uses of Class
org.jdesktop.jdnc.DataLoader

Packages that use DataLoader
org.jdesktop.jdnc.table   
 

Uses of DataLoader in org.jdesktop.jdnc.table
 

Subclasses of DataLoader in org.jdesktop.jdnc.table
 class TableModelExtTextLoader
          Data loader class which reads data from a text input stream and loads it into a DefaultTableModelExt instance.
 

Methods in org.jdesktop.jdnc.table that return DataLoader
 DataLoader DefaultTableModelExt.getLoader()
          Returns a TableModelExtTextLoader instance by default, which can read data in plain text format where rows are separated by newlines and columns within each row are separated by the tab character (delimeters are configurable).
 

Methods in org.jdesktop.jdnc.table with parameters of type DataLoader
 void DefaultTableModelExt.setLoader(DataLoader loader)
          Sets the data loader object to be used to stream in the data from the source URL.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.