- TDecoratingFileSystemView - Class in net.java.truevfs.access.swing
-
A decorator for a file system view.
- TDecoratingFileSystemView(FileSystemView) - Constructor for class net.java.truevfs.access.swing.TDecoratingFileSystemView
-
Creates a new decorating file system view.
- TDecoratingFileView - Class in net.java.truevfs.access.swing
-
A decorator for a file view.
- TDecoratingFileView(FileView) - Constructor for class net.java.truevfs.access.swing.TDecoratingFileView
-
Constructs a new decorating file view.
- TFileChooser - Class in net.java.truevfs.access.swing
-
A custom JFileChooser which supports browsing archive files
like (virtual) directories.
- TFileChooser() - Constructor for class net.java.truevfs.access.swing.TFileChooser
-
- TFileChooser(TFile) - Constructor for class net.java.truevfs.access.swing.TFileChooser
-
- TFileChooser(TFileSystemView) - Constructor for class net.java.truevfs.access.swing.TFileChooser
-
- TFileChooser(TFile, TFileSystemView) - Constructor for class net.java.truevfs.access.swing.TFileChooser
-
- TFileSystemView - Class in net.java.truevfs.access.swing
-
A custom file system fsv required to browse archive files like (virtual)
directories with a JFileChooser.
- TFileSystemView() - Constructor for class net.java.truevfs.access.swing.TFileSystemView
-
- TFileSystemView(FileSystemView) - Constructor for class net.java.truevfs.access.swing.TFileSystemView
-
- TFileSystemView(FileSystemView, TArchiveDetector) - Constructor for class net.java.truevfs.access.swing.TFileSystemView
-
- TFileTree - Class in net.java.truevfs.access.swing
-
A custom JTree to browse files and directories.
- TFileTree() - Constructor for class net.java.truevfs.access.swing.TFileTree
-
Creates an empty TFileTree with no root.
- TFileTree(TFile) - Constructor for class net.java.truevfs.access.swing.TFileTree
-
Creates a new TFileTree which traverses the given
root root file.
- TFileTree(TFileTreeModel) - Constructor for class net.java.truevfs.access.swing.TFileTree
-
- TFileTreeModel - Class in net.java.truevfs.access.swing
-
A TreeModel which traverses TFile instances.
- TFileTreeModel(TFile, FileFilter, Comparator<? super TFile>) - Constructor for class net.java.truevfs.access.swing.TFileTreeModel
-
Creates a new TFileTreeModel which browses the specified
root file.
- TFileView - Class in net.java.truevfs.access.swing
-
An archive enabled file view.
- TFileView(FileView) - Constructor for class net.java.truevfs.access.swing.TFileView
-
Creates a new archive enabled file view.
- TNullFileView - Class in net.java.truevfs.access.swing
-
Extends FileView in order to make it instantiable.
- TNullFileView() - Constructor for class net.java.truevfs.access.swing.TNullFileView
-
- toString() - Method in class net.java.truevfs.access.swing.TDecoratingFileSystemView
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class net.java.truevfs.access.swing.TDecoratingFileView
-
Returns a string representation of this object for debugging and logging
purposes.