- PADDING - Static variable in class net.pandoragames.far.ui.swing.SwingConfig
-
Constant for component padding.
- parse(InputStream) - Method in class net.pandoragames.far.ui.MimeConfParser
-
Read the mime type definition from xml.
- parse(String) - Method in class net.pandoragames.util.file.ObjectListFile
-
Implement this method to reconstruct an object from its serialised form.
- parseDate(String, Properties) - Method in class net.pandoragames.far.ui.model.FormPropertySet
-
- parseDate(String) - Method in class net.pandoragames.util.i18n.DummyLocalizer
-
Expects "dd.MM.yyyy" as date format
- parseDate(String, String) - Method in class net.pandoragames.util.i18n.DummyLocalizer
-
Returns the java.util.Date object that is represented by the specified String.
- parseDate(String, String) - Method in interface net.pandoragames.util.i18n.Localizer
-
Returns the java.util.Date object that is represented by the specified String.
- parseDate(String, String) - Method in class net.pandoragames.util.i18n.LocalizerBase
-
Returns the java.util.Date object that is represented by the specified String.
- parseDouble(String) - Method in class net.pandoragames.util.i18n.DummyLocalizer
-
Parses the string into a Double as by new Double( String )
- parseDouble(String) - Method in interface net.pandoragames.util.i18n.Localizer
-
Returns the double value that is represented by the specified String, or throws
a ParseException if parsing fails.
- parseDouble(String) - Method in class net.pandoragames.util.i18n.LocalizerBase
-
Returns the double value that is represented by the specified String, or throws
a ParseException if parsing fails.
- parseInt(String) - Method in class net.pandoragames.util.i18n.DummyLocalizer
-
Parses the string into an Integer as by new Integer( String )
- parseInt(String) - Method in interface net.pandoragames.util.i18n.Localizer
-
Returns the int value that is represented by the specified String, or throws
a ParseException if parsing fails.
- parseInt(String) - Method in class net.pandoragames.util.i18n.LocalizerBase
-
Returns the int value that is represented by the specified String, or throws
a ParseException if parsing fails.
- parseLong(String) - Method in class net.pandoragames.util.i18n.DummyLocalizer
-
Parses the string into a Long as by new Long( String )
- parseLong(String) - Method in interface net.pandoragames.util.i18n.Localizer
-
Returns the long value that is represented by the specified String, or throws
a ParseException if parsing fails.
- parseLong(String) - Method in class net.pandoragames.util.i18n.LocalizerBase
-
Returns the long value that is represented by the specified String, or throws
a ParseException if parsing fails.
- PatternException - Exception in net.pandoragames.far
-
Exception that indicates an invalid search pattern or
invalid regular expression.
- PatternException(String, String) - Constructor for exception net.pandoragames.far.PatternException
-
Standard constructor.
- PatternException(String, Throwable) - Constructor for exception net.pandoragames.far.PatternException
-
Constructor for underlying java.util.regex.PatternSyntaxException
or java.text.ParseException
.
- PatternFilter - Class in net.pandoragames.far
-
Filters for files that match a particular RegEx pattern.
- PatternFilter(File, boolean, Pattern) - Constructor for class net.pandoragames.far.PatternFilter
-
Specifies the matching conditions for this filter.
- placeOnScreen(Point) - Method in class net.pandoragames.far.ui.swing.dialog.SubWindow
-
Positions this FileWindow on the screen.
- PPT_BASEDIR - Static variable in class net.pandoragames.far.ui.FARConfig
-
Property name for base directory.
- PPT_BCKPDIR - Static variable in class net.pandoragames.far.ui.FARConfig
-
Property name for backup directory.
- PPT_BINARY - Static variable in class net.pandoragames.far.ui.FARConfig
-
Property name for process binary flag.
- PPT_FILEINFO - Static variable in class net.pandoragames.far.ui.swing.SwingConfig
-
Property name for default file info.
- PPT_GROUPREF - Static variable in class net.pandoragames.far.ui.FARConfig
-
Property name for group reference indicator.
- PPT_LISTEXDIR - Static variable in class net.pandoragames.far.ui.FARConfig
-
Property name for file list export directory.
- PPT_MATCH_SEPARATOR - Static variable in class net.pandoragames.far.ui.swing.SwingConfig
-
Property name for default match separator.
- PPT_PLAINBYTES - Static variable in class net.pandoragames.far.ui.swing.SwingConfig
-
Property name for default file info.
- PPT_UNKNOWN_AS_BINARY - Static variable in class net.pandoragames.far.ui.FARConfig
-
Property name for the treat-unknown-file-types-as-binary flag.
- PPT_VERSION - Static variable in class net.pandoragames.far.ui.FARConfig
-
Property name for version number.
- PPT_VIEW_BINARY - Static variable in class net.pandoragames.far.ui.swing.SwingConfig
-
Property name for binary file view.
- PPT_VIEW_TEXT - Static variable in class net.pandoragames.far.ui.swing.SwingConfig
-
Property name for text file view.
- preview(File, ReplacementString) - Method in class net.pandoragames.far.FileMatcher
-
Applies the regex pattern and the specified replacement string to the file and returns
the result as string.
- previous() - Method in class net.pandoragames.far.ui.swing.component.UndoHistory
-
Sets the text component to the previous snapshot in the
snapshot history if there is any.
- ProgressBarUpdater - Class in net.pandoragames.far.ui.swing.component.listener
-
Synchronises a JProgressBar Swing component.
- ProgressBarUpdater() - Constructor for class net.pandoragames.far.ui.swing.component.listener.ProgressBarUpdater
-
Default Constructor.
- ProgressBarUpdater(JProgressBar) - Constructor for class net.pandoragames.far.ui.swing.component.listener.ProgressBarUpdater
-
Constructor that takes the JProgressBar to be updated.
- ProgressListener - Interface in net.pandoragames.far.ui.model
-
Progress listener.
- PROPERTY_NAME_BASEDIR - Static variable in class net.pandoragames.far.ui.model.OperationForm
-
Used for PropertyChangeListener.
- propertyChange(PropertyChangeEvent) - Method in class net.pandoragames.far.ui.model.ExtractForm
-
Listens to changes of the baseDirectory property value.
- propertyChange(PropertyChangeEvent) - Method in class net.pandoragames.far.ui.model.ReplaceForm
-
Listens to changes of the baseDirectory property value.
- propertyChange(PropertyChangeEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.SearchBaseHasChangedListener
- putValue(String, Object) - Method in class net.pandoragames.far.ui.swing.component.listener.CommandRename