|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileSelectionType | |
|---|---|
| csdk.v1_0.api.filesystem | |
| csdk.v1_0.api.filesystem.local | |
| csdk.v1_0.api.filesystem.project | |
| Uses of FileSelectionType in csdk.v1_0.api.filesystem |
|---|
| Methods in csdk.v1_0.api.filesystem that return FileSelectionType | |
|---|---|
static FileSelectionType |
FileSelectionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileSelectionType[] |
FileSelectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of FileSelectionType in csdk.v1_0.api.filesystem.local |
|---|
| Methods in csdk.v1_0.api.filesystem.local with parameters of type FileSelectionType | |
|---|---|
IFile |
ILocalFileSystemContext.browseLocalFileInOpenMode(String[] fileTypes,
boolean allowAll,
IFile currentLocalDirectory,
FileSelectionType selectionType,
Window window)
Mostra um navegador para seleção de um arquivo local em modo de leitura. |
IFile[] |
ILocalFileSystemContext.browseMultipleLocalFilesInOpenMode(String[] fileTypes,
boolean allowAll,
IFile currentLocalDirectory,
FileSelectionType selectionType,
Window window)
Mostra um navegador para seleção de múltiplos arquivos locais em modo de leitura. |
| Uses of FileSelectionType in csdk.v1_0.api.filesystem.project |
|---|
| Methods in csdk.v1_0.api.filesystem.project with parameters of type FileSelectionType | |
|---|---|
IFile[] |
IProjectContext.browseMultipleProjectFilesInOpenMode(String[] fileTypes,
boolean allowAll,
FileSelectionType selectionType,
Window window)
Mostra um navegador para seleção de múltiplos arquivos de projeto em modo de leitura. |
IFile |
IProjectContext.browseProjectFileInOpenMode(String[] fileTypes,
boolean allowAll,
FileSelectionType selectionType,
Window window)
Mostra um navegador para seleção de um arquivo de projeto em modo de leitura. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||