Uses of Class
adams.gui.visualization.instance.AbstractInstancePanelUpdater
-
Packages that use AbstractInstancePanelUpdater Package Description adams.flow.sink adams.gui.visualization.instance -
-
Uses of AbstractInstancePanelUpdater in adams.flow.sink
Fields in adams.flow.sink declared as AbstractInstancePanelUpdater Modifier and Type Field Description protected AbstractInstancePanelUpdater
WekaInstanceViewer. m_Updater
the updater to use.Methods in adams.flow.sink that return AbstractInstancePanelUpdater Modifier and Type Method Description AbstractInstancePanelUpdater
WekaInstanceViewer. getUpdater()
Returns the updater in use.Methods in adams.flow.sink with parameters of type AbstractInstancePanelUpdater Modifier and Type Method Description void
WekaInstanceViewer. setUpdater(AbstractInstancePanelUpdater value)
Sets the updater to use. -
Uses of AbstractInstancePanelUpdater in adams.gui.visualization.instance
Subclasses of AbstractInstancePanelUpdater in adams.gui.visualization.instance Modifier and Type Class Description class
SimpleInstancePanelUpdater
Updates the flow after the specified number of tokens have been processed.
-