org.fife.ui.rtextfilechooser
Interface Actions


public interface Actions

Actions for the file chooser.

Version:
1.0
Author:
Robert Futrell

Nested Class Summary
static class Actions.AddToFavoritesAction
          Adds the currently-viewed directory to the file chooser "favorites."
static class Actions.CopyAction
          Copies any files selected in the file chooser's view.
static class Actions.DeleteAction
          Action that handles deleting files.
static class Actions.FileChooserAction
          Base class for all file chooser actions.
static class Actions.PasteAction
          Pastes files into the currently selected directory.
static class Actions.PropertiesAction
          Displays the "properties" dialog for any selected files.
static class Actions.RefreshAction
          Refreshes the files displayed in the file chooser's view.
static class Actions.RenameAction
          Renames a file.
static class Actions.SystemOpenAction
          Opens a file with the default system editor or viewer.
static class Actions.UpOneLevelAction
          Action that makes the file chooser display one directory "higher."