A B C D E F G H I L M N O P Q R S T U V W X 

L

LB_REGEX - Static variable in class net.pandoragames.far.ui.model.FARForm
A regular expression that, if put between the line end and line start matchers "$" and "^", matches all unicode line break characters (except form feed).
length() - Method in class net.pandoragames.util.file.FileBuffer
LINEBREAKCHARS - Static variable in class net.pandoragames.util.file.LineNumberIndexReader
Holds the characters '\n','\r','…','
' and '
' .
LineNumberIndexReader - Class in net.pandoragames.util.file
A reader that keeps track of line breaks.
LineNumberIndexReader(Reader) - Constructor for class net.pandoragames.util.file.LineNumberIndexReader
 
LineSeparator - Enum in net.pandoragames.far.ui.model
Line separator characters.
LinkButton - Class in net.pandoragames.far.ui.swing.component
A button with the visual Layout of a Hyperlink.
LinkButton(String) - Constructor for class net.pandoragames.far.ui.swing.component.LinkButton
Constructor that takes the button label.
LinkButton(String, boolean, boolean) - Constructor for class net.pandoragames.far.ui.swing.component.LinkButton
Fully featured constructor with font properties
LinkButton(Action) - Constructor for class net.pandoragames.far.ui.swing.component.LinkButton
Constructor that takes the button Action.
listAll() - Method in class net.pandoragames.far.ui.model.MimeRegistry
Returns a list of all registered mime types.
ListFile - Class in net.pandoragames.util.file
Reads and writes lists of Strings from and to files.
ListFile(File) - Constructor for class net.pandoragames.util.file.ListFile
 
