Package ti.chimera.fs

Interface Summary
FileSystemTreeModel.FileSystemTreeFilter Filter which controls what files are visible in the model.
 

Class Summary
FileSystemTreeModel Class that makes a TreeModel of the file system AbstractFileSystem.
FileSystemTreeModel.FileSystemNode Because the AbstractFileSystem.children() can be expensive, we cache the results in the FileSystemNode.
FileSystemTreeModel.FileSystemTreeCellRenderer A TreeCellRenderer that uses the icons set with #setFileIcon.
FileSystemTreeModel.FileSystemTreeExpansionListener A TreeExpansionListener which helps the TreeModel track what files are visible, so that the model can make intelligent choices about what files to watch (poll) for changes.
FileSystemTreeTableModel FileSystemTreeTableModel is the adapter that makes a FileSystemTreeModel look like what the TreeTable wants it to look like.