|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFileServiceModelInterface | |
---|---|
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 RemoteFileServiceModelInterface in com.sas.swing.models.remotefileselector |
---|
Subinterfaces of RemoteFileServiceModelInterface in com.sas.swing.models.remotefileselector | |
---|---|
interface |
RemoteFileSearchModelInterface
An interface describing necessary methods for remote file search models. |
Methods in com.sas.swing.models.remotefileselector that return RemoteFileServiceModelInterface | |
---|---|
RemoteFileServiceModelInterface |
RemoteFileServerModelInterface.getModel()
Returns the model used to communicate with the file system. |
RemoteFileServiceModelInterface |
RemoteFileServerModel.getModel()
Returns the model used to communicate with the file system. |
Methods in com.sas.swing.models.remotefileselector with parameters of type RemoteFileServiceModelInterface | |
---|---|
void |
RemoteFileServerModelInterface.setModel(RemoteFileServiceModelInterface newServiceModel)
Allows setting of the model to be used to communicate with the file system. |
void |
RemoteFileServerModel.setModel(RemoteFileServiceModelInterface newServiceModel)
Allows setting of the model to be used to communicate with the file system. |
Constructors in com.sas.swing.models.remotefileselector with parameters of type RemoteFileServiceModelInterface | |
---|---|
RemoteFileServerModel(java.lang.String path,
RemoteFileServiceModelInterface serviceModel)
Constructs a RemoteFileServerModel with user supplied path, service model and directory/folder mode. |
|
RemoteFileServerModel(java.lang.String path,
RemoteFileServiceModelInterface serviceModel,
boolean showDirectoriesOnly)
Constructs a RemoteFileServerModel with user supplied path, service model and directory/folder mode. |
|
RemoteFileServerModel(java.lang.String path,
RemoteFileServiceModelInterface serviceModel,
boolean showDirectoriesOnly,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames)
Constructs a RemoteFileServerModel with user supplied path, service model and directory/folder mode. |
|
RemoteFileServerModel(java.lang.String path,
RemoteFileServiceModelInterface serviceModel,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames)
Constructs a RemoteFileServerModel with user supplied path, service model and directory/folder mode. |
Uses of RemoteFileServiceModelInterface in com.sas.swing.models.remotefileselector.ifileservice |
---|
Classes in com.sas.swing.models.remotefileselector.ifileservice that implement RemoteFileServiceModelInterface | |
---|---|
class |
IFileServiceModel
IFileServiceModel defines the model that communicates with the IOM IFileService. |
class |
IFileServiceSearchModel
|
Uses of RemoteFileServiceModelInterface in com.sas.swing.models.remotefileselector.informationservices |
---|
Classes in com.sas.swing.models.remotefileselector.informationservices that implement RemoteFileServiceModelInterface | |
---|---|
class |
InformationServicesModel
InformationServicesModel defines the model that communicates with the Information Service. |
class |
InformationServicesModel2
This is an experimental version of the InformationServicesModel using Gary William's new BrowseMetadataInterface class to retrieve information. |
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 RemoteFileServiceModelInterface in com.sas.swing.visuals.remotefileselector |
---|
Fields in com.sas.swing.visuals.remotefileselector declared as RemoteFileServiceModelInterface | |
---|---|
protected RemoteFileServiceModelInterface |
BaseRemoteFileSelectorPanel.serviceModel
Specifies the model used to connect to the file system. |
Methods in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileServiceModelInterface | |
---|---|
void |
BaseRemoteFileSelectorPanel.initialize(java.lang.String initialPath,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames,
java.lang.Object[] columnRenderers,
RemoteFileServiceModelInterface serviceModel,
java.lang.String supportType,
java.util.Map filterTypes,
RemoteFileSearchPanel searchPanel)
Creates a panel with all of the necessary information to show a file system structure and files. |
void |
BaseRemoteFileSelectorPanel.initialize(java.lang.String initialPath,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames,
RemoteFileServiceModelInterface serviceModel,
java.lang.String supportType,
java.util.Map filterTypes,
RemoteFileSearchPanel searchPanel)
Creates a panel with all of the necessary information to show a file system structure and files. |
void |
BaseRemoteFileSelectorPanel.setServiceModel(RemoteFileServiceModelInterface serviceModel)
Sets the file system service model to be used by the selector. |
static java.util.List |
BaseRemoteFileSelectorPanel.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,
RemoteFileServiceModelInterface serviceModel,
boolean returnSelectedItems,
boolean showDirectoriesOnly,
RemoteFileSearchPanel searchPanel)
Displays the default dialog window of the component. |
Constructors in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileServiceModelInterface | |
---|---|
BaseRemoteFileSelectorPanel(java.lang.String initialPath,
com.sas.util.transforms.TransformInterface[] transforms,
java.lang.String[] columnNames,
RemoteFileServiceModelInterface serviceModel,
java.util.Map filterTypes,
boolean showDirectoriesOnly,
RemoteFileSearchPanel searchPanel)
Creates a panel with all of the necessary information to show a file system structure. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |