A B C D E F G H I L M N O P R S T U V W X

A

ACAO_ALTERAR - Static variable in class net.sf.webphotos.gui.PainelWebFotos
 
ACAO_CANCELAR - Static variable in class net.sf.webphotos.gui.PainelWebFotos
 
ACAO_FINALIZAR - Static variable in class net.sf.webphotos.gui.PainelWebFotos
 
ACAO_NOVO - Static variable in class net.sf.webphotos.gui.PainelWebFotos
 
AcaoAdicionarFoto - Class in net.sf.webphotos.action
Adiciona novas fotos.
AcaoAdicionarFoto(JTable, JComboBox, String) - Constructor for class net.sf.webphotos.action.AcaoAdicionarFoto
Construtor da classe.
AcaoAlterarAlbum - Class in net.sf.webphotos.action
Altera ou cria albúns.
AcaoAlterarAlbum(JButton, JButton) - Constructor for class net.sf.webphotos.action.AcaoAlterarAlbum
Contrutor da classe.
AcaoAtualizaLegenda - Class in net.sf.webphotos.action
Atualiza legenda.
AcaoAtualizaLegenda(JTable, JTextArea, JComboBox) - Constructor for class net.sf.webphotos.action.AcaoAtualizaLegenda
Construtor da classe.
AcaoDocumentListener - Class in net.sf.webphotos.action
Notifica alterações no documento.
AcaoDocumentListener() - Constructor for class net.sf.webphotos.action.AcaoDocumentListener
Construtor da classe.
AcaoExcluirAlbum - Class in net.sf.webphotos.action
Exclui albúns.
AcaoExcluirAlbum() - Constructor for class net.sf.webphotos.action.AcaoExcluirAlbum
Construtor da classe.
AcaoExcluirFoto - Class in net.sf.webphotos.action
Exclui fotos.
AcaoExcluirFoto(JTable) - Constructor for class net.sf.webphotos.action.AcaoExcluirFoto
Construtor da classe.
AcaoItemListener - Class in net.sf.webphotos.action
Informa se o item foi ou não selecionado.
AcaoItemListener(JTable) - Constructor for class net.sf.webphotos.action.AcaoItemListener
Construtor da classe.
AcaoItemListener() - Constructor for class net.sf.webphotos.action.AcaoItemListener
Construtor da classe.
AcaoPesquisa - Class in net.sf.webphotos.action
Pesquisa elementos no programa.
AcaoPesquisa(JComboBox, JTextField, JTable) - Constructor for class net.sf.webphotos.action.AcaoPesquisa
Construtro da classe.
AcaoPopMenu - Class in net.sf.webphotos.gui
Gera o menu de visualização dos dados do albúm.
AcaoPopMenu(String) - Constructor for class net.sf.webphotos.gui.AcaoPopMenu
Construtor da classe.
AcaoPopup - Class in net.sf.webphotos.action
Trabalha o evento do clique do mouse (mousePressed) e apresenta uma janela com menu popup.
AcaoPopup(JPopupMenu) - Constructor for class net.sf.webphotos.action.AcaoPopup
Construtor da classe.
AcaoTeste - Class in net.sf.webphotos.action
Esta classe não parece estar concluída.
AcaoTeste() - Constructor for class net.sf.webphotos.action.AcaoTeste
Contrutor da classe.
AcaoToolbar - Class in net.sf.webphotos.action
Identifica uma ação obtida ao clique de um dos botões da barra de ferramentas localizada no canto inferior direito do painel principal.
AcaoToolbar() - Constructor for class net.sf.webphotos.action.AcaoToolbar
Construtor da classe.
accept(File) - Method in class net.sf.webphotos.gui.util.ImageFilter
Retorna uma variável lógica que indica se o arquivo é válido.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoAdicionarFoto
Método responsável pela ação de inserção das fotos.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoAlterarAlbum
Identica qual a ação que ocorreu.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoAtualizaLegenda
Método responsável pela ação de atualização da legenda.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoExcluirAlbum
Método responsável pela ação de exclusão de albúns.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoExcluirFoto
Método responsável pela exclusão de fotos.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoPesquisa
Faz as pesquisas ao banco utilizando os valores de ID ou com o campo de texto de pesquisa.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoTeste
Instancia um objeto Album para receber os dados do albúm e faz um print no formato XML, através da função toXML() localizada em Album.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.action.AcaoToolbar
Recupera o nome setado em ActionCommand numa String.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.gui.AcaoPopMenu
Esse método tem como objetivo construir o menu de visualização dos dados dos albúns.
actionPerformed(ActionEvent) - Method in class net.sf.webphotos.gui.Visualizador
Desabilita a tela.
add(ComandoFTP) - Method in class net.sf.webphotos.util.legacy.CacheFTP
Valida e adiciona um comando no arquivo através de um Object recebido como parâmetro.
addCommand(int, int, int) - Method in class net.sf.webphotos.util.legacy.CacheFTP
Recebe uma ação, um albúm e uma foto, e adiciona um comando de FTP no arquivo.
addPhoto(PhotoVO) - Method in class net.sf.webphotos.model.AlbumVO
 
addPhotos(HashSet<PhotoVO>) - Method in class net.sf.webphotos.model.AlbumVO
 
addPopupMouseListener(MouseListener) - Method in class net.sf.webphotos.gui.component.PainelPesquisa
 
addSyncListener(SyncListener) - Method in class net.sf.webphotos.sync.FTP.SyncAdapter
Registra a FTPSyncListener para receber FTPSyncEvents.
adicionarFotos(File[]) - Method in class net.sf.webphotos.Album
Inclui fotos na coleção.
AdicionarFotos - Class in net.sf.webphotos.gui
Implementa um menu para seleção de arquivos de imagem.
ajustaLargura(JTable, String) - Static method in class net.sf.webphotos.util.Util
Ajusta a largura das colunas do modelo.
Album - Class in net.sf.webphotos
A classe Album mantém uma coleçao de fotos em um ArrayList de PhotoDTO, que pode ser manipulada através das funções da própria classe.
AlbumDAO - Class in net.sf.webphotos.dao.jpa
 
AlbumDAO() - Constructor for class net.sf.webphotos.dao.jpa.AlbumDAO
 
AlbumVO - Class in net.sf.webphotos.model
 
AlbumVO() - Constructor for class net.sf.webphotos.model.AlbumVO
Deprecated. 
AlbumVOBuilder - Class in net.sf.webphotos.model
Builder for Entity AlbumVO
altera(DocumentEvent) - Method in class net.sf.webphotos.action.AcaoDocumentListener
Faz uso da função alteracaoDetectada() da classe PainelWebFotos, para checar se ocorreu alguma alteração.
alteracaoDetectada() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Detecta alterações.
alteracaoFinalizada() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Sensitividade a alterações.
ApplicationContextResource - Class in net.sf.webphotos.util
 
apresentaNumReg() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna o número de registros encontrados.
Arquivo - Class in net.sf.webphotos.util.legacy
Objeto que contém os dados do arquivo usados na tabela FtpClient
Arquivo() - Constructor for class net.sf.webphotos.util.legacy.Arquivo
Cria uma nova instância para o Arquivo
Arquivo(String, int, int, int, String) - Constructor for class net.sf.webphotos.util.legacy.Arquivo
Verifica qual operação deverá ser feita com o arquivo e caso seja Upload ele enviará o arquivo para o local especificado
Arquivo(String, int, int, int, String, long) - Constructor for class net.sf.webphotos.util.legacy.Arquivo
Verifica qual operação deverá ser acionada para o arquivo
Arquivo(List<String>) - Constructor for class net.sf.webphotos.util.legacy.Arquivo
Constructor thar loads the data from a List List Data Format Position 0: Status Position 1: nomeAcao Position 2: albumID Position 3: fotoID Position 4: nmArquivo Position 5: tamanho TODO: review
ASCENDING - Static variable in class net.sf.webphotos.gui.util.TableSorter
 
atualizaAlbum() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Atualiza o álbum corrente com as informações presentes nas caixa de texto.
atualizaFoto() - Method in class net.sf.webphotos.PhotoDTO
Faz a atualização dos dados da foto.

B

