|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MutableFileSelectionInterface
MutableFileSelectionInterface is implemented by prompt types which allow a user to specify prompts from a logical server. It allows the specification of the logical server name, the file types supported, and the file selection mode to be used.
| Field Summary |
|---|
| Fields inherited from interface com.sas.prompts.definitions.FileSelectionInterface |
|---|
DIRECTORIES_ONLY, FILES_AND_DIRECTORIES, FILES_ONLY |
| Method Summary | |
|---|---|
abstract void |
setFileSelectionMode(int fileSelectionMode)
Sets whether files, directories, or file and directories are allowed to be selected. |
abstract void |
setFileTypes(java.util.List<java.lang.String> fileTypes)
Sets the list of file types to allow the user to select from. |
abstract void |
setLogicalServerName(java.lang.String logicalServerName)
Sets the name of the logical server |
| Methods inherited from interface com.sas.prompts.definitions.FileSelectionInterface |
|---|
getFileSelectionMode, getFileTypes, getLogicalServerName |
| Method Detail |
|---|
void setFileTypes(java.util.List<java.lang.String> fileTypes)
fileTypes - the list of file types to allow the user to select from.void setLogicalServerName(java.lang.String logicalServerName)
logicalServerName - the name of the logical servervoid setFileSelectionMode(int fileSelectionMode)
fileSelectionMode - One of FILES_AND_DIRECTORIES, FILES_ONLY, or DIRECTORIES_ONLY.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||