TextManager
to set up
the default texts based on the language in which the JRE is executed, and
classes allowing clients to modify these texts.See: Description
Interface | Description |
---|---|
TextBridge |
A filter between a
TextManager and a TextValue . |
Class | Description |
---|---|
DefaultTextScheme |
This
UIScheme is used by the TextManager to load the default set of strings from
one or several ResourceBundle s. |
DialogText |
A text that is shown on or by a
JDialog . |
SwingActionText |
A text that is used by an
Action . |
TextValue |
An observer to a
TextManager . |
TextManager
to set up
the default texts based on the language in which the JRE is executed, and
classes allowing clients to modify these texts.