类 ResultChangedEvent
java.lang.Object
java.util.EventObject
weka.gui.sql.event.ResultChangedEvent
- 所有已实现的接口:
Serializable
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)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.util.EventObject
getSource
-
构造器详细资料
-
ResultChangedEvent
constructs the event- 参数:
source
- the source that generated this eventurl
- the current database urluser
- the current userpw
- the current passwordquery
- the current query
-
-
方法详细资料
-
getURL
returns the database URL that produced the table model -
getUser
returns the user that produced the table model -
getPassword
returns the password that produced the table model -
getQuery
returns the query that was executed -
toString
returns the event in a string representation- 覆盖:
toString
在类中EventObject
- 返回:
- the event in a string representation
-