Package com.pietschy.command.file

Abstract implementations of common file related commands and groups

See:
          Description

Interface Summary
RecentFileListModel Defines the files to be displayed by RecentFileList instances and provides basic change notification.
RecentFileListModeListener Listener interface for RecentFileListModels.
 

Class Summary
AbstractFileCommand Base implementation of file commands.
AbstractFileOpenCommand An abstract class that provides generic file open behaviour.
AbstractSaveAsCommand An abstract class that provides behaviour for the standard "save as" operation.
DefaultRecentFileListModel Default implementation of RecentFileListModel.
ExtensionFileFilter An implementation of FileFilter that is based on the extension of a file.
RecentFileList Provides a group for selecting from a list of recently used files.
RecentFileListModelEvent Fired when the contents of a RecentFileListModel changes.
 

Package com.pietschy.command.file Description

Abstract implementations of common file related commands and groups



Copyright © 2006 - 2007 Andrew Pietsch