| Interface | Description |
|---|---|
| LanguageConstants |
Languages supported by WebLaF interface by default.
|
| LanguageContainerMethods |
This interface provides a set of methods that should be added into containers that might contain translate-able components.
|
| LanguageKeyListener |
Specific language key changes listener.
|
| LanguageListener |
This listener is used to determine language and dictionary changes in LanguageManager.
|
| LanguageMethods |
This interface provides a set of methods that should be added into components that has translate-able text and support translation.
|
| TooltipLanguageSupport |
Interface for any custom component tooltip providers.
|
| Class | Description |
|---|---|
| LanguageAdapter |
Custom LanguageListener adapter.
|
| LanguageManager |
This manager allows you to quickly setup changeable language onto different components and to listen to application-wide language change
events.
|
| LanguageUpdaterComparator |
Special comparator for sorting LanguageUpdaters list.
|
| LanguageUtils |
This class provides a set of utilities to work with LanguageManager.
|
| LM |
This is short-named reference class for some basic LanguageManager methods.
|
| SwingTooltipLanguageSupport |
Swing tooltips language support.
|
| Exception | Description |
|---|---|
| LanguageException |
Special exception class used to display various language problems.
|