public class GlobalDatabaseBrowser
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener
Constructor and Description |
---|
GlobalDatabaseBrowser(java.lang.String searchString,
java.lang.String searchTitle)
Constructs and shows the Gui
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0)
Catches ButtonClicks
|
void |
setContentsFile(java.io.File file)
Sets the file for the Entries
|
void |
setDatabaseViewListener(DatabaseViewListener listener)
Adds a DatabaseListener to this Instance
|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Performed when lists selection changes.
|
public GlobalDatabaseBrowser(java.lang.String searchString, java.lang.String searchTitle)
public void setDatabaseViewListener(DatabaseViewListener listener)
listener
- public void setContentsFile(java.io.File file)
file
- public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed
in interface java.awt.event.ActionListener
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener