|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
weka.gui.scripting.event.TitleUpdatedEvent
public class TitleUpdatedEvent
Event that gets send in case a scripting panel updates the title.
| Constructor Summary | |
|---|---|
TitleUpdatedEvent(ScriptingPanel source)
Initializes the event. |
|
| Method Summary | |
|---|---|
ScriptingPanel |
getPanel()
Returns the scripting panel that triggered the event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TitleUpdatedEvent(ScriptingPanel source)
source - the scripting panel that triggered the event| Method Detail |
|---|
public ScriptingPanel getPanel()
getTitle() method for accessing the new title.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||