|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageListener | |
---|---|
org.jdesktop.jdnc | Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. |
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 MessageListener in org.jdesktop.jdnc |
---|
Methods in org.jdesktop.jdnc that return MessageListener | |
---|---|
MessageListener[] |
JNComponent.getMessageListeners()
|
MessageListener[] |
DataLoader.getMessageListeners()
|
Methods in org.jdesktop.jdnc with parameters of type MessageListener | |
---|---|
void |
JNComponent.addMessageListener(MessageListener l)
|
void |
DataLoader.addMessageListener(MessageListener l)
Adds the specified message listener to this data loader. |
void |
JNComponent.removeMessageListener(MessageListener l)
|
void |
DataLoader.removeMessageListener(MessageListener l)
Removes the specified message listener from this data loader. |
Uses of MessageListener in org.jdesktop.swingx |
---|
Classes in org.jdesktop.swingx that implement MessageListener | |
---|---|
class |
JXStatusBar
A component which is a container for displaying messages. |
Methods in org.jdesktop.swingx with parameters of type MessageListener | |
---|---|
void |
MouseMessagingHandler.setMessageListener(MessageListener listener)
|
Constructors in org.jdesktop.swingx with parameters of type MessageListener | |
---|---|
MouseMessagingHandler(java.lang.Object source,
MessageListener messageListener)
|
Uses of MessageListener in org.jdesktop.swingx.event |
---|
Methods in org.jdesktop.swingx.event that return MessageListener | |
---|---|
MessageListener[] |
MessageSourceSupport.getMessageListeners()
|
MessageListener[] |
MessageSource.getMessageListeners()
Returns an array of listeners. |
Methods in org.jdesktop.swingx.event with parameters of type MessageListener | |
---|---|
void |
MessageSourceSupport.addMessageListener(MessageListener l)
|
void |
MessageSource.addMessageListener(MessageListener l)
Register the MessageListener. |
void |
MessageSourceSupport.removeMessageListener(MessageListener l)
|
void |
MessageSource.removeMessageListener(MessageListener l)
Unregister the MessageListener from the MessageSource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |