Package weka.gui.scripting.event
Class TitleUpdatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- weka.gui.scripting.event.TitleUpdatedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class TitleUpdatedEvent extends java.util.EventObjectEvent that gets send in case a scripting panel updates the title.- Version:
- $Revision: 8034 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TitleUpdatedEvent(ScriptingPanel source)Initializes the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptingPanelgetPanel()Returns the scripting panel that triggered the event.
-
-
-
Constructor Detail
-
TitleUpdatedEvent
public TitleUpdatedEvent(ScriptingPanel source)
Initializes the event.- Parameters:
source- the scripting panel that triggered the event
-
-
Method Detail
-
getPanel
public ScriptingPanel getPanel()
Returns the scripting panel that triggered the event. Use thegetTitle()method for accessing the new title.- Returns:
- the panel
-
-