- scan(TFile) - Method in class de.schlichtherle.truezip.file.TFile
-
Initialize this file object by scanning its path for archive
files, using the given ancestor file (i.e. a direct or
indirect parent file) if any.
- scan(TFile, TArchiveDetector, int, String, StringBuilder, Paths.Splitter) - Method in class de.schlichtherle.truezip.file.TFile
-
- scrollNodeToVisible(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- serialVersionUID - Static variable in class de.schlichtherle.truezip.file.swing.TFileChooser
-
- serialVersionUID - Static variable in class de.schlichtherle.truezip.file.swing.TFileTree.Controller
-
- serialVersionUID - Static variable in class de.schlichtherle.truezip.file.swing.TFileTree
-
- serialVersionUID - Static variable in class de.schlichtherle.truezip.file.swing.TFileTreeCellRenderer
-
- serialVersionUID - Static variable in class de.schlichtherle.truezip.file.TFile
-
- serialVersionUID - Static variable in class de.schlichtherle.truezip.file.TFileComparator
-
- setArchiveDetector(TArchiveDetector) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
-
Sets the archive detector to use.
- setArchiveDetector(TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TConfig
-
Sets the default
TArchiveDetector to use for scanning path
names for prospective archive files if no
TArchiveDetector has
been explicitly provided to a constructor.
- setDefaultArchiveDetector(TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
-
- setDefaultSuffix(String) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Setter for bound property defaultSuffixes.
- setDisplayingSuffixes(boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Setter for bound property displayingSuffixes.
- setEditable(boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- setEditingSuffixes(boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Setter for bound property editingSuffixes.
- setExpandedDescendants(Enumeration<TreePath>) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- setFileSystemView(FileSystemView) - Method in class de.schlichtherle.truezip.file.swing.TFileChooser
-
- setInputPreferences(BitField<FsInputOption>) - Method in class de.schlichtherle.truezip.file.TConfig
-
Sets the input preferences.
- setLastModified(long) - Method in class de.schlichtherle.truezip.file.TFile
-
Sets the last modification of this file or (virtual) directory.
- setLenient(boolean) - Method in class de.schlichtherle.truezip.file.TConfig
-
Sets the value of the property lenient.
- setLenient(boolean) - Static method in class de.schlichtherle.truezip.file.TFile
-
- setModel(TreeModel) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- setOutputPreferences(BitField<FsOutputOption>) - Method in class de.schlichtherle.truezip.file.TConfig
-
Sets the output preferences.
- setReadOnly() - Method in class de.schlichtherle.truezip.file.TFile
-
Like the super class implementation, but is aware of archive
files in its path.
- setSelectionNode(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- setSelectionNodes(TFile[]) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- setup() - Method in class de.schlichtherle.truezip.file.TApplication
-
Runs the setup phase.
- startEditingAtPath(TreePath) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- stopEditing() - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- structureChanged(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Reloads the tree structure for the given node.
- substPath(TreePath, TreePath, TreePath) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- suffixes - Variable in class de.schlichtherle.truezip.file.TArchiveDetector
-
The canonical string respresentation of the set of suffixes recognized
by this archive detector.
- sync() - Method in class de.schlichtherle.truezip.file.TApplication
-
Runs the sync phase.
- sync(BitField<FsSyncOption>) - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of all federated file
systems (i.e. prospective archive files) to their respective parent file
system, releases the associated resources (i.e. target archive files)
for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.
- sync(TFile, BitField<FsSyncOption>) - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of the federated file
system (i.e. prospective archive files) identified by archive
and all its member federated file systems to their respective parent
file system, releases the associated resources (i.e. target archive
files) for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.