类 HistoryChangedEvent
java.lang.Object
java.util.EventObject
weka.gui.sql.event.HistoryChangedEvent
- 所有已实现的接口:
Serializable
An event that is generated when a history is modified.
- 版本:
- $Revision: 7059 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
- 另请参阅:
-
构造器概要
构造器构造器说明HistoryChangedEvent
(Object source, String name, DefaultListModel history) constructs the event -
方法概要
修饰符和类型方法说明returns the history modelreturns the name of the historytoString()
returns the event in a string representation从类继承的方法 java.util.EventObject
getSource
-
构造器详细资料
-
HistoryChangedEvent
constructs the event- 参数:
name
- the name of the historyhistory
- the model of the history
-
-
方法详细资料
-
getHistoryName
returns the name of the history -
getHistory
returns the history model -
toString
returns the event in a string representation- 覆盖:
toString
在类中EventObject
- 返回:
- the event in a string representation
-