|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
weka.gui.sql.event.ResultChangedEvent
public class ResultChangedEvent
An event that is generated when a different Result is activated in the ResultPanel.
ResultChangedListener
,
Serialized FormConstructor Summary | |
---|---|
ResultChangedEvent(java.lang.Object source,
java.lang.String url,
java.lang.String user,
java.lang.String pw,
java.lang.String query)
constructs the event |
Method Summary | |
---|---|
java.lang.String |
getPassword()
returns the password that produced the table model |
java.lang.String |
getQuery()
returns the query that was executed |
java.lang.String |
getURL()
returns the database URL that produced the table model |
java.lang.String |
getUser()
returns the user that produced the table model |
java.lang.String |
toString()
returns the event in a string representation |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResultChangedEvent(java.lang.Object source, java.lang.String url, java.lang.String user, java.lang.String pw, java.lang.String query)
source
- the source that generated this eventurl
- the current database urluser
- the current userpw
- the current passwordquery
- the current queryMethod Detail |
---|
public java.lang.String getURL()
public java.lang.String getUser()
public java.lang.String getPassword()
public java.lang.String getQuery()
public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |