Package de.schlichtherle.io.swing

Swing GUI classes to browse the file system, including archive files.

See:
          Description

Class Summary
FileComboBoxBrowser Subclasses AbstractComboBoxBrowser to complete relative and absolute path names of files and directories.
FileSystemView A custom file system view required to browse archive files like (virtual) directories with a JFileChooser.
JFileChooser A custom JFileChooser which supports browsing archive files like (virtual) directories.
JFileTree A custom JTree to browse files and directories.
 

Package de.schlichtherle.io.swing Description

Swing GUI classes to browse the file system, including archive files. Unless otherwise noted, the classes in this package just require File instances, but automatically benefit from the advanced features available with File instances. This enables convenient browsing of files of any supported archive type as if they were (virtual) directories.