Uses of Class
com.sas.swing.visuals.remotefileselector.BaseRemoteFileSelectorPanel

Packages that use BaseRemoteFileSelectorPanel
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 BaseRemoteFileSelectorPanel in com.sas.swing.visuals.remotefileselector
 

Subclasses of BaseRemoteFileSelectorPanel in com.sas.swing.visuals.remotefileselector
 class IFileServiceSelectorPanel
          IFileServiceSelectorPanel defines the panel to be used when directly accessing IFileService type file systems.
 class InformationServicesSearchPanel
          Panel used to display the search window for the RemoteFileSelector component.
 class InformationServicesSelectorPanel
          InformationServicesSelectorPanel defines the panel to be used when directly accessing Report Repository type file systems.
 class RemoteFileSearchPanel
          RemoteFileSearchPanel class handles the display of the search window.
 

Fields in com.sas.swing.visuals.remotefileselector declared as BaseRemoteFileSelectorPanel
protected  BaseRemoteFileSelectorPanel RemoteFileComponent.parentComponent
          The component that is the parent of this view component.
 

Constructors in com.sas.swing.visuals.remotefileselector with parameters of type BaseRemoteFileSelectorPanel
RemoteFileComponentPanel(BaseRemoteFileSelectorPanel parentComponent)
          Constructor
RemoteFileListComponent(BaseRemoteFileSelectorPanel parentComponent)
          Constructor that allows setting the panel's parent component.
RemoteFileListComponent(BaseRemoteFileSelectorPanel parentComponent, java.lang.String supportType)
          Constructor that allows setting the panel's parent component and the Action Provider Framework support type.
RemoteFileSelectorDialog(java.awt.Frame parent, java.lang.String titleOfDialog, boolean modal, int typeOfDialog, BaseRemoteFileSelectorPanel selectorPanel)
           
RemoteFileTableComponent(BaseRemoteFileSelectorPanel parentComponent)
          Allows specification of the parent component.
RemoteFileTableComponent(BaseRemoteFileSelectorPanel parentComponent, java.lang.String supportType)
          Allows specification of the parent component and the Action Provider Framework support type.
RemoteFileTreeComponent(BaseRemoteFileSelectorPanel parentComponent)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.