The primary focus of the com.sas.swing.visuals.remotefileselector.actions package is to provide the classes used to manipulate the user interface when various toolbar, button, and popmenu actions are triggered. These classes are part of the Action Provider Framework and initiate the calls to the various underlying commands that manipulate the viewer models.

Remote File Selector Actions

Overview

The action provider framework breaks an action into two pieces, actions and commands. The actions perform functions on the user interface to gather information about the user action and manipulate the user interface to show the current state of some of these actions.

The actions associated with the remote file selector toolbar are: AddFolderAction, DetailsAction, FindAction, GoBackAction, ListAction, UpOneLevelAction, and ViewSelectionAction. DetailsAction and ListAction are used by ViewSelectionAction to display the dropdown menu for changing the current view of the data.

The actions associated with the view popmenu are: CopyAction, CutAction,DeleteAction, PasteAction, and RenameAction

The OpenFolderAction is used when drilling down on a file system folder.

The StartSearchAction is used by the search window user interface.