com.sas.swing.models.remotefileselector2
Interface RemoteFileNavigationModelInterface

All Superinterfaces:
BaseRemoteFileModelInterface, javax.swing.table.TableModel
All Known Implementing Classes:
InformationServicesNavigationModel

public interface RemoteFileNavigationModelInterface
extends BaseRemoteFileModelInterface

RemoteFileServerModelInterface defines the model interface that communicates between the service model and the user interface.

Since:
9.1.4

Field Summary
 
Fields inherited from interface com.sas.swing.models.remotefileselector2.BaseRemoteFileModelInterface
AUTHOR_COLUMN, CREATED_DATE_COLUMN, DESCRIPTION_COLUMN, ENGINE_COLUMN, ENTITY_KEY_COLUMN, FILE_METADATA_COLUMN, IS_A_FOLDER_COLUMN, KEYWORDS_COLUMN, MODIFIED_DATE_COLUMN, NAME_COLUMN, PATH_COLUMN, SIZE_COLUMN, SPECIAL_TYPE_COLUMN, TYPE_COLUMN
 
Method Summary
 void loadFileInfo()
          Method initiates the gathering of the file information based on the currently set path location and other parameters.
 
Methods inherited from interface com.sas.swing.models.remotefileselector2.BaseRemoteFileModelInterface
addToPasteBuffer, cancelLoadFileInfo, clearPasteBuffer, getBasePath, getColumnIndex, getLocation, getNodeAt, getPasteBuffer, getPasteBufferCommandType, getServerName, isRefreshNeeded, isTableEditable, isUpwardPathRestricted, parseIntoFoldersAndLocations, setLocation, setPasteBufferCommandType, setRefreshNeeded, setTableEditable
 

Method Detail

loadFileInfo

void loadFileInfo()
                  throws java.lang.Exception
Method initiates the gathering of the file information based on the currently set path location and other parameters.

Throws:
java.lang.Exception



Copyright © 2009 SAS Institute Inc. All Rights Reserved.