BancoImagem - Class in net.sf.webphotos
A classe BancoImagem manipula dados das imagens através da conexão com banco de dados.
BarraMenu - Class in net.sf.webphotos.gui
 
BarraMenu() - Constructor for class net.sf.webphotos.gui.BarraMenu
 
BasicEJBLocator - Class in net.sf.webphotos.locator
 
BasicEJBLocator() - Constructor for class net.sf.webphotos.locator.BasicEJBLocator
 
botaoCancelar() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Prepara a interface do botão cancelar.
botaoFinalizar() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Prepara a interface do botão finalizar.
BotaoIcone - Class in net.sf.webphotos.gui.component
Base para geração de Botões iconificados (um símbolo visual no lugar de uma palavra para identificar o botão) Atualmente ele é base para quatro botões da tela principal do WebPhotos abaixo do espaço usado para por legenda e crédito.
BotaoIcone() - Constructor for class net.sf.webphotos.gui.component.BotaoIcone
Construtor Padrão do Botão-Ícone.
BotaoIconeBeanInfo - Class in net.sf.webphotos.gui.component
 
BotaoIconeBeanInfo() - Constructor for class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
 
botaoNovo() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Prepara a interface para criação de um novo álbum.
botaoPersonalizado - Static variable in class net.sf.webphotos.gui.component.BotaoIcone
Parâmetro que define se o botão ira trabalhar com suas bordas de forma personalizada.
build() - Method in class net.sf.webphotos.model.AlbumVOBuilder
 
builder() - Static method in class net.sf.webphotos.model.AlbumVO
 
builder(Integer) - Static method in class net.sf.webphotos.model.AlbumVO
 
BY_KEY_ASCENDING - Static variable in interface net.sf.webphotos.entity.IsPhoto
 
BY_KEY_DESCENDING - Static variable in interface net.sf.webphotos.entity.IsPhoto
 

C

cachedContext - Variable in class net.sf.webphotos.locator.BasicEJBLocator
 
CacheFTP - Class in net.sf.webphotos.util.legacy
Mantém uma lista (arquivo) com comandos FTP.
calculaReducao(Dimension, int) - Static method in class net.sf.webphotos.gui.Visualizador
Faz uma redução de dimensão da foto.
Calendario - Class in net.sf.webphotos.gui
Gera um calendário.
Calendario() - Constructor for class net.sf.webphotos.gui.Calendario
Construtor da classe.
Calendario(String) - Constructor for class net.sf.webphotos.gui.Calendario
Construtor da classe.
cancelado() - Method in class net.sf.webphotos.gui.util.Login
Retorna a variável cancelado.
CategoryDAO - Class in net.sf.webphotos.dao.jpa
 
CategoryDAO() - Constructor for class net.sf.webphotos.dao.jpa.CategoryDAO
 
CategoryVO - Class in net.sf.webphotos.model
 
CategoryVO() - Constructor for class net.sf.webphotos.model.CategoryVO
Deprecated. 
CategoryVO(Integer) - Constructor for class net.sf.webphotos.model.CategoryVO
Deprecated. 
CategoryVO(Integer, String) - Constructor for class net.sf.webphotos.model.CategoryVO
Deprecated. 
CategoryVO(String) - Constructor for class net.sf.webphotos.model.CategoryVO
 
CategoryVO(String, CategoryVO) - Constructor for class net.sf.webphotos.model.CategoryVO
 
cd(String) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Muda de diretório. criando o diretório quando não existir.
cd(String) - Method in interface net.sf.webphotos.sync.Sync
Muda o diretório.
changedUpdate(DocumentEvent) - Method in class net.sf.webphotos.action.AcaoDocumentListener
Implementa o método changeUptade da interface DocumentListener.
changeWorkingDirectory(String) - Method in interface net.sf.webphotos.sync.Sync
Muda o diretório de trabalho baseado no novo passado como parâmetro.
clear() - Method in class net.sf.webphotos.Album
Limpa o ArrayList fotos.
clear() - Method in class net.sf.webphotos.gui.component.PainelFoto
Limpa a caixa onde é apresentada a foto.
clone() - Method in class net.sf.webphotos.Album
 
clone() - Method in class net.sf.webphotos.BancoImagem
 
clone() - Method in class net.sf.webphotos.gui.util.TableModelFoto
 
clone() - Method in class net.sf.webphotos.util.Util
 
closeConnection() - Static method in class net.sf.webphotos.BancoImagem
Fecha uma conexão com o banco de dados.
ComandoFTP - Class in net.sf.webphotos.util.legacy
Cria um comando de FTP.
ComandoFTP(int, int, int) - Constructor for class net.sf.webphotos.util.legacy.ComandoFTP
Construtor da classe.
COMPARABLE_COMPARATOR - Static variable in class net.sf.webphotos.gui.util.TableSorter
 
compareTo(IsPhoto) - Method in class net.sf.webphotos.entity.PhotoEntity
 
compareTo(ComandoFTP) - Method in class net.sf.webphotos.util.legacy.ComandoFTP
Interface de ordenação (sort) para agrupar as operações (uploads, downloads, e deletes).
configure(String, String) - Method in class net.sf.webphotos.BancoImagem
Configura a URL e o driver do DB.
connect() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Conecta ao servidor FTP.
connect() - Method in interface net.sf.webphotos.sync.Sync
Conecta ao FTP.
connected(SyncEvent) - Method in class net.sf.webphotos.sync.FTP.SyncAdapter
Implementa o método connected da interface SyncListener.
connected(SyncEvent) - Method in interface net.sf.webphotos.sync.SyncListener
Trabalha o evento para apresentar a conexão ao FTP.
createNativeQuery(String) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
Deprecated.  
CreditsDAO - Class in net.sf.webphotos.dao.jpa
 
CreditsDAO() - Constructor for class net.sf.webphotos.dao.jpa.CreditsDAO
 
CreditsVO - Class in net.sf.webphotos.model
 
CreditsVO() - Constructor for class net.sf.webphotos.model.CreditsVO
 
CreditsVO(String) - Constructor for class net.sf.webphotos.model.CreditsVO
 
CreditsVO(Integer) - Constructor for class net.sf.webphotos.model.CreditsVO
 
CreditsVO(Integer, String) - Constructor for class net.sf.webphotos.model.CreditsVO
 
cursorMoved(RowSetEvent) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Não possui corpo.

D

DELETE - Static variable in class net.sf.webphotos.util.legacy.CacheFTP
Número de opção da ação DELETE.
deleteFile(String) - Method in interface net.sf.webphotos.sync.Sync
Deleta um arquivo especificado pelos parãmetros.
DESCENDING - Static variable in class net.sf.webphotos.gui.util.TableSorter
 
detectarAlteracoes(boolean) - Static method in class net.sf.webphotos.gui.PainelWebFotos
Seta a flag detectarAlteracoes com o valor recebido como parâmetro.
disconnect(String) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Desconecta do servidor FTP e apresenta uma mensagem de log.
disconnect(String) - Method in interface net.sf.webphotos.sync.Sync
Desconecta do FTP e apresenta uma mensagem explicando o motivo.
disconnected(SyncEvent) - Method in class net.sf.webphotos.sync.FTP.SyncAdapter
Implementa o método disconnected da interface SyncListener.
disconnected(SyncEvent) - Method in interface net.sf.webphotos.sync.SyncListener
Trabalha o evento para apresentar a desconexão do FTP.
DOWNLOAD - Static variable in class net.sf.webphotos.util.legacy.CacheFTP
Número de opção da ação DOWNLOAD.

E

EJB_CONTEXT_FACTORY - Static variable in class net.sf.webphotos.locator.BasicEJBLocator
 
EJB_SERVER - Static variable in class net.sf.webphotos.locator.BasicEJBLocator
 
EJB_URL_PREFIXES - Static variable in class net.sf.webphotos.locator.BasicEJBLocator
 
EJBDAOLocator - Class in net.sf.webphotos.locator
 
entityManager - Variable in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
equals(Object) - Method in class net.sf.webphotos.entity.PhotoEntity
 
equals(Object) - Method in class net.sf.webphotos.model.AlbumVO
 
equals(Object) - Method in class net.sf.webphotos.model.CategoryVO
 
equals(Object) - Method in class net.sf.webphotos.model.CreditsVO
 
equals(Object) - Method in class net.sf.webphotos.util.legacy.ComandoFTP
Recebe um Object e compara com os valores armazenados na classe.
err - Static variable in class net.sf.webphotos.util.Util
Para desviar a saída padrão de texto (em produção).
excluirAlbuns(int[]) - Method in class net.sf.webphotos.Album
Recebe um vetor com IDs de albúns a serem excluídos.
excluirFotos(String[]) - Method in class net.sf.webphotos.Album
Recebe uma lista com nomes de fotos e faz uma busca no ArrayList fotos, caso encontre, exclui a foto específica.
excluirFotos(int[]) - Method in class net.sf.webphotos.Album
Recebe uma lista com IDs das fotos e faz uma busca para excluir as fotos específicas do DB, FTP e FS.
executaAlteracoes() - Method in class net.sf.webphotos.action.AcaoAlterarAlbum
Método responsável pelas alterações ou criação de um novo albúm.
executaLote() - Static method in class net.sf.webphotos.tools.Thumbnail
Abre uma conexão com o banco de dados através da classe BancoImagem, busca um lote de imagens e faz thumbs para todas as fotos.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class net.sf.webphotos.web.action.IndexAction
This is the action called from the Struts framework.

F

find(String) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
findAll() - Method in class net.sf.webphotos.dao.jpa.AlbumDAO
 
findBy(I) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
findByNamedQuery(String) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
findByNativeQuery(String) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
Deprecated.  
FOLGA - Static variable in class net.sf.webphotos.gui.component.PainelFoto
Distancia em Pixels entre a figura e a Borda do componente
FrameConfig - Class in net.sf.webphotos.gui
Esta classe cria um frame com aba.
FrameConfig(Frame, boolean) - Constructor for class net.sf.webphotos.gui.FrameConfig
Construtor da classe.
FrameWebFotos - Class in net.sf.webphotos.gui
Gera um frame que aloca PainelWebFotos.
FROM_PHOTODTO_PHOTOVO - Static variable in class net.sf.webphotos.PhotoDTO
 
FtpClient - Class in net.sf.webphotos.gui.util
Cliente FTP.
FtpClient() - Constructor for class net.sf.webphotos.gui.util.FtpClient
Construtor da classe.
FtpClientException - Exception in net.sf.webphotos.gui
Esta classe checa uma exceção no FtpClient.
FtpClientException(String) - Constructor for exception net.sf.webphotos.gui.FtpClientException
Esse método apenas repassa a informação.
FtpClientException(Throwable) - Constructor for exception net.sf.webphotos.gui.FtpClientException
 
FtpClientException(String, Throwable) - Constructor for exception net.sf.webphotos.gui.FtpClientException
 
FtpClientException() - Constructor for exception net.sf.webphotos.gui.FtpClientException
 
FTPTabelModel - Class in net.sf.webphotos.gui.util
Modelo da tabela de dados do frame FtpClient.
FTPTabelModel(ArrayList<Arquivo>) - Constructor for class net.sf.webphotos.gui.util.FTPTabelModel
Cria uma instancia do Modelo usando um array de dados.

G

getAcao() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna a variável acao(indica qual operação deverá ser acionada)
getAcaoPesquisa() - Method in class net.sf.webphotos.gui.component.PainelPesquisa
 
getAcaoToolbar() - Static method in class net.sf.webphotos.gui.component.BotaoIcone
Retorna o Objeto do tipo net.sf.webphotos.acao.AcaoToolbar responsável pelas ações que todos os botões irão acessar.
getAlbum() - Static method in class net.sf.webphotos.Album
Retorna o objeto Album instanciado na própria classe.
getAlbum() - Method in class net.sf.webphotos.model.PhotoVO
 
getAlbumID() - Method in class net.sf.webphotos.Album
Retorna o ID do albúm.
getAlbumid() - Method in class net.sf.webphotos.model.AlbumVO
 
getAlbumID() - Method in class net.sf.webphotos.PhotoDTO
Retorna o ID do album.
getAlbumID() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna variável albumID(identificação do album)
getAlbumID() - Method in class net.sf.webphotos.util.legacy.ComandoFTP
Retorna o valor numérico do albúm (ID).
getAlbunsDAO() - Method in class net.sf.webphotos.web.action.IndexAction
 
getAlbunsRoot() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna o diretório raiz de albúns.
getAlbunsRoot() - Static method in class net.sf.webphotos.util.Util
Retorna o diretório raiz de albuns.
getAltura() - Method in class net.sf.webphotos.model.PhotoVO
 
getAltura() - Method in class net.sf.webphotos.PhotoDTO
Retorna o tamanho da altura da foto.
getBancoImagem() - Static method in class net.sf.webphotos.BancoImagem
Retorna o objeto BancoImagem instanciado na própria classe.
getBean(String) - Static method in class net.sf.webphotos.util.ApplicationContextResource
 
getBeanDescriptor() - Method in class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class net.sf.webphotos.gui.component.PainelFotoBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
Gets the bean's BeanDescriptors.
getBufferSize() - Method in interface net.sf.webphotos.sync.Sync
Retorna o tamanho do Buffer.
getCache() - Static method in class net.sf.webphotos.util.legacy.CacheFTP
Retorna a instancia de CacheFTP feita na própria classe.
getCaminhoArquivo() - Method in class net.sf.webphotos.model.PhotoVO
 
getCaminhoArquivo() - Method in class net.sf.webphotos.PhotoDTO
Retorna o nome ou o caminho do arquivo.
getCategoria(int) - Method in class net.sf.webphotos.Album
Retorna a categoria específica.
getCategoriaID() - Method in class net.sf.webphotos.Album
Retorna o ID da categoria.
getCategoriaID() - Method in class net.sf.webphotos.model.CategoryVO
 
getCategoriaPai() - Method in class net.sf.webphotos.model.CategoryVO
 
getCategoriasArray() - Method in class net.sf.webphotos.Album
 
getCategoriasArray(Boolean) - Method in class net.sf.webphotos.Album
Retorna um vetor que armazena as categorias.
getCategoriasPesquisaComboBoxModel() - Method in class net.sf.webphotos.gui.component.PainelPesquisa
Retorna a ComboBoxModel categoriasPesquisaComboBoxModel.
getCategoriasVO() - Method in class net.sf.webphotos.model.AlbumVO
 
