com.sas.swing.visuals.remotefileselector
Class RemoteFileListComponent
com.sas.swing.visuals.remotefileselector.RemoteFileListComponent
- All Implemented Interfaces:
- RemoteFileComponentInterface, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.swing.event.ListSelectionListener
public class RemoteFileListComponent
RemoteFileListComponent defines the class used as the list view of files.
- Since:
- 3.0
- See Also:
- Serialized Form
Methods inherited from class com.sas.swing.visuals.remotefileselector.RemoteFileTableComponent |
getColumnRenderers, getPreviousPath, getSelectionObject, getViewComponent, handleDoubleClick, init, propertyChange, refreshData, setActionProvider, setColumnRenderers, setPath, setPreviousPath, setSelectionObject, valueChanged |
RemoteFileListComponent
public RemoteFileListComponent(BaseRemoteFileSelectorPanel parentComponent)
- Constructor that allows setting the panel's parent component.
- Parameters:
parentComponent
- the component that is the parent of this object
RemoteFileListComponent
public RemoteFileListComponent(BaseRemoteFileSelectorPanel parentComponent,
java.lang.String supportType)
- Constructor that allows setting the panel's parent component and the Action Provider Framework support type.
- Parameters:
parentComponent
- the component that is the parent of this objectsupportType
- the Action Provider Framework support type
setRemoteModel
public void setRemoteModel(RemoteFileServerModelInterface remoteServerModel)
- Sets the remote model and redefines the table so only one column is visible.
- Specified by:
setRemoteModel
in interface RemoteFileComponentInterface
- Overrides:
setRemoteModel
in class RemoteFileTableComponent
- Parameters:
remoteServerModel
- the model that provides the files to be viewed- See Also:
RemoteFileComponentInterface.getRemoteModel()
Copyright © 2009 SAS Institute Inc. All Rights Reserved.