Uses of Interface
weka.gui.scripting.event.TitleUpdatedListener
Packages that use TitleUpdatedListener
-
Uses of TitleUpdatedListener in weka.gui
Classes in weka.gui that implement TitleUpdatedListenerModifier and TypeClassDescriptionclass
Creates a very simple command line for invoking the main method of classes. -
Uses of TitleUpdatedListener in weka.gui.scripting
Classes in weka.gui.scripting that implement TitleUpdatedListenerModifier and TypeClassDescriptionclass
Supports loading/saving of files.class
A scripting panel for Groovy.class
A scripting panel for Jython.class
Abstract ancestor for scripting panels.Methods in weka.gui.scripting with parameters of type TitleUpdatedListenerModifier and TypeMethodDescriptionvoid
ScriptingPanel.addTitleUpdatedListener
(TitleUpdatedListener l) Adds the listener to the internal list.void
ScriptingPanel.removeTitleUpdatedListener
(TitleUpdatedListener l) Removes the listener from the internal list.