类 ResultChangedEvent

java.lang.Object
java.util.EventObject
weka.gui.sql.event.ResultChangedEvent
所有已实现的接口:
Serializable

public class ResultChangedEvent extends EventObject
An event that is generated when a different Result is activated in the ResultPanel.
版本:
$Revision: 1.2 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • ResultChangedEvent

      public ResultChangedEvent(Object source, String url, String user, String pw, String query)
      constructs the event
      参数:
      source - the source that generated this event
      url - the current database url
      user - the current user
      pw - the current password
      query - the current query
  • 方法详细资料

    • getURL

      public String getURL()
      returns the database URL that produced the table model
    • getUser

      public String getUser()
      returns the user that produced the table model
    • getPassword

      public String getPassword()
      returns the password that produced the table model
    • getQuery

      public String getQuery()
      returns the query that was executed
    • toString

      public String toString()
      returns the event in a string representation
      覆盖:
      toString 在类中 EventObject
      返回:
      the event in a string representation