Package org.fife.ui.rtextfilechooser

A file chooser designed specifically for text files.

See:
          Description

Interface Summary
FileChooserOwner A class that has an RTextFileChooser.
FileSelector Interface for components that allow file selection.
 

Class Summary
Actions.AddToFavoritesAction Adds the currently-viewed directory to the file chooser "favorites."
Actions.CopyAction Copies any files selected in the file chooser's view.
Actions.DeleteAction Action that handles deleting files.
Actions.FileChooserAction Base class for all file chooser actions.
Actions.RefreshAction Refreshes the files displayed in the file chooser's view.
Actions.RenameAction Renames a file.
Actions.SystemOpenAction Opens a file with the default system editor or viewer.
Actions.UpOneLevelAction Action that makes the file chooser display one directory "higher."
DirectoryTree A tree containing all directories in the local host's file system.
FileChooserFavoritesOptionPanel Option panel for managing the "Favorite Directories" of an RTextFileChooser.
FileListTransferable A transferable object for a list of files.
FileSystemTree A tree containing all files in the local host's file system.
FileSystemTree.FileSystemTreeModel  
FileSystemTree.FileSystemTreeNode The tree node used by the file tree.
FileTypeInfo An icon and a color grouped together.
RDirectoryChooser A directory chooser component.
RTextFileChooser A powerful, flexible text file chooser.
RTextFileChooserOptionPanel Option panel for configuring an RTextFileChooser.
Utilities Utility classes for dealing with an RTextFileChooser.
 

Package org.fife.ui.rtextfilechooser Description

A file chooser designed specifically for text files. This file chooser can auto-detect the encoding of a file.