Uses of Package
translator

Classes in translator used by translator
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
ResourceLocator
          This class encapsulates the loading of (almost) arbitrary resources.
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.