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 TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassSupports loading/saving of files.classA scripting panel for Groovy.classA scripting panel for Jython.classAbstract ancestor for scripting panels.Methods in weka.gui.scripting with parameters of type TitleUpdatedListenerModifier and TypeMethodDescriptionvoidScriptingPanel.addTitleUpdatedListener(TitleUpdatedListener l) Adds the listener to the internal list.voidScriptingPanel.removeTitleUpdatedListener(TitleUpdatedListener l) Removes the listener from the internal list.