Uses of Package
org.jdesktop.swingx.event

Packages that use org.jdesktop.swingx.event
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
org.jdesktop.jdnc.app   
org.jdesktop.jdnc.table   
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.event Contains API for events added as part of JDNC's Swing extensions, such as message and progress events. 
 

Classes in org.jdesktop.swingx.event used by org.jdesktop.jdnc
MessageListener
          The listener interface for recieving message events.
MessageSource
          Interface for MessageListener registrations methods and indicates that the implementation class is a source of MessageEvents.
MessageSourceSupport
          A helper class which is an implementation of a message source and a progress source.
ProgressListener
          The listener interface for recieving progress events.
ProgressSource
          Interface for ProgressListener registrations methods and indicates that the implementation class is a source of ProgressEvents.
 

Classes in org.jdesktop.swingx.event used by org.jdesktop.jdnc.app
SelectionListener
          Listener for receiving global selection change notifications.
 

Classes in org.jdesktop.swingx.event used by org.jdesktop.jdnc.table
MessageSource
          Interface for MessageListener registrations methods and indicates that the implementation class is a source of MessageEvents.
ProgressSource
          Interface for ProgressListener registrations methods and indicates that the implementation class is a source of ProgressEvents.
 

Classes in org.jdesktop.swingx.event used by org.jdesktop.swingx
MessageEvent
          Represents a message passed from a MessageSource.
MessageListener
          The listener interface for recieving message events.
MessageSource
          Interface for MessageListener registrations methods and indicates that the implementation class is a source of MessageEvents.
ProgressEvent
          A MessageEvent that represents the cycle of a long running operation.
ProgressListener
          The listener interface for recieving progress events.
 

Classes in org.jdesktop.swingx.event used by org.jdesktop.swingx.event
MessageEvent
          Represents a message passed from a MessageSource.
MessageListener
          The listener interface for recieving message events.
MessageSource
          Interface for MessageListener registrations methods and indicates that the implementation class is a source of MessageEvents.
ProgressEvent
          A MessageEvent that represents the cycle of a long running operation.
ProgressListener
          The listener interface for recieving progress events.
ProgressSource
          Interface for ProgressListener registrations methods and indicates that the implementation class is a source of ProgressEvents.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.