- TabEvent - Class in net.pandoragames.far.ui.swing.component.listener
-
- TabEvent(JTabbedPane, int, TabEvent.TAB_EVENT_TYPE) - Constructor for class net.pandoragames.far.ui.swing.component.listener.TabEvent
-
Counstructor.
- TabEvent.TAB_EVENT_TYPE - Enum in net.pandoragames.far.ui.swing.component.listener
-
- TABLE - Static variable in class net.pandoragames.far.ui.model.FileType
-
Tabular text data such as tab and csv.
- tableModel - Variable in class net.pandoragames.far.ui.swing.component.listener.AbstractFileOperationListener
-
The FileSetTableModel supplied with the constructor, available for inheriting classes.
- tableModel - Variable in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
-
Reference to current table model.
- TabListener - Interface in net.pandoragames.far.ui.swing.component.listener
-
- tabSelected(TabEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ActionPreview
-
Called when the components tab is selected.
- tabSelected(TabEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ActionView
-
Called when the components tab is selected.
- tabSelected(TabEvent) - Method in interface net.pandoragames.far.ui.swing.component.listener.TabListener
-
Called when the components tab is selected.
- tabUnselected(TabEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ActionPreview
-
Called when the components tab becomes unselected.
- tabUnselected(TabEvent) - Method in class net.pandoragames.far.ui.swing.component.listener.ActionView
-
Called when the components tab becomes unselected.
- tabUnselected(TabEvent) - Method in interface net.pandoragames.far.ui.swing.component.listener.TabListener
-
Called when the components tab becomes unselected.
- TargetFile - Class in net.pandoragames.far.ui.model
-
Data container for the files in a result list.
- TargetFile(File) - Constructor for class net.pandoragames.far.ui.model.TargetFile
-
Constructor requires a non null file object.
- TargetFileComparator - Class in net.pandoragames.far.ui.model
-
Comparator for TargetFile objects.
- TargetFileListTableCellRenderer - Class in net.pandoragames.far.ui.swing.component
-
Base functionality for the cell renderer of the file list table.
- TargetFileListTableCellRenderer() - Constructor for class net.pandoragames.far.ui.swing.component.TargetFileListTableCellRenderer
-
- TEXT - Static variable in class net.pandoragames.far.ui.model.FileType
-
Ancestor of all text file types.
- timeStamp(long) - Method in class net.pandoragames.far.ui.FilePropertiesFormater
-
Formats the long value as a human readable time
stamp using yyyy-MM-dd HH:mm as format.
- toBeEscaped - Variable in class net.pandoragames.far.ui.SimpleFileNamePattern
-
Set of characters that must be escaped when producing a regular expression.
- toRegexPattern() - Method in class net.pandoragames.far.ui.model.FileNamePattern
-
Returns the file name pattern as a java.util.regex.Pattern
regular expression.
- toString() - Method in class net.pandoragames.far.ReplacementString
-
Returns a string representation of this object, actually the canonical form of the replacement string.
- toString() - Method in class net.pandoragames.far.ui.model.FileNamePattern
-
Returns the pattern.
- toString() - Method in class net.pandoragames.far.ui.model.FileType
-
Returns "FileType:<Typ>".
- toString() - Method in class net.pandoragames.far.ui.model.MimeType
-
Returns the mime type name.
- toString() - Method in class net.pandoragames.far.ui.swing.component.ListItem
-
Returns the label for use in lists and combo boxes.
- toString() - Method in class net.pandoragames.util.file.FileBuffer
-
Returns a string containing the characters in this sequence in the same order as this sequence.
- toString() - Method in class net.pandoragames.util.i18n.LocalizableText
-
Returns the short name of this class followed by code and language
- TREAT_UNKNOWN_AS_BINARY - Static variable in class net.pandoragames.far.ui.model.FileType
-
Should files of unknown mime type be treated as binary (or as plain text)?
- treeCopyDialog(List<TargetFile>, FileSetTableModel, FindForm, MessageBox, SwingConfig, JFrame) - Static method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
-
Convenience method to create a Tree Copy dialog.
- treeCopyDialog(FileSetTableModel, FindForm, MessageBox, SwingConfig, JFrame) - Static method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
-
Convenience method to create a Tree Copy dialog.
- treeCopyDialog(int, int, FileSetTableModel, FindForm, MessageBox, SwingConfig, JFrame) - Static method in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
-
Convenience method to create a Tree Copy dialog.
- TwoComponentsPanel - Class in net.pandoragames.far.ui.swing.component
-
Provides space for two neighbouring components in a single line.
- TwoComponentsPanel(Component, Component) - Constructor for class net.pandoragames.far.ui.swing.component.TwoComponentsPanel
-
Create the line with the two components it shall hold.