|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.visuals.remotefileselector.InformationServicesSelectorPanel
public class InformationServicesSelectorPanel
InformationServicesSelectorPanel defines the panel to be used when directly accessing Report Repository type file systems.
Given a Report Repository model and a path it will associate the default transforms, and column names with the RemoteFileServerModel.
Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/.
Examples for this class may be found on the Examples Site.
,
Serialized FormField Summary |
---|
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 |
Constructor Summary | |
---|---|
InformationServicesSelectorPanel(java.lang.String initialPath,
com.sas.services.information.RepositoryInterface repository,
java.util.Map fileTypes,
boolean showDirectoriesOnly)
Constructor method. |
|
InformationServicesSelectorPanel(java.lang.String initialPath,
com.sas.services.information.RepositoryInterface repository,
com.sas.util.transforms.TransformInterface[] transformArray,
java.lang.String[] nameArray,
java.util.Map fileTypes,
boolean showDirectoriesOnly)
Constructor that allows specification of transforms and column labels that will override the default values. |
|
InformationServicesSelectorPanel(java.lang.String initialPath,
com.sas.services.information.RepositoryInterface repository,
com.sas.util.transforms.TransformInterface[] transformArray,
java.lang.String[] nameArray,
java.lang.Object[] columnRenderers,
java.util.Map fileTypes,
boolean showDirectoriesOnly)
Constructor that allows specification of transforms and column labels that will override the default values. |
|
InformationServicesSelectorPanel(java.lang.String initialPath,
com.sas.services.user.UserContextInterface user,
java.lang.Object object,
boolean showDirectoriesOnly)
|
Method Summary | |
---|---|
java.util.List |
getReturnedInformation(boolean returnSelectedItems)
Returns the currently selected files or directories. |
static java.util.List |
showDialog(java.awt.Frame parent,
java.lang.String titleOfDialog,
boolean modal,
int typeOfDialog,
java.lang.String initialPath,
com.sas.services.information.RepositoryInterface repository,
boolean returnSelectedItems,
boolean showDirectoriesOnly)
Displays the dialog for the InformationServicesSelector. |
static java.util.List |
showDialog(javax.swing.JFrame parent,
java.lang.String titleOfDialog,
boolean modal,
int typeOfDialog,
java.lang.String initialPath,
com.sas.services.user.UserContextInterface user,
boolean returnSelectedItem,
boolean showDirectoriesOnly)
|
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 |
Constructor Detail |
---|
public InformationServicesSelectorPanel(java.lang.String initialPath, com.sas.services.information.RepositoryInterface repository, java.util.Map fileTypes, boolean showDirectoriesOnly)
initialPath
- the initial file system path to be displayedfileTypes
- allows specification of a Map of display values and filter values for restricting the types of files being viewedshowDirectoriesOnly
- specifies whether to show the directory structure only (true) or show the structure and the files (false)public InformationServicesSelectorPanel(java.lang.String initialPath, com.sas.services.information.RepositoryInterface repository, com.sas.util.transforms.TransformInterface[] transformArray, java.lang.String[] nameArray, java.util.Map fileTypes, boolean showDirectoriesOnly)
initialPath
- the initial file system path to be displayedtransformArray
- an array of transforms used to retrieve the file system data for displaynameArray
- an array of Strings used to label the table column headersfileTypes
- allows specification of a Map of display values and filter values for restricting the types of files being viewedshowDirectoriesOnly
- specifies whether to show the directory structure only (true) or show the structure and the files (false)public InformationServicesSelectorPanel(java.lang.String initialPath, com.sas.services.information.RepositoryInterface repository, com.sas.util.transforms.TransformInterface[] transformArray, java.lang.String[] nameArray, java.lang.Object[] columnRenderers, java.util.Map fileTypes, boolean showDirectoriesOnly)
initialPath
- the initial file system path to be displayedtransformArray
- an array of transforms used to retrieve the file system data for displaynameArray
- an array of Strings used to label the table column headerscolumnRenderers
- an array of cell renderers used to format the column valuesfileTypes
- allows specification of a Map of display values and filter values for restricting the types of files being viewedshowDirectoriesOnly
- specifies whether to show the directory structure only (true) or show the structure and the files (false)public InformationServicesSelectorPanel(java.lang.String initialPath, com.sas.services.user.UserContextInterface user, java.lang.Object object, boolean showDirectoriesOnly)
initialPath
- user
- object
- showDirectoriesOnly
- Method Detail |
---|
public static java.util.List showDialog(java.awt.Frame parent, java.lang.String titleOfDialog, boolean modal, int typeOfDialog, java.lang.String initialPath, com.sas.services.information.RepositoryInterface repository, boolean returnSelectedItems, boolean showDirectoriesOnly)
parent
- the parent window of the dialogtitleOfDialog
- the title of the dialog windowmodal
- specfies whether the dialog is to be modaltypeOfDialog
- specifies whether this dialog functions as a Save, Open, or OK window. Specify OK = 0, Save = 1, Open = 2initialPath
- the initial file system path to be displayedrepository
- the InformationServices repository used to query for metadata informationreturnSelectedItems
- determines whether to return information about the file selections when the window is closedshowDirectoriesOnly
- specifies whether to show the directory structure only (true) or show the structure and the files (false)
public static java.util.List showDialog(javax.swing.JFrame parent, java.lang.String titleOfDialog, boolean modal, int typeOfDialog, java.lang.String initialPath, com.sas.services.user.UserContextInterface user, boolean returnSelectedItem, boolean showDirectoriesOnly)
frame
- string
- b
- i
- path
- infoService
- c
- d
-
public java.util.List getReturnedInformation(boolean returnSelectedItems)
getReturnedInformation
in class BaseRemoteFileSelectorPanel
returnSelectedItems
- specifies whether to return selected items
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |