Package | Description |
---|---|
net.pandoragames.far.ui |
The user interface layer.
|
net.pandoragames.far.ui.model |
UI model classes.
|
net.pandoragames.far.ui.swing |
The main package for application user.
|
net.pandoragames.far.ui.swing.component |
Swing UI components.
|
net.pandoragames.far.ui.swing.component.listener |
Listener classes.
|
net.pandoragames.far.ui.swing.dialog |
Various subwindows.
|
net.pandoragames.far.ui.swing.dialog.config |
Configuration dialogs.
|
net.pandoragames.util.i18n |
Classes from the util.i18n collection needed in FAR.
|
Modifier and Type | Method and Description |
---|---|
Localizer |
FARConfig.getLocalizer()
Returns the Localizer to be used for labels and messages.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FilePropertiesFormater.formatBytes(long bytes,
Localizer localizer)
Formats bytes in a human readable form as kB, MB or GB.
|
void |
FARConfig.setLocalizer(Localizer localizer)
Sets the Localizer to be used.
|
void |
UIBean.setLocalizer(Localizer localizer)
Sets the Localizer instance to be used for translations.
|
Modifier and Type | Method and Description |
---|---|
static void |
CharacterUtil.reportIllegalCharacter(char[] text,
int offset,
int length,
java.nio.charset.CharsetEncoder encoder,
int firstLine,
MessageBox messageBox,
Localizer localizer)
Find the position of the first illegal character for the present
encoding (if any) and write a suitable message to the message sink.
|
Modifier and Type | Method and Description |
---|---|
Localizer |
ComponentRepository.getLocalizer()
Localizer for translation of labels and messages.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSetTableModel.setLocalizer(Localizer localizer)
Sets the Localizer that should be used to translate the
column header.
|
Constructor and Description |
---|
FileSetTableModel(java.util.List<TargetFile> fileList,
Localizer localizer)
Must be instantiated with a non null file list and a Localizer instance.
|
SubdirPatternLink(FindForm data,
Localizer loco,
SearchBaseHasChangedListener sbListener,
javax.swing.JFrame baseWindow) |
Modifier and Type | Field and Description |
---|---|
protected Localizer |
AbstractFileUpdaterListener.localizer
The Localizer supplied with the constructor, available for inheriting classes.
|
Constructor and Description |
---|
AbstractFileUpdaterListener(FileSetTableModel model,
Localizer localizer)
The listener is instantiated with a reference to the current FileSetTableModel
and a Localizer.
|
CommandRename(UIFace uiBean,
Localizer localizer,
javax.swing.JFrame root) |
Modifier and Type | Field and Description |
---|---|
protected Localizer |
FileOperationDialog.localizer
Localizer for label codes.
|
Modifier and Type | Method and Description |
---|---|
protected Localizer |
FileViewBase.getLocalizer()
Returns the current localizer instance.
|
Modifier and Type | Field and Description |
---|---|
protected Localizer |
ConfigPanel.localizer |
Modifier and Type | Class and Description |
---|---|
class |
BundleLocalizer
ResourceBundle based implementation of the Localizer interface.
|
class |
DefaultLocalizer
This default instance of the Localizer interface reads it replacement codes
from some property file (or object).
|
class |
DummyLocalizer
Dummy Localizer implementation if no specific Localizer is set.
|
class |
LocalizerBase
Base class for simple Localizer implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalizableText.localize(Localizer loco)
Trys to translate the code into some human readable text using the specified
Localizer.
|