org.jdesktop.swingx.event |
Contains API for events added as part of JDNC's Swing extensions,
such as message and progress events.
Package Specification
Related Documentation
|
Java Source File Name | Type | Comment |
DateSelectionEvent.java | Class | |
EventListenerMap.java | Class | Intended to be a replacement for
javax.swing.event.EventListenerList . |
MessageEvent.java | Class | Represents a message passed from a MessageSource. |
MessageListener.java | Interface | The listener interface for recieving message events.
The class interested in handling
MessageEvent s should implement
this interface. |
MessageSource.java | Interface | Interface for MessageListener registrations methods and indicates that the
implementation class is a source of MessageEvents. |
MessageSourceSupport.java | Class | A helper class which is an implementation of a message source and a progress
source. |
MessageTest.java | Class | implementation of the MessageSourceSupport class.
A JUnit test case for the Message event set. |
ProgressEvent.java | Class | A MessageEvent that represents the cycle of a long running operation. |
ProgressListener.java | Interface | The listener interface for recieving progress events.
The class interested in handling
ProgressEvent s should implement
this interface. |
ProgressSource.java | Interface | Interface for ProgressListener registrations methods and indicates that the
implementation class is a source of ProgressEvents. |
SelectionListener.java | Interface | Listener for receiving global selection change notifications. |
TableColumnModelExtListener.java | Interface | Extended TableColumnModelListener which is interested
in property changes of contained TableColumn s. |