Uses of Class
adams.flow.sink.sequenceplotter.AbstractMouseClickAction
-
Packages that use AbstractMouseClickAction Package Description adams.flow.sink.sequenceplotter adams.gui.tools.wekainvestigator.tab.classifytab.output.classifiererrors -
-
Uses of AbstractMouseClickAction in adams.flow.sink.sequenceplotter
Subclasses of AbstractMouseClickAction in adams.flow.sink.sequenceplotter Modifier and Type Class Description class
NullClickAction
Dummy action, does nothing.class
ToggleOutlier
Toggles the outlier state of data points.class
ViewDataClickAction
Displays the data that the user clicked on in a table. -
Uses of AbstractMouseClickAction in adams.gui.tools.wekainvestigator.tab.classifytab.output.classifiererrors
Subclasses of AbstractMouseClickAction in adams.gui.tools.wekainvestigator.tab.classifytab.output.classifiererrors Modifier and Type Class Description class
RemoveOutliersClickAction
Allows the user to toggle the outlier state of data points to be removed.
-