public final class Localizers
extends java.lang.Object
Localizer
instances used for
various objects.Modifier and Type | Class and Description |
---|---|
static class |
Localizers.ActionLocalizer
A
Localizer that localizes objects of type
Action . |
static class |
Localizers.ButtonLocalizer
A
Localizer that localizes objects of type
AbstractButton using the AbstractButton.setText(String)
and JComponent.setToolTipText(String) methods. |
static class |
Localizers.DialogLocalizer
A
RegisteringLocalizer that internally maps
Dialog objects to String keys that are used
to fetch localized String objects when localizing
a certain Dialog via Dialog.setTitle(String) . |
static class |
Localizers.DomainAwareLocalizer |
static class |
Localizers.EmptyLocalizer
A
Localizer that does nothing. |
static class |
Localizers.EmptyRegisteringLocalizer
A
Localizer that does nothing. |
static class |
Localizers.FrameLocalizer
A
RegisteringLocalizer that internally maps
Frame objects to String keys that are used
to fetch localized String objects when localizing
a certain Frame via Frame.setTitle(String) . |
static class |
Localizers.GenericLocalizer
Special implementation of the
RegisteringLocalizer interface
that makes use of Localizers.LocalizationAccessDescriptor instances to
access registered objects in terms of localization. |
static class |
Localizers.LabelLocalizer
A
Localizer that localizes objects of type
JLabel using the JLabel.setText(String)
and JComponent.setToolTipText(String) methods. |
static class |
Localizers.LocalizationAccessDescriptor
Helper class to store access information for a certain
object in terms of localization.
|
static class |
Localizers.PopupLocalizer
A
Localizer that localizes objects of type
JPopupMenu using the JPopupMenu.setLabel(String)
and JComponent.setToolTipText(String) methods. |
static class |
Localizers.TextComponentLocalizer
A
Localizer that localizes objects of type
JTextComponent using the JTextComponent#setLabel(String)
and JComponent.setToolTipText(String) methods. |
Modifier and Type | Field and Description |
---|---|
static Localizer |
actionLocalizer |
static Localizer |
buttonLocalizer |
static RegisteringLocalizer |
dialogLocalizer |
static Localizers.EmptyLocalizer |
emptyLocalizer |
static RegisteringLocalizer |
emptyRegisteringLocalizer |
static RegisteringLocalizer |
frameLocalizer |
static RegisteringLocalizer |
genericLocalizer |
static Localizer |
labelLocalizer |
static Localizer |
popupLocalizer |
static Localizer |
textComponentLocalizer |
public static final Localizers.EmptyLocalizer emptyLocalizer
public static final RegisteringLocalizer emptyRegisteringLocalizer
public static final Localizer labelLocalizer
public static final Localizer buttonLocalizer
public static final Localizer popupLocalizer
public static final Localizer textComponentLocalizer
public static final Localizer actionLocalizer
public static final RegisteringLocalizer frameLocalizer
public static final RegisteringLocalizer dialogLocalizer
public static RegisteringLocalizer genericLocalizer