|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageSource | |
---|---|
org.jdesktop.jdnc | Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. |
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. |
Uses of MessageSource in org.jdesktop.jdnc |
---|
Classes in org.jdesktop.jdnc that implement MessageSource | |
---|---|
class |
DataLoader
Base class for implementing objects which asynchronously load data from an input stream into a model, ensuring that the potentially lengthy operation does not block the user-interface. |
class |
JNComponent
Base class for all JN components. |
class |
JNEditor
Implementation of a text editor |
class |
JNForm
|
class |
JNList
|
class |
JNTable
High level table component which displays tabular data from a data model in a scrollable view. |
class |
JNTextField
|
class |
JNTree
Encapsulates JXTree functionality inside a JNComponent. |
class |
JNTreeTable
Encapsulates JXTreeTable functionality inside a JNComponent. |
Uses of MessageSource in org.jdesktop.jdnc.table |
---|
Classes in org.jdesktop.jdnc.table that implement MessageSource | |
---|---|
class |
TableModelExtTextLoader
Data loader class which reads data from a text input stream and loads it into a DefaultTableModelExt instance. |
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(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |