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