Uses of Interface
weka.gui.sql.event.ConnectionListener

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.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.