|
||||||||||
| 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 Form| Constructor Summary | |
|---|---|
HistoryChangedEvent(Object source,
String name,
DefaultListModel history)
constructs the event |
|
| Method Summary | |
|---|---|
DefaultListModel |
getHistory()
returns the history model |
String |
getHistoryName()
returns the name of the history |
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(Object source,
String name,
DefaultListModel history)
name - the name of the historyhistory - the model of the history| Method Detail |
|---|
public String getHistoryName()
public DefaultListModel getHistory()
public String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||