Uses of Interface
com.sas.swing.visuals.remotefileselector.RemoteFileComponentInterface

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

Classes in com.sas.swing.visuals.remotefileselector that implement RemoteFileComponentInterface
 class RemoteFileComponent
          The base component class for all view components like a list, details, etc.
 class RemoteFileListComponent
          RemoteFileListComponent defines the class used as the list view of files.
 class RemoteFileTableComponent
          RemoteFileTableComponent class defines the main table view for displaying the file system items and the search window items.
 class RemoteFileTreeComponent
           
 

Fields in com.sas.swing.visuals.remotefileselector declared as RemoteFileComponentInterface
protected  RemoteFileComponentInterface BaseRemoteFileSelectorPanel.component
          Represents the main display table component of the view.
 

Methods in com.sas.swing.visuals.remotefileselector that return RemoteFileComponentInterface
 RemoteFileComponentInterface RemoteFileComponentPanel.getViewComponent()
          Returns the currently viewed component.
 RemoteFileComponentInterface BaseRemoteFileSelectorPanel.getViewComponent()
          Returns the component currently being used to view the file data.
 

Methods in com.sas.swing.visuals.remotefileselector with parameters of type RemoteFileComponentInterface
 void RemoteFileNamePanel.setRemoteFileViewComponent(RemoteFileComponentInterface component)
          Sets the view component (i.e. table view) so that listener communication can be established.
 void RemoteFileButtonPanel.setRemoteFileViewComponent(RemoteFileComponentInterface component)
          Sets the panel so that it can communicate with the component parameter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.