|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use RemoteFileServerModelInterface | |
|---|---|
| com.sas.commands.remotefileselector | The primary focus of the com.sas.commands.remotefileselector package is to provide the classes that perform the general action provider framework commands. |
| com.sas.commands.remotefileselector.ifileservice | The primary focus of the com.sas.commands.remotefileselector.ifileservice package is to provide the classes that perform the action provider framework commands for the IFileService model. |
| com.sas.commands.remotefileselector.informationservices | The primary focus of the com.sas.commands.remotefileselector.informationservices package is to provide the classes that perform the action provider framework commands for the InformationServices model. |
| com.sas.swing.models.remotefileselector | The primary focus of the com.sas.swing.models.remotefileselector package is to provide the classes making up the model portion of the Remote File Selector. |
| com.sas.swing.models.remotefileselector.ifileservice | The primary focus of the com.sas.swing.models.remotefileselector.ifileservice package is to provide the classes that make up the service model for the IFileService host connection API. |
| com.sas.swing.models.remotefileselector.informationservices | The primary focus of the com.sas.swing.models.remotefileselector.informationservices package is to provide the classes that make up the service model for the InformationService host connection API. |
| com.sas.swing.visuals.remotefileselector | The primary focus of the com.sas.swing.visuals.remotefileselector package is to provide the classes necessary to initialize a Remote File Selector. |
| Uses of RemoteFileServerModelInterface in com.sas.commands.remotefileselector |
|---|
| Methods in com.sas.commands.remotefileselector that return RemoteFileServerModelInterface | |
|---|---|
RemoteFileServerModelInterface |
UpOneLevelCommand.getModel()
Returns the model attribute value. |
RemoteFileServerModelInterface |
OpenFolderCommand.getModel()
Returns the model attribute value. |
RemoteFileServerModelInterface |
GoBackCommand.getModel()
Returns the model attribute value. |
RemoteFileServerModelInterface |
FilterTypeCommand.getModel()
Returns the model attribute value. |
RemoteFileServerModelInterface |
DisplaySearchResultsCommand.getModel()
Returns model to use for eventSource setting. |
RemoteFileServerModelInterface |
StartSearchCommand.getRemoteModel()
Returns the model attribute value. |
| Methods in com.sas.commands.remotefileselector with parameters of type RemoteFileServerModelInterface | |
|---|---|
void |
UpOneLevelCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute value. |
void |
OpenFolderCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute value. |
void |
GoBackCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute value. |
void |
FilterTypeCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute value. |
void |
DisplaySearchResultsCommand.setModel(RemoteFileServerModelInterface model)
Model of RemoteFileSelector instance. |
void |
StartSearchCommand.setRemoteModel(RemoteFileServerModelInterface remoteModel)
Sets the model attribute value. |
| Uses of RemoteFileServerModelInterface in com.sas.commands.remotefileselector.ifileservice |
|---|
| Methods in com.sas.commands.remotefileselector.ifileservice that return RemoteFileServerModelInterface | |
|---|---|
RemoteFileServerModelInterface |
RenameCommand.getModel()
Returns the model attribute. |
RemoteFileServerModelInterface |
AddFolderCommand.getModel()
Returns the current value of the model attribute. |
| Methods in com.sas.commands.remotefileselector.ifileservice with parameters of type RemoteFileServerModelInterface | |
|---|---|
void |
RenameCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute. |
void |
AddFolderCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute value of the command. |
| Uses of RemoteFileServerModelInterface in com.sas.commands.remotefileselector.informationservices |
|---|
| Methods in com.sas.commands.remotefileselector.informationservices that return RemoteFileServerModelInterface | |
|---|---|
RemoteFileServerModelInterface |
RenameCommand.getModel()
Returns the model attribute. |
RemoteFileServerModelInterface |
AddFolderCommand.getModel()
Returns the current value of the model attribute. |
| Methods in com.sas.commands.remotefileselector.informationservices with parameters of type RemoteFileServerModelInterface | |
|---|---|
void |
RenameCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute. |
void |
AddFolderCommand.setModel(RemoteFileServerModelInterface model)
Sets the model attribute value of the command. |
| Uses of RemoteFileServerModelInterface in com.sas.swing.models.remotefileselector |
|---|
| Methods in com.sas.swing.models.remotefileselector with parameters of type RemoteFileServerModelInterface | |
|---|---|
static void |
Util.parseIntoFoldersAndPaths(java.lang.String path,
RemoteFileServerModelInterface model,
java.util.List folderNames,
java.util.List listOfPaths)
Takes a given file system path and breaks it into the component pieces. |
abstract void |
RemoteFileSearchModelInterface.startSearch(RemoteFileServerModelInterface model,
BaseActionProvider actionProvider)
Runs when the search is initiated. |
| Uses of RemoteFileServerModelInterface in com.sas.swing.models.remotefileselector.ifileservice |
|---|
| Methods in com.sas.swing.models.remotefileselector.ifileservice with parameters of type RemoteFileServerModelInterface | |
|---|---|
void |
IFileServiceSearchModel.startSearch(RemoteFileServerModelInterface model,
BaseActionProvider actionProvider)
|
| Uses of RemoteFileServerModelInterface in com.sas.swing.models.remotefileselector.informationservices |
|---|
| Fields in com.sas.swing.models.remotefileselector.informationservices declared as RemoteFileServerModelInterface | |
|---|---|
protected RemoteFileServerModelInterface |
InformationServicesModel2.remoteFileServerModel
the model associates with the remote file selector |
protected RemoteFileServerModelInterface |
InformationServicesModel.remoteFileServerModel
the model associates with the remote file selector |
| Methods in com.sas.swing.models.remotefileselector.informationservices with parameters of type RemoteFileServerModelInterface | |
|---|---|
void |
InformationServicesSearchModel2.startSearch(RemoteFileServerModelInterface model,
BaseActionProvider actionProvider)
Starts the search process once the search criteria have been set. |
void |
InformationServicesSearchModel.startSearch(RemoteFileServerModelInterface model,
BaseActionProvider actionProvider)
Starts the search process once the search criteria have been set. |
| Uses of RemoteFileServerModelInterface in com.sas.swing.visuals.remotefileselector |
|---|
| Fields in com.sas.swing.visuals.remotefileselector declared as RemoteFileServerModelInterface | |
|---|---|
protected RemoteFileServerModelInterface |
RemoteFileSearchComponent.model
the table model containing the search results |
protected RemoteFileServerModelInterface |
BaseRemoteFileSelectorPanel.model
Specifies the model that is connected to the table display. |
protected RemoteFileServerModelInterface |
RemoteFileComponent.remoteServerModel
The main server model for the view components. |
| Methods in com.sas.swing.visuals.remotefileselector that return RemoteFileServerModelInterface | |
|---|---|
abstract RemoteFileServerModelInterface |
RemoteFileComponentInterface.getRemoteModel()
Returns the model used to display the data. |
RemoteFileServerModelInterface |
RemoteFileComponent.getRemoteModel()
Returns the main model used to populate the view component. |
| Methods in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileServerModelInterface | |
|---|---|
void |
RemoteFileTreeComponent.setRemoteModel(RemoteFileServerModelInterface remoteServerModel)
|
void |
RemoteFileTableComponent.setRemoteModel(RemoteFileServerModelInterface remoteServerModel)
Allows specification of the table model. |
void |
RemoteFileListComponent.setRemoteModel(RemoteFileServerModelInterface remoteServerModel)
Sets the remote model and redefines the table so only one column is visible. |
void |
RemoteFileComponentPanel.setRemoteModel(RemoteFileServerModelInterface model)
Sets the model being used by the view. |
abstract void |
RemoteFileComponentInterface.setRemoteModel(RemoteFileServerModelInterface model)
Sets the model to be used to display the data. |
| Constructors in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileServerModelInterface | |
|---|---|
RemoteFileSearchComponent(java.lang.String supportType,
RemoteFileSearchModelInterface serviceModel,
RemoteFileTableComponent tablePanel,
RemoteFileServerModelInterface model)
Constructor that allows setting the support type, the file system service model, the search results table panel, and the table panel's model. |
|
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||