|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFileSearchModelInterface | |
---|---|
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.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 RemoteFileSearchModelInterface in com.sas.commands.remotefileselector |
---|
Methods in com.sas.commands.remotefileselector that return RemoteFileSearchModelInterface | |
---|---|
RemoteFileSearchModelInterface |
StartSearchCommand.getServiceModel()
Returns the service model attribute value. |
Methods in com.sas.commands.remotefileselector with parameters of type RemoteFileSearchModelInterface | |
---|---|
void |
StartSearchCommand.setServiceModel(RemoteFileSearchModelInterface serviceModel)
Sets the service model attribute value. |
Uses of RemoteFileSearchModelInterface in com.sas.swing.models.remotefileselector.ifileservice |
---|
Classes in com.sas.swing.models.remotefileselector.ifileservice that implement RemoteFileSearchModelInterface | |
---|---|
class |
IFileServiceSearchModel
|
Uses of RemoteFileSearchModelInterface in com.sas.swing.models.remotefileselector.informationservices |
---|
Classes in com.sas.swing.models.remotefileselector.informationservices that implement RemoteFileSearchModelInterface | |
---|---|
class |
InformationServicesSearchModel
InformationServicesSearchModel class probivides the additional functionality to perform searches on the file system data. |
class |
InformationServicesSearchModel2
InformationServicesSearchModel class probivides the additional functionality to perform searches on the file system data. |
Uses of RemoteFileSearchModelInterface in com.sas.swing.visuals.remotefileselector |
---|
Methods in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileSearchModelInterface | |
---|---|
void |
RemoteFileSearchPanel.initialize(java.lang.String initialPath,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames,
java.lang.Object[] columnRenderers,
RemoteFileSearchModelInterface serviceModel,
java.lang.String supportType)
Allows specification of the search starting path, the column transforms, the column names, column renderers, a file system service model and the Action Provider Framework support type. |
static java.util.List |
RemoteFileSearchPanel.showDialog(java.awt.Frame parent,
java.lang.String titleOfDialog,
boolean modal,
int typeOfDialog,
java.lang.String initialPath,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames,
RemoteFileSearchModelInterface serviceModel,
boolean returnSelectedItems)
Shows the panel within a dialog window. |
Constructors in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileSearchModelInterface | |
---|---|
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. |
|
RemoteFileSearchPanel(java.lang.String initialPath,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames,
java.lang.Object[] columnRenderers,
RemoteFileSearchModelInterface serviceModel)
Allows specification of the search starting path, the column transforms, the column names, column renderers and a file system service model. |
|
RemoteFileSearchPanel(java.lang.String initialPath,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames,
RemoteFileSearchModelInterface serviceModel)
Allows specification of the search starting path, the column transforms, the column names and a file system service model. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |