Uses of Interface
org.jdesktop.swingx.event.ProgressSource

Packages that use ProgressSource
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
org.jdesktop.jdnc.table   
org.jdesktop.swingx.event Contains API for events added as part of JDNC's Swing extensions, such as message and progress events. 
 

Uses of ProgressSource in org.jdesktop.jdnc
 

Classes in org.jdesktop.jdnc that implement ProgressSource
 class DataLoader
          Base class for implementing objects which asynchronously load data from an input stream into a model, ensuring that the potentially lengthy operation does not block the user-interface.
 

Uses of ProgressSource in org.jdesktop.jdnc.table
 

Classes in org.jdesktop.jdnc.table that implement ProgressSource
 class TableModelExtTextLoader
          Data loader class which reads data from a text input stream and loads it into a DefaultTableModelExt instance.
 

Uses of ProgressSource in org.jdesktop.swingx.event
 

Classes in org.jdesktop.swingx.event that implement ProgressSource
 class MessageSourceSupport
          A helper class which is an implementation of a message source and a progress source.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.