|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionListener | |
|---|---|
| weka.gui.sql | |
| Uses of ConnectionListener in weka.gui.sql |
|---|
| Classes in weka.gui.sql that implement ConnectionListener | |
|---|---|
class |
QueryPanel
Represents a panel for entering an SQL query. |
class |
SqlViewer
Represents a little tool for querying SQL databases. |
| Methods in weka.gui.sql with parameters of type ConnectionListener | |
|---|---|
void |
ConnectionPanel.addConnectionListener(ConnectionListener l)
adds the given listener to the list of listeners. |
void |
SqlViewer.addConnectionListener(ConnectionListener l)
adds the given listener to the list of listeners. |
void |
ConnectionPanel.removeConnectionListener(ConnectionListener l)
removes the given listener from the list of listeners. |
void |
SqlViewer.removeConnectionListener(ConnectionListener l)
removes the given listener from the list of listeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||