|
Class Summary |
| AnimalSpecificTranslatableGUIElement |
Provides a common interface for translatable GUI element generation Requires
an appropriate resource file containing the message translations. |
| AnimalTranslator |
|
| Debug |
|
| ExtendedAction |
This class represents an action object that allows calling methods on objects
To use, simply invoke the ExtendedAction constructor by giving the label,
icon name, tool tip text and the method to call (which currently must not
have any parameters). |
| ExtendedActionButton |
This class represents a specialized JButton that allows calling methods on
objects
To use, simply invoke the ExtendedActionButton constructor by giving the
action to be performed and a mnemonic. |
| ExtendedResourceBundle |
A special type of PropertyResourceBundle support |
| ExtendedResourceManagement |
A special type of PropertyResourceBundle support |
| ResourceChecker |
|
| ResourceLocator |
This class encapsulates the loading of (almost) arbitrary resources. |
| StaticExtendedResourceBundle |
A special type of PropertyResourceBundle support |
| TranslatableGUIElement |
Provides a common interface for translatable GUI element generation Requires
an appropriate resource file containing the message translations. |
| Translator |
Provides internationalization by translating messages. |