Uses of Class
adams.flow.source.AbstractInteractiveArrayProvider
-
Packages that use AbstractInteractiveArrayProvider Package Description adams.flow.source -
-
Uses of AbstractInteractiveArrayProvider in adams.flow.source
Subclasses of AbstractInteractiveArrayProvider in adams.flow.source Modifier and Type Class Description class
AbstractSelectObjects
Ancestor for sources that promp the user to select a number of objects to be broadcasted as tokens.class
SelectObjects
Allows the user to select an arbitrary number of objects from the specified class hierarchy using the GenericObjectArray.
It is possible to use this dialog for other objects as well that don't belong to a class hierarchy, e.g., adams.core.base.BaseString.class
WekaSelectObjects
Allows the user to select an arbitrary number of Weka objects from the specified class hierarchy using the GenericObjectArray.
-