|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Arquivo | |
---|---|
net.sf.webphotos.gui.util | Armazena as funções de utilidade para funcionamento do programa. |
net.sf.webphotos.sync | Armazena as classes e interfaces de sincronização de arquivos. |
net.sf.webphotos.sync.FTP | Armazena as classes de sincronização de envio de arquivos por FTP. |
Uses of Arquivo in net.sf.webphotos.gui.util |
---|
Method parameters in net.sf.webphotos.gui.util with type arguments of type Arquivo | |
---|---|
void |
FTPTabelModel.refresh(ArrayList<Arquivo> listaArquivos)
Realiza a atualização dos dados da tabela. |
Constructor parameters in net.sf.webphotos.gui.util with type arguments of type Arquivo | |
---|---|
FTPTabelModel(ArrayList<Arquivo> listaArquivos)
Cria uma instancia do Modelo usando um array de dados. |
Uses of Arquivo in net.sf.webphotos.sync |
---|
Methods in net.sf.webphotos.sync that return types with arguments of type Arquivo | |
---|---|
ArrayList<Arquivo> |
Sync.getListaArquivos()
Retorna uma lista de arquivos. |
Uses of Arquivo in net.sf.webphotos.sync.FTP |
---|
Methods in net.sf.webphotos.sync.FTP that return types with arguments of type Arquivo | |
---|---|
ArrayList<Arquivo> |
SyncObject.getListaArquivos()
Retorna o ArrayList listaArquivos. |
Method parameters in net.sf.webphotos.sync.FTP with type arguments of type Arquivo | |
---|---|
void |
SyncObject.setListaArquivos(ArrayList<Arquivo> _listaArquivos)
Seta uma lista para a variável listaArquivos. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |