| Package | Description |
|---|---|
| csdk.v2.api.filesystem | |
| csdk.v2.api.filesystem.local | |
| csdk.v2.api.filesystem.project |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IFile[] |
IProjectContext.browseMultipleProjectFilesInOpenMode(String[] fileTypes,
boolean allowAll,
IFile currentDirectory,
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,
IFile currentDirectory,
FileSelectionType selectionType,
Window window)
Mostra um navegador para seleção de um arquivo de projeto em modo de
leitura.
|
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.