listFileExtensions() - Method in class net.pandoragames.far.ui.model.MimeType
Returns the list of file extensions associated with this mime type.
listFiles(Pattern, File) - Method in class net.pandoragames.far.FileSelector
Returns the set of files under the indicated directory that matches the specified file name pattern.
listFiles(Pattern, File, Date, Date, Pattern) - Method in class net.pandoragames.far.FileSelector
Returns the set of files under the indicated directory that matches the specified file name pattern.
ListItem<T> - Class in net.pandoragames.far.ui.swing.component
A simple label-value pair for swing lists.
ListItem(String, T) - Constructor for class net.pandoragames.far.ui.swing.component.ListItem
Constructor takes label and value.
listRows() - Method in class net.pandoragames.far.ui.swing.component.FileSetTableModel
Returns the entire row set
load(O, Properties) - Method in class net.pandoragames.far.ui.model.FormPropertySet
Reads the properties from the map into the form object.
load() - Method in class net.pandoragames.util.file.ListFile
Loads the list from the file specified with the constructor.
loadConfig(FARConfig) - Method in class net.pandoragames.far.ui.FARConfigurationFactory
Adds stored information to the configuration object.
loadFile() - Method in class net.pandoragames.far.ui.swing.dialog.FileEditor
Loads the target file into the components text area, using the indicated character set.
loadFile() - Method in class net.pandoragames.far.ui.swing.dialog.FileView
Loads the target file into the components text area, using the indicated character set.
loadFile() - Method in class net.pandoragames.far.ui.swing.dialog.FileViewBase
Implement this to load the target file into the respective TextComponent, using the character set defined by this.getCharset().
loadFile() - Method in class net.pandoragames.far.ui.swing.dialog.MatchView
Loads the target file into the components text area, using the indicated character set.
loadForm(InputStream) - Method in interface net.pandoragames.far.ui.model.FormLoader
Loads the form from a stream.
loadForm(InputStream) - Method in class net.pandoragames.far.ui.model.StandardFormLoader
Loads the form from a stream.
loadForm(FARForm, boolean) - Method in class net.pandoragames.far.ui.swing.component.ContentSearchPanel
Copies the content of the specified form into this component and the underlying data model.
LoadFormDialog - Class in net.pandoragames.far.ui.swing.dialog
Dialog to load a previously saved operation form.
LoadFormDialog(JFrame, FindForm, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.LoadFormDialog
 
LoadFormDialog(JFrame, ReplaceForm, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.LoadFormDialog
 
LoadFormDialog(JFrame, ExtractForm, SwingConfig) - Constructor for class net.pandoragames.far.ui.swing.dialog.LoadFormDialog
 
loadFromProperties(Properties) - Method in class net.pandoragames.far.ui.FARConfig
Loads the base and the backupd directory from a Properties object.
loadFromProperties(Properties) - Method in class net.pandoragames.far.ui.swing.SwingConfig
Overwrites the super implementation to load the default file info propery.
loadList() - Method in class net.pandoragames.util.file.ObjectListFile
Loads and returns a list of objects from the file specified with the constructor.
LocalizableText - Class in net.pandoragames.util.i18n
This object represents a little piece of textual information that can be transformed from some application internal code into a human readable text of a specific language, say it can be localized.
LocalizableText(String) - Constructor for class net.pandoragames.util.i18n.LocalizableText
Creates a new instance withe the specified message code
LocalizableText(String, Object) - Constructor for class net.pandoragames.util.i18n.LocalizableText
Creates a new instance withe the specified message code and one replace ment value.
LocalizableText(String, Object[]) - Constructor for class net.pandoragames.util.i18n.LocalizableText
Creates a new instance withe the specified message code and any number of replacement values.
localize(String) - Method in class net.pandoragames.util.i18n.BundleLocalizer
Returns some locale specific, human readable text for the specified code, or the code unchanged if no such translation could be done,
localize(String) - Method in class net.pandoragames.util.i18n.DefaultLocalizer
Returns some locale specific, human readable text for the specified code, or the code unchanged if no such translation could be done,
localize(Date) - Method in class net.pandoragames.util.i18n.DummyLocalizer
Formats the date to "dd.MM.yyyy"
localize(Date, String) - Method in class net.pandoragames.util.i18n.DummyLocalizer
This implementatio ignore the pattern code and returns the same String as the localize( Date ) method.
localize(double, int) - Method in class net.pandoragames.util.i18n.DummyLocalizer
Returns the double as a string with the specified number of digits and the dot (.) as decimal seperator.
localize(long) - Method in class net.pandoragames.util.i18n.DummyLocalizer
Returns the long as a string
localize(String, Object) - Method in class net.pandoragames.util.i18n.DummyLocalizer
Returns the code itself and ignores any replacement value
localize(String, Object[]) - Method in class net.pandoragames.util.i18n.DummyLocalizer
Returns the code itself and ignores any replacement value
localize(String) - Method in class net.pandoragames.util.i18n.DummyLocalizer
Returns the code it self.
localize(Localizer) - Method in class net.pandoragames.util.i18n.LocalizableText
Trys to translate the code into some human readable text using the specified Localizer.
localize(String) - Method in interface net.pandoragames.util.i18n.Localizer
Returns some locale specific, human readable text for the specified code, or the code unchanged if no such translation could be done,
localize(String, Object) - Method in interface net.pandoragames.util.i18n.Localizer
Returns some locale specific, human readable text for the specified code, filled with the specified replacement value using java.text.MessageFormat syntax.
localize(String, Object[]) - Method in interface net.pandoragames.util.i18n.Localizer
Returns some locale specific, human readable text for the specified code, filled with the specified replacement values using java.text.MessageFormat syntax.
localize(long) - Method in interface net.pandoragames.util.i18n.Localizer
Returns a String representing the specified long value and rendered for the currently used Locale of this Localizer instance.
localize(double, int) - Method in interface net.pandoragames.util.i18n.Localizer
Renders the specified double value with exactly the number of specified digits and according to the rulse imposed by the currently used Locale object of this Localizer instance.
localize(Date, String) - Method in interface net.pandoragames.util.i18n.Localizer
Returns a String representing the specified Date object using the format pattern that is represented by the specified code.
localize(String, Object) - Method in class net.pandoragames.util.i18n.LocalizerBase
Returns some locale specific, human readable text for the specified code, filled with the specified replacement value using java.text.MessageFormat syntax.
localize(String, Object[]) - Method in class net.pandoragames.util.i18n.LocalizerBase
Returns some locale specific, human readable text for the specified code, filled with the specified replacement values using java.text.MessageFormat syntax.
localize(long) - Method in class net.pandoragames.util.i18n.LocalizerBase
Returns a String representing the specified long value and rendered for the currently used Locale of this Localizer instance.
localize(double, int) - Method in class net.pandoragames.util.i18n.LocalizerBase
Renders the specified double value with exactly the number of specified digits and according to the rulse imposed by the currently used Locale object of this Localizer instance.
localize(Date, String) - Method in class net.pandoragames.util.i18n.LocalizerBase
Returns a String representing the specified Date object using the format pattern that is represented by the specified code.
localizer - Variable in class net.pandoragames.far.ui.swing.component.listener.AbstractFileUpdaterListener
The Localizer supplied with the constructor, available for inheriting classes.
localizer - Variable in class net.pandoragames.far.ui.swing.dialog.config.ConfigPanel
 
localizer - Variable in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
Localizer for label codes.
Localizer - Interface in net.pandoragames.util.i18n
This interface describes how to bundle standard support for the locale sensitive rendering of Java objects and application internal message codes in the form of human readable text, brief, for "localization".
LocalizerBase - Class in net.pandoragames.util.i18n
Base class for simple Localizer implementations.
LocalizerBase(Locale) - Constructor for class net.pandoragames.util.i18n.LocalizerBase
 
logger - Variable in class net.pandoragames.far.ui.FARConfig
 
logger - Variable in class net.pandoragames.far.ui.SimpleFileNamePattern
Never leave without a logger.
logger - Variable in class net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener
 
logger - Variable in class net.pandoragames.far.ui.swing.dialog.config.ConfigPanel
 
logger - Variable in class net.pandoragames.far.ui.swing.dialog.SubWindow
 
A B C D E F G H I L M N O P Q R S T U V W X