Package org.fife.ui.rtextfilechooser

A file chooser designed specifically for text files.

See:
          Description

Interface Summary
Actions Actions for the file chooser.
FileChooserOwner A class that has an RTextFileChooser.
FilePasteCallback Listens as a copy/paste operation is performed by an instance of FilePasteThread.
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.PasteAction Pastes files into the currently selected directory.
Actions.PropertiesAction Displays the "properties" dialog for any selected files.
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."
DefaultFilePasteCallback A default file paste callback suitable for most applications.
DirectoryTree A tree containing all directories in the local host's file system.
FileChooserFavoritesOptionPanel Option panel for managing the "Favorite Directories" of an RTextFileChooser.
FileDisplayNames Utility class for getting file display names.
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.