Package weka.gui.sql.event
Class ResultChangedEvent
java.lang.Object
java.util.EventObject
weka.gui.sql.event.ResultChangedEvent
- All Implemented Interfaces:
Serializable
An event that is generated when a different Result is activated in the
ResultPanel.
- Version:
- $Revision: 8034 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturns the password that produced the table modelgetQuery()
returns the query that was executedgetURL()
returns the database URL that produced the table modelgetUser()
returns the user that produced the table modeltoString()
returns the event in a string representationMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
ResultChangedEvent
constructs the event- Parameters:
source
- the source that generated this eventurl
- the current database urluser
- the current userpw
- the current passwordquery
- the current query
-
-
Method Details
-
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- Overrides:
toString
in classEventObject
- Returns:
- the event in a string representation
-