TrueZIP File* 7.0-rc1
A B C D E F G H I L M N O P R S T U V W

T

TArchiveDetector - Interface in de.schlichtherle.truezip.file
Detects prospective archive files (i.e. prospective federated file systems) solely by scanning file path names - usually by testing for file name suffixes like .zip etc.
TContainsFileException - Exception in de.schlichtherle.truezip.file
Thrown to indicate that two paths are referring to the same file or contain each other.
TContainsFileException(File, File) - Constructor for exception de.schlichtherle.truezip.file.TContainsFileException
 
TDecoratingFileSystemView - Class in de.schlichtherle.truezip.file.swing
A decorator for a file system view.
TDecoratingFileSystemView(FileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
Creates a new decorating file system view.
TDecoratingFileView - Class in de.schlichtherle.truezip.file.swing
A decorator for a file view.
TDecoratingFileView(FileView) - Constructor for class de.schlichtherle.truezip.file.swing.TDecoratingFileView
Constructs a new decorating file view.
TDefaultArchiveDetector - Class in de.schlichtherle.truezip.file
An archive detector which matches file paths against a pattern of file suffixes in order to detect prospective archive files (i.e. prospective federated file systems) and look up their corresponding file system driver using a file system driver service.
TDefaultArchiveDetector(String) - Constructor for class de.schlichtherle.truezip.file.TDefaultArchiveDetector
Equivalent to new TDefaultArchiveDetector(FsDriverLocator.SINGLETON, suffixes).
TDefaultArchiveDetector(FsDriverService, String) - Constructor for class de.schlichtherle.truezip.file.TDefaultArchiveDetector
Constructs a new TDefaultArchiveDetector by filtering the given driver service for all canonicalized suffixes in the suffixes list.
TDefaultArchiveDetector(String, FsDriver) - Constructor for class de.schlichtherle.truezip.file.TDefaultArchiveDetector
Equivalent to TDefaultArchiveDetector(TDefaultArchiveDetector.NULL, suffixes, driver).
TDefaultArchiveDetector(FsDriverService, String, FsDriver) - Constructor for class de.schlichtherle.truezip.file.TDefaultArchiveDetector
Constructs a new TDefaultArchiveDetector by decorating the configuration of delegate with mappings for all canonicalized suffixes in suffixes to driver.
TDefaultArchiveDetector(FsDriverService, Object[][]) - Constructor for class de.schlichtherle.truezip.file.TDefaultArchiveDetector
Creates a new TDefaultArchiveDetector by decorating the configuration of delegate with mappings for all entries in config.
TDefaultArchiveDetector(FsDriverService, Map<FsScheme, FsDriver>) - Constructor for class de.schlichtherle.truezip.file.TDefaultArchiveDetector
Constructs a new TDefaultArchiveDetector by decorating the configuration of delegate with mappings for all entries in config.
TFile - Class in de.schlichtherle.truezip.file
A replacement for its subclass which provides transparent read/write access to archive files and their entries as if they were (virtual) directories and files.
TFile(File) - Constructor for class de.schlichtherle.truezip.file.TFile
Copy constructor.
TFile(File, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance which may use the given TArchiveDetector to detect any archive files in its path.
TFile(String) - Constructor for class de.schlichtherle.truezip.file.TFile
Equivalent to new TFile(path, getDefaultArchiveDetector()).
TFile(String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path.
TFile(String, String) - Constructor for class de.schlichtherle.truezip.file.TFile
Equivalent to new TFile(parent, child, getDefaultArchiveDetector()).
TFile(String, String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path.
TFile(File, String) - Constructor for class de.schlichtherle.truezip.file.TFile
Equivalent to new TFile(parent, child, null).
TFile(File, String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path and configure their parameters.
TFile(URI) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance from the given uri.
TFile(FsPath) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance from the given path.
TFile(FsPath, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
 
TFile(FsMountPoint, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
 
TFile(File, TFile, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
 
TFileBeanInfo - Class in de.schlichtherle.truezip.file
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
TFileBeanInfo() - Constructor for class de.schlichtherle.truezip.file.TFileBeanInfo
 
TFileChooser - Class in de.schlichtherle.truezip.file.swing
A custom TFileChooser which supports browsing archive files like (virtual) directories.
TFileChooser() - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
 
TFileChooser(TFile) - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
 
TFileChooser(TFileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
 
TFileChooser(TFile, TFileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
 
TFileInputStream - Class in de.schlichtherle.truezip.file
A replacement for FileInputStream for reading plain old files or entries in an archive file.
TFileInputStream(String) - Constructor for class de.schlichtherle.truezip.file.TFileInputStream
Constructs a new input stream for reading plain old files or entries in an archive file.
TFileInputStream(File) - Constructor for class de.schlichtherle.truezip.file.TFileInputStream
Constructs a new input stream for reading plain old files or entries in an archive file.
TFileOutputStream - Class in de.schlichtherle.truezip.file
A replacement for FileOutputStream for writing plain old files or entries in an archive file.
TFileOutputStream(String) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
Constructs a new output stream for writing plain old files or entries in an archive file.
TFileOutputStream(String, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
Constructs a new output stream for writing plain old files or entries in an archive file.
TFileOutputStream(File) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
Constructs a new output stream for writing plain old files or entries in an archive file.
TFileOutputStream(File, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
Constructs a new output stream for writing plain old files or entries in an archive file.
TFileReader - Class in de.schlichtherle.truezip.file
A replacement for FileReader for reading plain old files or entries in an archive file.
TFileReader(TFile) - Constructor for class de.schlichtherle.truezip.file.TFileReader
 
TFileSystemView - Class in de.schlichtherle.truezip.file.swing
A custom file system view required to browse archive files like (virtual) directories with a JFileChooser.
TFileSystemView() - Constructor for class de.schlichtherle.truezip.file.swing.TFileSystemView
 
TFileSystemView(FileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileSystemView
 
TFileSystemView(FileSystemView, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.swing.TFileSystemView
 
TFileTree - Class in de.schlichtherle.truezip.file.swing
A custom JTree to browse files and directories.
TFileTree() - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree
Creates an empty TFileTree with no root.
TFileTree(TFile) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree
Creates a new TFileTree which traverses the given root root file.
TFileTree(TFileTreeModel) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree
Creates a new TFileTree which traverses the given TFileTreeModel.
TFileTree.Controller - Class in de.schlichtherle.truezip.file.swing
 
TFileTree.Controller() - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree.Controller
 
TFileTree.FileComparator - Class in de.schlichtherle.truezip.file.swing
Compares two files by their status and path name, so that directories are always ordered before other files.
TFileTree.FileComparator() - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree.FileComparator
 
TFileTreeCellRenderer - Class in de.schlichtherle.truezip.file.swing
A tree cell renderer which uses an instance of TFileSystemView to display the system icon for each node in a TFileTree if required.
TFileTreeCellRenderer(TFileTree) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTreeCellRenderer
 
TFileTreeModel - Class in de.schlichtherle.truezip.file.swing
A TreeModel which traverses TFile instances.
TFileTreeModel(TFile, FileFilter, Comparator<? super TFile>) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTreeModel
Creates a new TFileTreeModel which browses the specified root file.
TFileView - Class in de.schlichtherle.truezip.file.swing
An archive enabled file view.
TFileView(FileView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileView
Creates a new archive enabled file view.
TFileWriter - Class in de.schlichtherle.truezip.file
A replacement for FileWriter for writing plain old files or entries in an archive file.
TFileWriter(TFile) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
 
TFileWriter(TFile, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
 
ThreadLocalMatcher - Class in de.schlichtherle.truezip.file
A thread local Matcher.
ThreadLocalMatcher(Pattern) - Constructor for class de.schlichtherle.truezip.file.ThreadLocalMatcher
Constructs a new thread local matcher by using the given pattern.
TIO - Class in de.schlichtherle.truezip.file
Provides fast bulk I/O operations for Files and TFiles.
TIO() - Constructor for class de.schlichtherle.truezip.file.TIO
You cannot instantiate this class.
TNullFileView - Class in de.schlichtherle.truezip.file.swing
Extends its super class in order to make it instantiable.
TNullFileView() - Constructor for class de.schlichtherle.truezip.file.swing.TNullFileView
 
toFsPath() - Method in class de.schlichtherle.truezip.file.TFile
 
toString() - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
Returns a string representation of this object for debugging and logging purposes.
toString() - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileView
Returns a string representation of this object for debugging and logging purposes.
toString() - Method in class de.schlichtherle.truezip.file.TDefaultArchiveDetector
Returns the canonical suffix list for all federated file system types recognized by this TDefaultArchiveDetector.
toString() - Method in class de.schlichtherle.truezip.file.TFile
 
toURI() - Method in class de.schlichtherle.truezip.file.TFile
 
toURL() - Method in class de.schlichtherle.truezip.file.TFile
Deprecated. 
treeCollapsed(TreeExpansionEvent) - Method in class de.schlichtherle.truezip.file.swing.TFileTree.Controller
 
treeExpanded(TreeExpansionEvent) - Method in class de.schlichtherle.truezip.file.swing.TFileTree.Controller
 
typeDescription(File) - Static method in class de.schlichtherle.truezip.file.swing.TFileView
 

TrueZIP File* 7.0-rc1
A B C D E F G H I L M N O P R S T U V W
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.