The primary focus of the com.sas.commands.remotefileselector package is to provide the classes that perform the general action provider framework commands.

Remote File Selector Model - Commands

Overview

The commands are general commands that communicate with the RemoteFileServerModel class to perform the various functions.

The CopyCommand class copies the selected items to the model's paste buffer.

The CutCommand class copies the selectied items to the model's paste buffer and sets a flag reminder to remove the items from the current location.

The FilterTypeCommand sets the current file type filtering selection.

The GoBackCommand class provides the ability to show the previously viewed items.

The OpenFolderCommand class provides the ability to drilldown into a folder type item.

The SortFoldersFirstCommand class performs sorting on the various data columns. It will automatically sort the folder type first and then the actual file types second.

The StartSearchCommand class provides the ability to trigger a search on the file system.

The UpOneLevelCommand class provides the ability to view a directory one level above the current view.