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 AbstractInstancePanelUpdaterWekaInstanceViewer. m_Updaterthe updater to use.Methods in adams.flow.sink that return AbstractInstancePanelUpdater Modifier and Type Method Description AbstractInstancePanelUpdaterWekaInstanceViewer. getUpdater()Returns the updater in use.Methods in adams.flow.sink with parameters of type AbstractInstancePanelUpdater Modifier and Type Method Description voidWekaInstanceViewer. 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 classSimpleInstancePanelUpdaterUpdates the flow after the specified number of tokens have been processed.
-