com.sas.swing.visuals.remotefileselector
Class InformationServicesSearchPanel
com.sas.swing.visuals.remotefileselector.InformationServicesSearchPanel
- All Implemented Interfaces:
- ActionProviderViewInterface, SwingActionProviderViewInterface, com.sas.collection.ContentsChangedListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible
public class InformationServicesSearchPanel
Panel used to display the search window for the RemoteFileSelector component.
- Since:
- 3.0
- See Also:
- Serialized Form
| Fields inherited from class com.sas.swing.visuals.remotefileselector.BaseRemoteFileSelectorPanel |
buttonPanel, cancelled, columnNames, component, DRILL_DOWN_FILTER, drillDownFilter, filePanel, fileTypes, FILTER_TYPE_FILTER, filterTypeFilter, model, serviceModel, shortcutPanel, supportType, TABLE_DATA_FILTER, TABLE_HEADER_FILTER, tableColumnHeaderFilter, tableDataCellFilter, TOOLBAR_FILTER, toolbarFilter, transforms, viewerSupport, viewPanel |
| Methods inherited from class com.sas.swing.visuals.remotefileselector.BaseRemoteFileSelectorPanel |
contentsChanged, getActionProvider, getActionSupportFilter, getActionSupportType, getUniqueId, getViewComponent, initialize, initialize, isActionVisible, isCancelled, isShowDirectoriesOnly, listActionTypes, listAreaTypes, setActionProvider, setActionSupportType, setActionVisible, setCancelled, setColumnLabels, setDialogType, setServiceModel, setShowButtonPanel, setShowDirectoriesOnly, setShowFileNamePanel, setShowShortcutPanel, setTransforms, setUniqueId, showDialog |
InformationServicesSearchPanel
public InformationServicesSearchPanel(java.lang.String currentPath,
com.sas.services.information.RepositoryInterface repository)
- Constructor method. Used when only the panel is needed in another component.
- Parameters:
currentPath - the file system path denoting the start of the searchrepository - the InformationServices repository used to query for metadata information
InformationServicesSearchPanel
public InformationServicesSearchPanel(java.lang.String initialPath,
com.sas.services.user.UserContextInterface user)
- Parameters:
initialPath - user -
showDialog
public static java.util.List showDialog(java.awt.Frame parent,
java.lang.String currentPath,
InformationServicesSearchModel model,
boolean returnSelectedItems)
- Displays the default dialog.
- Parameters:
parent - the parent window of the dialogcurrentPath - the file system path denoting the start of the searchmodel - the search modelreturnSelectedItems - determines whether to return the selected items from the search results
- Returns:
- a list of Strings containing the selected items from the search results
Copyright © 2009 SAS Institute Inc. All Rights Reserved.