| Package | Description |
|---|---|
| csbase.client.util.csvpanel.columns | |
| csbase.client.util.filechooser | |
| csbase.client.util.filechooser.filetablepanel |
| Constructor and Description |
|---|
ClientFileChooserTextPanel(csbase.logic.ClientFile initialValue,
java.awt.Window owner,
java.lang.String fileType,
ClientFileChooserType chooserType,
ClientFileChooserSelectionMode mode,
ClientFileChooserTextPanel.ClientFileLocation location)
Construtor.
|
ClientFileChooserTextPanel(java.awt.Window owner,
java.lang.String fileType,
ClientFileChooserType chooserType,
ClientFileChooserSelectionMode mode,
ClientFileChooserTextPanel.ClientFileLocation location)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
ClientFileChooserSelectionMode |
ClientFileChooser.getSelectionMode()
Consulta ao modo de seleção para arquivos.
|
static ClientFileChooserSelectionMode |
ClientFileChooserSelectionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientFileChooserSelectionMode[] |
ClientFileChooserSelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ClientProjectFileChooserUtil.OperationResult> |
ClientProjectFileChooserUtil.browseMultipleInOpenMode(java.awt.Window window,
java.lang.String title,
ClientFileChooserSelectionMode selectionMode,
boolean allowAll,
java.lang.String defaultFileType,
java.lang.String... fileTypes)
Método para ser usado na escolha mútiplos itens de seleção homogênicos
|
static ClientProjectFileChooserUtil.OperationResult |
ClientProjectFileChooserUtil.browseSingleInOpenMode(java.awt.Window window,
java.lang.String title,
ClientFileChooserSelectionMode selectionMode,
boolean allowAll,
java.lang.String defaultType,
java.lang.String... fileTypes)
Método utilitário para ser usado por aplicações na escolha de arquivos ou
diretórios da área de projetos com base em lista de tipos aceitáveis.
|
static ClientProjectFileChooserUtil.OperationResult |
ClientProjectFileChooserUtil.browseSingleInSaveMode(java.awt.Window window,
java.lang.String title,
ClientFileChooserSelectionMode selectionMode,
boolean createChosen,
boolean allowAll,
java.lang.String defaultFileType,
java.lang.String... fileTypes)
Método utilitário para ser usado por aplicações na escolha de arquivos ou
diretórios de saída na área de projetos.
|
void |
ClientFileChooser.setSelectionMode(ClientFileChooserSelectionMode mode)
Ajuste do modo de seleção.
|
| Modifier and Type | Method and Description |
|---|---|
ClientFileChooserSelectionMode |
ClientFileTablePanel.getSelectionMode()
Consulta ao modo de seleção para arquivos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientFileTablePanel.setSelectionMode(ClientFileChooserSelectionMode mode)
Ajuste do modo de seleção.
|
Copyright © 2016. All Rights Reserved.