|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFileSearchPanel | |
---|---|
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 RemoteFileSearchPanel in com.sas.swing.visuals.remotefileselector |
---|
Subclasses of RemoteFileSearchPanel in com.sas.swing.visuals.remotefileselector | |
---|---|
class |
InformationServicesSearchPanel
Panel used to display the search window for the RemoteFileSelector component. |
Methods in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileSearchPanel | |
---|---|
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. |
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. |
static java.util.List |
RemoteFileSearchPanel.showDialog(java.awt.Frame parent,
java.lang.String initialPath,
RemoteFileSearchPanel panel)
Allows specification of a parent frame, the search starting path, and a panel to display. |
Constructors in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileSearchPanel | |
---|---|
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 |