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

C

cache - Variable in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Used to cache the contents of directories.
cancelEditing() - Method in class de.schlichtherle.truezip.file.swing.TFileTree
 
canRead() - Method in class de.schlichtherle.truezip.file.TFile
 
canWrite() - Method in class de.schlichtherle.truezip.file.TFile
 
cat(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the data from the given input stream to the given output stream without closing them.
catFrom(InputStream) - Method in class de.schlichtherle.truezip.file.TFile
Copies the input stream in to this file or entry in an archive file without closing the input stream.
catTo(OutputStream) - Method in class de.schlichtherle.truezip.file.TFile
Copies this file or entry in an archive file to the output stream out without closing it.
CLASS_NAME - Static variable in class de.schlichtherle.truezip.file.swing.TFileView
 
COLLATOR - Static variable in class de.schlichtherle.truezip.file.swing.TFileTree
A collator for file names which considers case according to the platform's standard.
comparator - Variable in class de.schlichtherle.truezip.file.swing.TFileTreeModel
A comparator for TFile or super classes.
compare(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree.FileComparator
 
compareTo(File) - Method in class de.schlichtherle.truezip.file.TFile
The implementation in the class TFile delegates the call to its decorated file.
contains(File) - Method in class de.schlichtherle.truezip.file.TFile
Returns true if and only if the path represented by this instance contains the path represented by the specified file, where a path is said to contain another path if and only if it is equal or a parent of the other path.
contains(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
Returns true if and only if the path represented by a contains the path represented by b, where a path is said to contain another path if and only if it is equal or a parent of the other path.
contains(File, File) - Static method in class de.schlichtherle.truezip.file.TIO
Returns true if and only if the path represented by a contains the path represented by b, where a path is said to contain another path if and only if it is equal or a parent of the other path.
controller - Variable in class de.schlichtherle.truezip.file.swing.TFileTree
 
controller - Variable in class de.schlichtherle.truezip.file.TFile
This refers to the file system controller if and only if this file is located within a federated file system, otherwise it's null.
convert(File[], TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
 
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
 
copy(boolean, File, File) - Static method in class de.schlichtherle.truezip.file.TIO
Copies a single source file to a destination file.
copy0(boolean, File, File) - Static method in class de.schlichtherle.truezip.file.TIO
Unchecked parameters version.
copyAll(boolean, File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TIO
Recursively copies the source directory tree or file to the destination directory tree or file.
copyAll0(boolean, File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TIO
Unchecked parameters version.
copyAllFrom(File) - Method in class de.schlichtherle.truezip.file.TFile
Recursively copies the file or directory src to this file or directory.
copyAllFrom(File, TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TFile
Recursively copies the file or directory src to this file or directory.
copyAllFrom(File, TArchiveDetector, TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TFile
Recursively copies the file or directory src to this file or directory.
copyAllTo(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the recursively copied node is selected and visible.
copyAllTo(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Copies oldNode to node recursively and updates the tree accordingly.
copyAllTo(File) - Method in class de.schlichtherle.truezip.file.TFile
Recursively copies this file or directory to the file or directory dst.
copyAllTo(File, TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TFile
Recursively copies this file or directory to the file or directory dst.
copyAllTo(File, TArchiveDetector, TArchiveDetector) - Method in class de.schlichtherle.truezip.file.TFile
Recursively copies this file or directory to the file or directory dst.
copyFrom(TFile, InputStream) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
copyFrom(TFile, InputStream) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Creates node as a new file with the contents read from in and updates the tree accordingly.
copyFrom(InputStream) - Method in class de.schlichtherle.truezip.file.TFile
Copies the input stream in to this file and closes it.
copyFrom(File) - Method in class de.schlichtherle.truezip.file.TFile
Copies the file src to this file.
copyTo(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
copyTo(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Copies oldNode to node and updates the tree accordingly.
copyTo(OutputStream) - Method in class de.schlichtherle.truezip.file.TFile
Copies this file to the output stream out and closes it.
copyTo(File) - Method in class de.schlichtherle.truezip.file.TFile
Copies this file to the file dst.
cp(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the data from the given input stream to the given output stream and always closes both streams - even if an exception occurs.
cp(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
Copies src to dst.
cp_p(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
Copies src to dst and tries to preserve all attributes of the source file to the destination file, too.
createFileObject(File, String) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
 
createFileObject(String) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
 
createFileObject(File, String) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
Creates a ZIP enabled file where necessary only, otherwise the file system view delegate is used to create the file.
createFileObject(String) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
Creates a ZIP enabled file where necessary only, otherwise the file system view delegate is used to create the file.
createFileObject(File) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
Creates a ZIP enabled file where necessary only, otherwise the file is simply returned.
createFileSystemRoot(File) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
The implementation in the class TDecoratingFileSystemView determines if the delegate is an instance of this class.
createNewFile(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the newly created file is selected and visible.
createNewFile(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Creates node as a new file in the file system and updates the tree accordingly.
createNewFile() - Method in class de.schlichtherle.truezip.file.TFile
Creates a new, empty file similar to its superclass implementation.
createNewFolder(File) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
 
createNewFolder(File) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
 

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.