| Package | Description |
|---|---|
| csbase.client.util |
| Modifier and Type | Method and Description |
|---|---|
static SingletonFileChooser |
SingletonFileChooser.getInstance()
Retorna a instância compartilhada.
|
static SingletonFileChooser |
SingletonFileChooser.getInstance(File currentDirectory)
Retorna a instância compartilhada, alterando seu diretório corrente.
|
static SingletonFileChooser |
SingletonFileChooser.getInstance(File currentDirectory,
FileSystemView fsv)
Retorna a instância compartilhada, alterando seu diretório corrente e sua
visão do sistema de arquivos.
|
static SingletonFileChooser |
SingletonFileChooser.getInstance(FileSystemView fsv)
Retorna a instância compartilhada, alterando sua visão do sistema de
arquivos.
|
static SingletonFileChooser |
SingletonFileChooser.getInstance(String currentDirectoryPath)
Retorna a instância compartilhada, alterando seu diretório corrente.
|
static SingletonFileChooser |
SingletonFileChooser.getInstance(String currentDirectoryPath,
FileSystemView fsv)
Retorna a instância compartilhada, alterando seu diretório corrente e sua
visão do sistema de arquivos.
|
Copyright © 2020. All rights reserved.