|
||||||||||
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.HistoryChangedEvent
public class HistoryChangedEvent
An event that is generated when a history is modified.
HistoryChangedListener
,
Serialized FormConstructor Summary | |
---|---|
HistoryChangedEvent(java.lang.Object source,
java.lang.String name,
javax.swing.DefaultListModel history)
constructs the event |
Method Summary | |
---|---|
javax.swing.DefaultListModel |
getHistory()
returns the history model |
java.lang.String |
getHistoryName()
returns the name of the history |
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 HistoryChangedEvent(java.lang.Object source, java.lang.String name, javax.swing.DefaultListModel history)
name
- the name of the historyhistory
- the model of the historyMethod Detail |
---|
public java.lang.String getHistoryName()
public javax.swing.DefaultListModel getHistory()
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 |