swingx
Version 2005-08-19

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

Packages that use MessageSource
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. 
 

Uses of MessageSource in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx with parameters of type MessageSource
 void MouseMessagingHandler.setMessageSource(MessageSource source)
           
 

Constructors in org.jdesktop.swingx with parameters of type MessageSource
MouseMessagingHandler(Object source, MessageSource messageSource)
           
 

Uses of MessageSource in org.jdesktop.swingx.event
 

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


swingx
Version 2005-08-19