getColumnClass(int) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Busca qual o tipo de uma coluna especifica e retorna sua classe.
getColumnClass(int) - Method in class net.sf.webphotos.gui.util.TableModelFoto
Retorna a classe do objeto encontrado na matriz fotoTabela.
getColumnClass(int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
getColumnCount() - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Retorna o número de colunas.
getColumnCount() - Method in class net.sf.webphotos.gui.util.TableModelFoto
Retorna o total de colunas, contando o número de posições no vetor fotoColunas.
getColumnCount() - Method in class net.sf.webphotos.gui.util.TableSorter
 
getColumnName(int) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Retorna o nome de uma coluna.
getColumnName(int) - Method in class net.sf.webphotos.gui.util.TableModelFoto
Recebe um número referente a uma coluna e retorna o valor da coluna através do vetor fotoColunas.
getColumnName(int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
getComparator(int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
getConfig() - Static method in class net.sf.webphotos.util.Util
 
getConnection() - Static method in class net.sf.webphotos.BancoImagem
Retorna uma conexão ao banco de dados.
getCopyStreamListener() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna o objeto copyStreamListener.
getCopyStreamListener() - Method in interface net.sf.webphotos.sync.Sync
Retorna um objeto CopyStreamListener.
getCreditoid() - Method in class net.sf.webphotos.model.CreditsVO
 
getCreditoID() - Method in class net.sf.webphotos.PhotoDTO
Retorna o ID do crédito.
getCreditoNome() - Method in class net.sf.webphotos.PhotoDTO
Retorna o crédito da foto.
getCreditos() - Method in interface net.sf.webphotos.entity.IsPhoto
 
getCreditos() - Method in class net.sf.webphotos.model.PhotoVO
 
getCreditos() - Method in class net.sf.webphotos.PhotoDTO
 
getCreditosArray() - Static method in class net.sf.webphotos.PhotoDTO
Retorna um vetor com os valores de credito.
getDefaultEventIndex() - Method in class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class net.sf.webphotos.gui.component.PainelFotoBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultPropertyIndex() - Method in class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class net.sf.webphotos.gui.component.PainelFotoBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultSize() - Static method in class net.sf.webphotos.gui.component.PainelFoto
Retorna a dimensão default através da classe Dimension.
getDescricao() - Method in class net.sf.webphotos.Album
Retorna a descrição do albúm.
getDescricao() - Method in class net.sf.webphotos.model.AlbumVO
 
getDescription() - Method in class net.sf.webphotos.gui.util.ImageFilter
Retorna a descrição "Imagens jpeg e jpg".
getDtInsercao() - Method in class net.sf.webphotos.Album
Retorna a data de inserção do albúm.
getDtInsercao() - Method in class net.sf.webphotos.model.AlbumVO
 
getEJBContext() - Method in class net.sf.webphotos.locator.BasicEJBLocator
 
getEntityManager() - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
getEventSetDescriptors() - Method in class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class net.sf.webphotos.gui.component.PainelFotoBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
Gets the bean's EventSetDescriptors.
getFiles(String, JComponent) - Static method in class net.sf.webphotos.gui.AdicionarFotos
Retorna um vetor com os arquivos selecionados para inclusão.
getFolder(String) - Static method in class net.sf.webphotos.util.Util
Retorna o diretório raiz de albuns.
getFoto(int) - Method in class net.sf.webphotos.Album
Retorna uma foto deste album ou null se não existir.
getFoto(String) - Method in class net.sf.webphotos.Album
Retorna uma foto deste album ou null se não existir.
getFoto() - Method in class net.sf.webphotos.gui.component.PainelFoto
Retorna uma foto através do objeto Image chamado foto.
getFotoid() - Method in class net.sf.webphotos.model.PhotoVO
 
getFotoID() - Method in class net.sf.webphotos.PhotoDTO
Retorna o ID da foto.
getFotoID() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna variável fotoID
getFotoID() - Method in class net.sf.webphotos.util.legacy.ComandoFTP
Retorna o valor numérico da foto (ID).
getFotos() - Method in class net.sf.webphotos.Album
Retorna toda a coleção encontrada no ArrayList fotos.
getFotosArray() - Method in class net.sf.webphotos.Album
Retorna uma matriz com as fotos e seus dados específicos.
getFotosColunas() - Method in class net.sf.webphotos.Album
Retorna um vetor que armazenará os dados de ID, legenda e crédito da foto.
getHeaderRendererIcon(int, int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
getIcon(int) - Method in class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class net.sf.webphotos.gui.component.PainelFotoBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIconPrefix() - Method in class net.sf.webphotos.gui.component.BotaoIcone
Retorna o Prefixo dos ícones em uso.
getId() - Method in interface net.sf.webphotos.entity.HasID
 
getId() - Method in class net.sf.webphotos.model.AlbumVO
 
getId() - Method in class net.sf.webphotos.model.CategoryVO
 
getId() - Method in class net.sf.webphotos.model.CreditsVO
 
getId() - Method in class net.sf.webphotos.model.PhotoVO
 
getInstance() - Static method in class net.sf.webphotos.gui.FrameWebFotos
Retorna a instância de FrameWebFotos.
getInstance() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna a instância de PainelWebFotos.
getInstance() - Static method in class net.sf.webphotos.locator.EJBDAOLocator
 
getInstance() - Static method in class net.sf.webphotos.util.Util
Retorna a instância da própria classe.
getKey() - Method in interface net.sf.webphotos.entity.IsPhoto
 
getKey() - Method in class net.sf.webphotos.model.PhotoVO
 
getKey() - Method in class net.sf.webphotos.PhotoDTO
 
getLargura() - Method in class net.sf.webphotos.model.PhotoVO
 
getLargura() - Method in class net.sf.webphotos.PhotoDTO
Retorna o tamanho da largura da foto.
getLblFotoInfo() - Method in class net.sf.webphotos.gui.component.PainelFoto
Retorna o label da foto.
getLegenda() - Method in interface net.sf.webphotos.entity.IsPhoto
 
getLegenda() - Method in class net.sf.webphotos.model.PhotoVO
 
getLegenda() - Method in class net.sf.webphotos.PhotoDTO
Retorna a legenda da foto.
getLinhaComando() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna variável linhaComando
getListaArquivos() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna o ArrayList listaArquivos.
getListaArquivos() - Method in interface net.sf.webphotos.sync.Sync
Retorna uma lista de arquivos.
getLocalPath(int) - Static method in class net.sf.webphotos.BancoImagem
Recebe o ID de um albúm e retorna o caminho do path local
getLogin(String) - Static method in class net.sf.webphotos.gui.util.Login
Seta o título da tela de login e retorna a instância da classe.
getLogin() - Static method in class net.sf.webphotos.gui.util.Login
Retorna a instância da classe.
getLstCategoriasID(String) - Method in class net.sf.webphotos.Album
Retorna o ID dado um nome de categoria.
getLstCategoriasIndex(String) - Method in class net.sf.webphotos.Album
Retorna um índice da matriz categorias.
getLstCategoriasIndex(int) - Method in class net.sf.webphotos.Album
Retorna um índice da matriz categorias.
getLstCreditos() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna uma lista de créditos.
getLstCreditosID(String) - Static method in class net.sf.webphotos.PhotoDTO
Retorna o ID do crédito.
getLstCreditosIndex(String) - Static method in class net.sf.webphotos.PhotoDTO
Retorna um índice da matriz créditos dado um nome de crédito.
getLstCreditosTabelaFotos() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna uma lista de créditos da tabela de fotos?
getMascaraData() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna uma máscara.
getMethodDescriptors() - Method in class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class net.sf.webphotos.gui.component.PainelFotoBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
Gets the bean's MethodDescriptors.
getModel() - Static method in class net.sf.webphotos.gui.util.TableModelAlbum
Retorna a instância da própria classe.
getModel() - Static method in class net.sf.webphotos.gui.util.TableModelFoto
Retorna a instância da própria classe.
getNmAlbum() - Method in class net.sf.webphotos.Album
Retorna o nome do albúm.
getNmalbum() - Method in class net.sf.webphotos.model.AlbumVO
 
getNmcategoria() - Method in class net.sf.webphotos.model.CategoryVO
 
getNmfoto() - Method in class net.sf.webphotos.model.PhotoVO
 
getNome() - Method in interface net.sf.webphotos.entity.IsCredits
 
getNome() - Method in class net.sf.webphotos.model.CreditsVO
 
getNomeAcao() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna variável acao(indica qual operação deverá ser acionada)
getNomeArquivo() - Method in class net.sf.webphotos.gui.component.PainelFoto
Retorna o nome ou caminho do arquivo.
getNomeArquivo() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna variável nmArquivo(Nome do arquivo)
getObject() - Method in class net.sf.webphotos.util.UtilFactoryBean
 
getObjectType() - Method in class net.sf.webphotos.util.UtilFactoryBean
 
getOperacao() - Method in class net.sf.webphotos.util.legacy.ComandoFTP
Retorna o valor numérico da operação.
getPassword() - Method in class net.sf.webphotos.BancoImagem
Retorna a senha do usuário.
getPassword() - Method in class net.sf.webphotos.gui.util.Login
Retorna a senha de login.
getPasswordFTP() - Method in class net.sf.webphotos.BancoImagem
Retorna a senha do usuário de FTP.
getPhotoBy(Integer) - Method in class net.sf.webphotos.model.AlbumVO
 
getPhotos() - Method in class net.sf.webphotos.model.AlbumVO
 
getPreSQL() - Method in class net.sf.webphotos.gui.PopupMenu
Retorna uma query de SQL.
getProperty(String) - Static method in class net.sf.webphotos.util.Util
Retorna uma String contendo a propriedade.
getPropertyDescriptors() - Method in class net.sf.webphotos.gui.component.BotaoIconeBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class net.sf.webphotos.gui.component.PainelFotoBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
Gets the bean's PropertyDescriptors.
getRemoteEJBsInitialContext() - Method in class net.sf.webphotos.locator.BasicEJBLocator
 
getResolucao() - Method in class net.sf.webphotos.PhotoDTO
Retorna uma resolução especifica com os valores de altura e largura.
getRowCount() - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Retorna o número de linhas.
getRowCount() - Method in class net.sf.webphotos.gui.util.TableModelFoto
Retorna o total de linhas, contando o número de posições no vetor fotoTabela.
getRowCount() - Method in class net.sf.webphotos.gui.util.TableSorter
 
getRSet() - Static method in class net.sf.webphotos.BancoImagem
Deprecated. 
getSenha() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna a senha do usuário.
getSenha() - Method in interface net.sf.webphotos.sync.Sync
Retorna uma senha de usuário.
getSortingStatus(int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
getStatus() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna a variável status
getSyncFolder() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna o caminho que deve usar
getSyncFolder() - Method in interface net.sf.webphotos.sync.Sync
Retorna o caminho que deve usar.
getSyncListener() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna o ouvinte syncListener.
getSyncListener() - Method in interface net.sf.webphotos.sync.Sync
Retorna o ouvinte syncListener.
getTableHeader() - Method in class net.sf.webphotos.gui.util.TableSorter
 
getTableModel() - Method in class net.sf.webphotos.gui.util.TableSorter
 
getTamanho() - Method in class net.sf.webphotos.util.legacy.Arquivo
Retorna variável tamanho(tamanho do arquivo no qual será utilizado)
getTbAlbuns() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna uma tabela de albúns.
getTbFotos() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna uma tabela de fotos.
getTelaLogin() - Static method in class net.sf.webphotos.gui.util.Login
Retorna a tela de login.
getTxtLegenda() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna uma textarea de legenda.
getTxtLog() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Retorna uma textarea de log.
getUltimoSQL() - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Retorna o valor de ultimoSQL.
getUser() - Method in class net.sf.webphotos.BancoImagem
Retorna o usuário.
getUser() - Method in class net.sf.webphotos.gui.util.Login
Retorna o usuário de login.
getUserFTP() - Method in class net.sf.webphotos.BancoImagem
Retorna o usuário de FTP.
getUsuario() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna o usuário.
getUsuario() - Method in interface net.sf.webphotos.sync.Sync
Retorna o usuário.
getUsuarioID() - Method in class net.sf.webphotos.Album
Retorna o ID do usuário.
getValueAt(int, int) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Obtém o valor na tabela.
getValueAt(int, int) - Method in class net.sf.webphotos.gui.util.TableModelFoto
Busca um valor contido na matriz fotoTabela e retorna um Object.
getValueAt(int, int) - Method in class net.sf.webphotos.gui.util.TableSorter
 

H

hashCode() - Method in class net.sf.webphotos.entity.PhotoEntity
 
hashCode() - Method in class net.sf.webphotos.model.AlbumVO
 
hashCode() - Method in class net.sf.webphotos.model.CategoryVO
 
hashCode() - Method in class net.sf.webphotos.model.CreditsVO
 
HasID<I> - Interface in net.sf.webphotos.entity
 

I

ImageFilter - Class in net.sf.webphotos.gui.util
Filtro da seleção de imagens.
ImageFilter() - Constructor for class net.sf.webphotos.gui.util.ImageFilter
 
IndexAction - Class in net.sf.webphotos.web.action
 
IndexAction() - Constructor for class net.sf.webphotos.web.action.IndexAction
 
initEJBContext() - Method in class net.sf.webphotos.locator.BasicEJBLocator
 
insertUpdate(DocumentEvent) - Method in class net.sf.webphotos.action.AcaoDocumentListener
Implementa o método insertUptade da interface DocumentListener.
isCellEditable(int, int) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Retorna o valor false.
isCellEditable(int, int) - Method in class net.sf.webphotos.gui.util.TableModelFoto
Checa se o número de colunas é maior que zero e retorna true, caso contrário retorna false.
isCellEditable(int, int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
IsCredits - Interface in net.sf.webphotos.entity
 
isEnviarAltaResolucao() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Retorna o valor de enviarAltaResolucao.
isEnviarAltaResolucao() - Method in interface net.sf.webphotos.sync.Sync
Retorna a variável boolean enviarAltaResolução para especificar se serão enviadas fotos originais ou não.
IsPhoto - Interface in net.sf.webphotos.entity
 
isRetrying() - Method in class net.sf.webphotos.sync.SyncEvent
Retorna o valor da variável retrying.
isSingleton() - Method in class net.sf.webphotos.util.UtilFactoryBean
 
isSorting() - Method in class net.sf.webphotos.gui.util.TableSorter
 
itemStateChanged(ItemEvent) - Method in class net.sf.webphotos.action.AcaoItemListener
Checa quando for evento de lstCategoriasAlbum, significa que o album esta vazio, muda somente a flag de alteração detectada.

L

LEXICAL_COMPARATOR - Static variable in class net.sf.webphotos.gui.util.TableSorter
 
listFiles() - Method in interface net.sf.webphotos.sync.Sync
Retorna uma lista de arquivos.
loadAlbum(int) - Method in class net.sf.webphotos.Album
Carrega um albúm no ArrayList fotos que anteriormente foi salvo no banco de dados.
loadDBDriver() - Static method in class net.sf.webphotos.BancoImagem
 
loadImage(String) - Method in class net.sf.webphotos.gui.component.PainelFoto
Carrega uma imagem.
loadImage() - Method in class net.sf.webphotos.gui.component.PainelFoto
Carrega uma imagem.
loadSocksProxy() - Static method in class net.sf.webphotos.util.Util
 
loadSyncCache() - Method in class net.sf.webphotos.sync.FTP.SyncObject
Faz um load no ArrayList CacheFTP, faz uma busca por iteração, identifica e carrega as linhas de comandos na seguinte ordem: DELETE, UPLOAD e DOWNLOAD.
loadSyncCache() - Method in interface net.sf.webphotos.sync.Sync
Procure sua utilização em loadSyncCache().
loadSyncCacheLine(String) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Recebe uma linha com comando de FTP (DELETE, DOWNLOAD ou UPLOAD), processa o tipo "acao albumID foto" e a carrega em cima do ArrayList listaArquivos, que contém dados de Arquivo.
loadSyncCacheLine(String) - Method in interface net.sf.webphotos.sync.Sync
Carrega uma linha de comando FTP.
loadUIManager() - Static method in class net.sf.webphotos.BancoImagem
 
log(String) - Static method in class net.sf.webphotos.util.Util
Trabalha o texto recebido para impressão do log.
login() - Static method in class net.sf.webphotos.BancoImagem
Retorna true caso o login seja efetuado ou false caso não.
login(String) - Static method in class net.sf.webphotos.BancoImagem
Inicia o login partir de um nome passado como parâmetro.
Login - Class in net.sf.webphotos.gui.util
Responsável pelas funções relacionadas ao login do usuário.
Login(Object) - Constructor for class net.sf.webphotos.gui.util.Login
Construtor da classe.
Login() - Constructor for class net.sf.webphotos.gui.util.Login
Construtor da classe.
logonStarted(SyncEvent) - Method in class net.sf.webphotos.sync.FTP.SyncAdapter
Implementa o método logonStarted da interface SyncListener.
logonStarted(SyncEvent) - Method in interface net.sf.webphotos.sync.SyncListener
Trabalha o evento para apresentar o início do logon.

M

main(String[]) - Static method in class net.sf.webphotos.gui.FrameConfig
Método principal.
main(String[]) - Static method in class net.sf.webphotos.gui.PopupMenu
Método principal.
main(String[]) - Static method in class net.sf.webphotos.gui.Visualizador
Método principal.
main(String[]) - Static method in class net.sf.webphotos.tools.Resolucao
 
main(String[]) - Static method in class net.sf.webphotos.tools.Thumbnail
Faz um load no arquivo de configuração e chama o método makeThumbs para fazer thumbs de uma foto específica.
main(String[]) - Static method in class net.sf.webphotos.tools.XMLExport
Segue algumas rotinas para exportar ao formato XML.
main(String[]) - Static method in class net.sf.webphotos.WebPhotos
Contêm uma série de rotinas para inicialização do programa.
makeDirectory(String) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Cria um novo subdiretório no servidor FTP, no diretório atual (se um pathname relativo é dado) ou onde especificado (se um pathname absoluto é dado).
makeDirectory(String) - Method in interface net.sf.webphotos.sync.Sync
Cria um novo subdiretório no diretório utilizado.
makeThumbs(String) - Static method in class net.sf.webphotos.tools.Thumbnail
Cria thumbs para as imagens.
marcaAlbunsFTP(int) - Static method in class net.sf.webphotos.gui.PainelWebFotos
Recebe um comando e o adiciona com as fotos no FTP.
marcaFotosFTP(int) - Static method in class net.sf.webphotos.gui.PainelWebFotos
Recebe um comando e o adiciona com as fotos no FTP.
Modal - Class in net.sf.webphotos.util.legacy
Ajusta o modo de aparição da janela quando ganha ou perde o foco.
Modal(JFrame) - Constructor for class net.sf.webphotos.util.legacy.Modal
Recebe um frame e seta o frame da classe.
modelIndex(int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
montagemComboPesquisa(Boolean) - Static method in class net.sf.webphotos.gui.PainelWebFotos
Extras - Pesquisa TODO: revisar processo para usar Eventos
mostraAlbum() - Method in class net.sf.webphotos.action.AcaoTeste
Instancia um objeto Album para receber os dados do albúm e faz um print com uma String, através da função toString() localizada em Album.
mostrar() - Method in class net.sf.webphotos.gui.Calendario
Imprime a saída com os dados da data, montando um calendário em um GridLayout.
mousePressed(MouseEvent) - Method in class net.sf.webphotos.action.AcaoPopup
Esse método gera uma janela popup.

N

net.sf.webphotos - package net.sf.webphotos
Copyright 2008 WebPhotos Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
net.sf.webphotos.action - package net.sf.webphotos.action
Armazena as classes responsáveis pelas ações do programa.
net.sf.webphotos.dao.jpa - package net.sf.webphotos.dao.jpa
 
net.sf.webphotos.entity - package net.sf.webphotos.entity
 
net.sf.webphotos.exception - package net.sf.webphotos.exception
 
net.sf.webphotos.gui - package net.sf.webphotos.gui
Armazena toda a parte gráfica do programa.
net.sf.webphotos.gui.component - package net.sf.webphotos.gui.component
Copyright 2008 WebPhotos Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
net.sf.webphotos.gui.util - package net.sf.webphotos.gui.util
Armazena as funções de utilidade para funcionamento do programa.
net.sf.webphotos.locator - package net.sf.webphotos.locator
 
net.sf.webphotos.model - package net.sf.webphotos.model
 
net.sf.webphotos.sync - package net.sf.webphotos.sync
Armazena as classes e interfaces de sincronização de arquivos.
net.sf.webphotos.sync.FTP - package net.sf.webphotos.sync.FTP
Armazena as classes de sincronização de envio de arquivos por FTP.
net.sf.webphotos.tools - package net.sf.webphotos.tools
Keep WebPhotos' utility programs.
net.sf.webphotos.util - package net.sf.webphotos.util
 
net.sf.webphotos.util.legacy - package net.sf.webphotos.util.legacy
Armazena as funções de utilidade para funcionamento do programa.
net.sf.webphotos.web.action - package net.sf.webphotos.web.action
 
NOT_SORTED - Static variable in class net.sf.webphotos.gui.util.TableSorter
 

O

out - Static variable in class net.sf.webphotos.util.Util
Para desviar a saída padrão de texto (em produção).

P

packColumn(JTable, int, int) - Static method in class net.sf.webphotos.util.Util
PackColumn sets the preferred width of the visible column specified by vColIndex.
PainelFoto - Class in net.sf.webphotos.gui.component
Painel de apresentação da Foto selecionada.
PainelFoto() - Constructor for class net.sf.webphotos.gui.component.PainelFoto
Construtor da classe.
PainelFotoBeanInfo - Class in net.sf.webphotos.gui.component
 
PainelFotoBeanInfo() - Constructor for class net.sf.webphotos.gui.component.PainelFotoBeanInfo
 
PainelPesquisa - Class in net.sf.webphotos.gui.component
Desenvolve um painel para pesquisas.
PainelPesquisa() - Constructor for class net.sf.webphotos.gui.component.PainelPesquisa
Construtor da classe.
PainelPesquisaBeanInfo - Class in net.sf.webphotos.gui.component
 
PainelPesquisaBeanInfo() - Constructor for class net.sf.webphotos.gui.component.PainelPesquisaBeanInfo
 
PainelWebFotos - Class in net.sf.webphotos.gui
Desenvolve o painel principal do programa.
paint(Graphics) - Method in class net.sf.webphotos.gui.Visualizador
Faz uma chamada a classe base e pinta todos os componentes.
Photo - Class in net.sf.webphotos.util.legacy
Responsável pelas funções relacionadas a alterações de fotos.
Photo() - Constructor for class net.sf.webphotos.util.legacy.Photo
 
PhotoDAO - Class in net.sf.webphotos.dao.jpa
 
PhotoDAO() - Constructor for class net.sf.webphotos.dao.jpa.PhotoDAO
 
PhotoDTO - Class in net.sf.webphotos
A classe PhotoDTO armazena dados específicos de uma foto.
PhotoDTO(PhotoVO) - Constructor for class net.sf.webphotos.PhotoDTO
 
PhotoDTO(int, int, String, int, String, int, int, long) - Constructor for class net.sf.webphotos.PhotoDTO
Construtor da classe PhotoDTO.
PhotoDTO(String) - Constructor for class net.sf.webphotos.PhotoDTO
Contrutor da classe PhotoDTO.
PhotoEntity - Class in net.sf.webphotos.entity
 
PhotoEntity() - Constructor for class net.sf.webphotos.entity.PhotoEntity
 
PhotoVO - Class in net.sf.webphotos.model
 
PhotoVO() - Constructor for class net.sf.webphotos.model.PhotoVO
Deprecated. 
PhotoVO(Integer, int, String, int, Integer, Integer) - Constructor for class net.sf.webphotos.model.PhotoVO
Deprecated. 
PhotoVO(String, String, CreditsVO, String) - Constructor for class net.sf.webphotos.model.PhotoVO
Default Constructor for new albuns
PhotoVO(String, String, CreditsVO, String, AlbumVO) - Constructor for class net.sf.webphotos.model.PhotoVO
Constructor to add photos to existing album
populaCreditos() - Static method in class net.sf.webphotos.PhotoDTO
Busca no banco de dados, os valores para setar a matriz creditos
PopupMenu - Class in net.sf.webphotos.gui
Cria um menu popup com os dados do albúm.
PopupMenu() - Constructor for class net.sf.webphotos.gui.PopupMenu
Construtor da classe.
printWorkingDirectory() - Method in interface net.sf.webphotos.sync.Sync
Retorna o nome do diretório de trabalho.

R

recebe(ComandoFTP) - Method in class net.sf.webphotos.util.legacy.ComandoFTP
Faz um teste lógico para retornar uma variável lógica.
refresh(ArrayList<Arquivo>) - Method in class net.sf.webphotos.gui.util.FTPTabelModel
Realiza a atualização dos dados da tabela.
remove(E) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
removeDirectory(String) - Method in interface net.sf.webphotos.sync.Sync
Remove um diretório através de um ID de albúm recebido.
removePhotoBy(Integer) - Method in class net.sf.webphotos.model.AlbumVO
remove one photo
removePopupMouseListener(MouseListener) - Method in class net.sf.webphotos.gui.component.PainelPesquisa
 
removeSyncListener(SyncListener) - Method in class net.sf.webphotos.sync.FTP.SyncAdapter
Remove a FTPSyncListener.
removeUpdate(DocumentEvent) - Method in class net.sf.webphotos.action.AcaoDocumentListener
Implementa o método removeUptade da interface DocumentListener.
resetAlbum() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Limpa todos os valores em albúm.
resetCaminhoArquivo() - Method in class net.sf.webphotos.PhotoDTO
Limpa o valor da variavel caminhoArquivo.
resetFoto() - Static method in class net.sf.webphotos.gui.PainelWebFotos
Limpa painel de foto com o método clear(), apaga os valores de txtLegenda, lstCredito e bloqueia os controles.
resize(String, String, int) - Static method in class net.sf.webphotos.util.legacy.Photo
Redimensiona o tamanho da imagem, alterando o arquivo.
Resolucao - Class in net.sf.webphotos.tools
 
Resolucao() - Constructor for class net.sf.webphotos.tools.Resolucao
 
retrieveFileStream(String) - Method in interface net.sf.webphotos.sync.Sync
Retorna um InputStream para o arquivo específico.
rowChanged(RowSetEvent) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Notifica que a estrutura da tabela foi modificada, porém informa qual a função foi feita (insert, delete ou update).
rowSetChanged(RowSetEvent) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Notifica aos listenners que a estrutura da tabela foi modificada.
run() - Method in class net.sf.webphotos.gui.util.FtpClient
Executa o comando FTP.

S

save(E) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
saveFile() - Method in class net.sf.webphotos.util.legacy.CacheFTP
Grava o arquivo.
setAcaoPesquisa(AcaoPesquisa) - Method in class net.sf.webphotos.gui.component.PainelPesquisa
 
setAlbum(AlbumVO) - Method in class net.sf.webphotos.model.PhotoVO
 
setAlbumID(int) - Method in class net.sf.webphotos.Album
Seta um valor para o ID do albúm.
setAlbumid(Integer) - Method in class net.sf.webphotos.model.AlbumVO
 
setAlbumID(int) - Method in class net.sf.webphotos.PhotoDTO
Seta o valor do ID do album
setAlbunsDAO(AlbumDAO) - Method in class net.sf.webphotos.web.action.IndexAction
 
setAltura(int) - Method in class net.sf.webphotos.PhotoDTO
Seta o valor da altura da foto.
setCategoriaID(int) - Method in class net.sf.webphotos.Album
Seta um valor para o ID de categoria.
setCategoriaID(Integer) - Method in class net.sf.webphotos.model.CategoryVO
 
setCategoriaPai(CategoryVO) - Method in class net.sf.webphotos.model.CategoryVO
 
setCategoriasPesquisaComboBoxModel(ComboBoxModel) - Method in class net.sf.webphotos.gui.component.PainelPesquisa
Sets a ComboBoxModel categoriasPesquisaComboBoxModel.
setCategoriasVO(CategoryVO) - Method in class net.sf.webphotos.model.AlbumVO
 
setColumnComparator(Class<?>, Comparator<?>) - Method in class net.sf.webphotos.gui.util.TableSorter
 
setCopyStreamListener(CopyStreamListener) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Seta o objeto copyStreamListener.
setCopyStreamListener(CopyStreamListener) - Method in interface net.sf.webphotos.sync.Sync
Seta um objeto CopyStreamListener.
setCreditoID(int) - Method in class net.sf.webphotos.PhotoDTO
Seta o ID do credito.
setCreditoNome(String) - Method in class net.sf.webphotos.PhotoDTO
Seta o credito da foto e completa o creditoID.
setCreditos(CreditsVO) - Method in class net.sf.webphotos.model.PhotoVO
 
setCursorWait(boolean) - Static method in class net.sf.webphotos.gui.PainelWebFotos
Seta o cursor em espera.
setDescricao(String) - Method in class net.sf.webphotos.Album
Seta um valor para a descrição do albúm.
setDescricao(String) - Method in class net.sf.webphotos.model.AlbumVO
 
setDtInsercao(String) - Method in class net.sf.webphotos.Album
Seta um valor para a data de inserção do albúm.
setDtInsercao(Date) - Method in class net.sf.webphotos.model.AlbumVO
 
setEntityManager(EntityManager) - Method in class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
setFoto(Image) - Method in class net.sf.webphotos.gui.component.PainelFoto
Seta o objeto Image foto através de outro objeto recebido como parâmetro.
setFotoid(Integer) - Method in class net.sf.webphotos.model.PhotoVO
 
setFotoID(int) - Method in class net.sf.webphotos.PhotoDTO
Seta o ID da foto.
setIconPrefix(String) - Method in class net.sf.webphotos.gui.component.BotaoIcone
Prefixo do nome dos 3 Ícones que serão usados nas bordas personalizadas.
setLargura(int) - Method in class net.sf.webphotos.PhotoDTO
Seta o valor da largura da foto.
setLblFotoInfo(JLabel) - Method in class net.sf.webphotos.gui.component.PainelFoto
Seta o label da foto.
setLegenda(String) - Method in class net.sf.webphotos.model.PhotoVO
 
setLegenda(String) - Method in class net.sf.webphotos.PhotoDTO
Seta a legenda da foto.
setListaArquivos(ArrayList<Arquivo>) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Seta uma lista para a variável listaArquivos.
setLoggingTextArea(JTextArea) - Static method in class net.sf.webphotos.util.Util
Recebe um textarea e seta esse valor na variável saida.
setMascaraData(MaskFormatter) - Static method in class net.sf.webphotos.gui.PainelWebFotos
Seta um valor de máscara para mascaraData.
setNmAlbum(String) - Method in class net.sf.webphotos.Album
Seta um valor para o nome do albúm.
setNmalbum(String) - Method in class net.sf.webphotos.model.AlbumVO
 
setNmcategoria(String) - Method in class net.sf.webphotos.model.CategoryVO
 
setNmfoto(String) - Method in class net.sf.webphotos.model.PhotoVO
 
setNome(String) - Method in class net.sf.webphotos.model.CreditsVO
 
setNomeArquivo(String) - Method in class net.sf.webphotos.gui.component.PainelFoto
Seta o nome ou caminho do arquivo.
setPasswordFTP(char[]) - Method in class net.sf.webphotos.BancoImagem
Seta a senha do usuário de FTP.
setPreSQL(String) - Method in class net.sf.webphotos.gui.PopupMenu
Seta uma nova query para a variável preSQL.
setResolucao(Dimension) - Method in class net.sf.webphotos.PhotoDTO
Seta o valor da resolução da foto.
setRetrying(boolean) - Method in class net.sf.webphotos.sync.SyncEvent
Seta o valor da variável retrying.
setRSet(RowSet) - Static method in class net.sf.webphotos.BancoImagem
Deprecated. 
setSenha(char[]) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Seta uma senha para o usuário.
setSenha(char[]) - Method in interface net.sf.webphotos.sync.Sync
Seta uma senha de usuário.
setSortingStatus(int, int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
setStatus(String) - Method in class net.sf.webphotos.util.legacy.Arquivo
Passa a variável valor para a variável status
setSyncFolder(String) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Determina qual caminho usar
setSyncFolder(String) - Method in interface net.sf.webphotos.sync.Sync
Determina qual caminho usar.
setSyncListener(SyncListener) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Seta o ouvinte syncListener.
setSyncListener(SyncListener) - Method in interface net.sf.webphotos.sync.Sync
Seta o ouvinte syncListener.
setTableHeader(JTableHeader) - Method in class net.sf.webphotos.gui.util.TableSorter
 
setTableModel(TableModel) - Method in class net.sf.webphotos.gui.util.TableSorter
 
setTamanho(long) - Method in class net.sf.webphotos.util.legacy.Arquivo
Passa a variável valor para a variável tamanho
setUltimoSQL(String) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Seta o valor de ultimoSQL.
setUserFTP(String) - Method in class net.sf.webphotos.BancoImagem
Seta o usuário de FTP.
setUsuario(String) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Seta um nome para usuário.
setUsuario(String) - Method in interface net.sf.webphotos.sync.Sync
Seta um nome de usuário.
setUsuarioID(int) - Method in class net.sf.webphotos.Album
Seta um valor para o ID do usuário.
setValueAt(Object, int, int) - Method in class net.sf.webphotos.gui.util.TableModelFoto
Recebe um valor e os índices da matriz e seta esse valor na matriz fotoTabela.
setValueAt(Object, int, int) - Method in class net.sf.webphotos.gui.util.TableSorter
 
show() - Method in class net.sf.webphotos.gui.util.Login
Mostra a tela sem anexar uma mensagem de erro.
show(String) - Method in class net.sf.webphotos.gui.util.Login
Mostra a tela anexando uma mensagem de erro.
startLogin() - Method in class net.sf.webphotos.gui.util.Login
Apresenta tela modal de login, solicitando usuário e senha.
storeFileStream(String) - Method in interface net.sf.webphotos.sync.Sync
Retorna um OutputStream para o arquivo específico.
stringToHtm(String) - Static method in class net.sf.webphotos.util.Util
Retorna uma String que substitui alguns caracteres especiais em Java pelos do formato HTM.
Sync - Interface in net.sf.webphotos.sync
Interface que especifica como webfotos irá sincronizar arquivos.
SyncAdapter - Class in net.sf.webphotos.sync.FTP
Adapta o listener para sincronização.
SyncAdapter() - Constructor for class net.sf.webphotos.sync.FTP.SyncAdapter
Construtor da classe.
SyncEvent - Class in net.sf.webphotos.sync
Trabalha os eventos de sincronização através da classe EventObject, utilizada nas funções connect e disconnect de SyncObject.
SyncEvent(Object) - Constructor for class net.sf.webphotos.sync.SyncEvent
Construtor da classse.
SyncEvent(Object, boolean) - Constructor for class net.sf.webphotos.sync.SyncEvent
Construtor da classse.
SyncException - Exception in net.sf.webphotos.sync
Exceção de sincronização.
SyncException() - Constructor for exception net.sf.webphotos.sync.SyncException
Cria uma nova instância de SyncException fazendo uma chamada a classe base.
SyncException(Exception) - Constructor for exception net.sf.webphotos.sync.SyncException
Cria uma nova instância de SyncException empilhando outra exceção.
SyncException(String) - Constructor for exception net.sf.webphotos.sync.SyncException
Cria uma nova instância de SyncException fazendo uma chamada a classe base e especificando uma mensagem.
SyncListener - Interface in net.sf.webphotos.sync
Interface ouvinte da sincronização.
SyncObject - Class in net.sf.webphotos.sync.FTP
Interface entre o sistema e o envio de arquivos.
SyncObject() - Constructor for class net.sf.webphotos.sync.FTP.SyncObject
Cria uma nova instância de FTP

T

tableModel - Variable in class net.sf.webphotos.gui.util.TableSorter
 
TableModelAlbum - Class in net.sf.webphotos.gui.util
Gera o modelo da tabela de albuns.
TableModelFoto - Class in net.sf.webphotos.gui.util
Gera o modelo da tabela de fotos.
TableSorter - Class in net.sf.webphotos.gui.util
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter() - Constructor for class net.sf.webphotos.gui.util.TableSorter
 
TableSorter(TableModel) - Constructor for class net.sf.webphotos.gui.util.TableSorter
 
TableSorter(TableModel, JTableHeader) - Constructor for class net.sf.webphotos.gui.util.TableSorter
 
TAMANHOX - Static variable in class net.sf.webphotos.gui.component.BotaoIcone
Constante que define a largura do Botão-Ícone
TAMANHOY - Static variable in class net.sf.webphotos.gui.component.BotaoIcone
Constante que define a altura do Botão-Ícone
Thumbnail - Class in net.sf.webphotos.tools
Molda diferentes tamanhos de dimensão para as imagens.
Thumbnail() - Constructor for class net.sf.webphotos.tools.Thumbnail
 
toJavaScript() - Method in class net.sf.webphotos.Album
Retorna uma String contendo todos os dados do albúm no formato js.
toString() - Method in class net.sf.webphotos.Album
Retorna uma String contendo todos os dados do albúm.
toString() - Method in class net.sf.webphotos.model.AlbumVO
 
toString() - Method in class net.sf.webphotos.model.CategoryVO
 
toString() - Method in class net.sf.webphotos.model.CreditsVO
 
toString() - Method in class net.sf.webphotos.model.PhotoVO
 
toString() - Method in class net.sf.webphotos.PhotoDTO
Retorna todos os valores das variaveis de PhotoDTO em uma unica String.
toString() - Method in class net.sf.webphotos.util.legacy.Arquivo
Concatena e retorna as variáveis acao,albumID,fotoID e tamanho
toString() - Method in class net.sf.webphotos.util.legacy.CacheFTP
Retorna uma String que armazena todos os comandos FTP do arquivo no formato de uma lista.
toString() - Method in class net.sf.webphotos.util.legacy.ComandoFTP
Retorna uma String contendo os dados da classe agrupados.
toXML() - Method in class net.sf.webphotos.Album
Retorna uma String contendo todos os dados do albúm no formato XML.
transferFile(InputStream, OutputStream, long) - Method in class net.sf.webphotos.sync.FTP.SyncObject
Método baseado no storeFile da classe FTPClient, do pacote commons/net.
transferFile(InputStream, OutputStream, long) - Method in interface net.sf.webphotos.sync.Sync
Faz a transferência de um arquivo.

U

update() - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Repassa para a função update(String sql) enviando a variavel últimoSQL como parametro.
update(String) - Method in class net.sf.webphotos.gui.util.TableModelAlbum
Executa um update no banco.
update() - Method in class net.sf.webphotos.gui.util.TableModelFoto
Armazena os dados de fotos em duas variáveis da classe.
UPLOAD - Static variable in class net.sf.webphotos.util.legacy.CacheFTP
Número de opção da ação UPLOAD.
Util - Class in net.sf.webphotos.util
Esta classe armazena alguns métodos de utilidade para o funcionamento de todo o programa.
UtilFactoryBean - Class in net.sf.webphotos.util
 
UtilFactoryBean() - Constructor for class net.sf.webphotos.util.UtilFactoryBean
 

V

Visualizador - Class in net.sf.webphotos.gui
Cria um visualizador de fotos numa janela popup.
Visualizador(String, Frame, String) - Constructor for class net.sf.webphotos.gui.Visualizador
Construtor da classe.

W

WebPhotos - Class in net.sf.webphotos
Classe responsável pelo inicio do sistema WebPhotos.
WebPhotos() - Constructor for class net.sf.webphotos.WebPhotos
 
WEBPHOTOS_DEFAULT_CONFIG - Static variable in class net.sf.webphotos.util.Util
 
WebPhotosDAO<E extends HasID,I> - Class in net.sf.webphotos.dao.jpa
 
WebPhotosDAO(Class<E>, Class<I>) - Constructor for class net.sf.webphotos.dao.jpa.WebPhotosDAO
 
WebPhotosException - Exception in net.sf.webphotos.exception
 
WebPhotosException() - Constructor for exception net.sf.webphotos.exception.WebPhotosException
 
WebPhotosException(String) - Constructor for exception net.sf.webphotos.exception.WebPhotosException
 
WebPhotosException(Throwable) - Constructor for exception net.sf.webphotos.exception.WebPhotosException
 
WebPhotosException(String, Throwable) - Constructor for exception net.sf.webphotos.exception.WebPhotosException
 
windowGainedFocus(WindowEvent) - Method in class net.sf.webphotos.util.legacy.Modal
Implementa o método windowGainedFocus(WindowEvent e) da interface WindowFocusListener.
windowLostFocus(WindowEvent) - Method in class net.sf.webphotos.util.legacy.Modal
Implementa o método windowLostFocus(WindowEvent e) da interface WindowFocusListener.
withAlbumName(String) - Method in class net.sf.webphotos.model.AlbumVOBuilder
 
withCategory(CategoryVO) - Method in class net.sf.webphotos.model.AlbumVOBuilder
 
withCreationDate(Date) - Method in class net.sf.webphotos.model.AlbumVOBuilder
 
withDescription(String) - Method in class net.sf.webphotos.model.AlbumVOBuilder
 
withPhoto(PhotoVO) - Method in class net.sf.webphotos.model.AlbumVOBuilder
 
withPhotos(Collection<PhotoVO>) - Method in class net.sf.webphotos.model.AlbumVOBuilder
 

X

XMLExport - Class in net.sf.webphotos.tools
Classe responsável por exportações no formato XML.
XMLExport() - Constructor for class net.sf.webphotos.tools.XMLExport
 

A B C D E F G H I L M N O P R S T U V W X

Copyright © 2008-2012. All Rights Reserved.