|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageEvent | |
---|---|
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 MessageEvent in org.jdesktop.swingx |
---|
Methods in org.jdesktop.swingx with parameters of type MessageEvent | |
---|---|
void |
JXStatusBar.message(MessageEvent evt)
MessageListener implementation. |
Uses of MessageEvent in org.jdesktop.swingx.event |
---|
Subclasses of MessageEvent in org.jdesktop.swingx.event | |
---|---|
class |
ProgressEvent
A MessageEvent that represents the cycle of a long running operation. |
Methods in org.jdesktop.swingx.event with parameters of type MessageEvent | |
---|---|
void |
MessageSourceSupport.fireMessage(MessageEvent evt)
Send the MessageEvent to the list of listeners. |
void |
MessageListener.message(MessageEvent evt)
Invoked to send a message to a listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |