class |
AbstractInteractiveArrayProvider |
Ancestor for interactive sources that can provide the output as an array
or one-by-one.
|
class |
AbstractInteractiveSource |
Ancestor for source actors that interact with the user.
|
class |
AbstractSelectObjects |
Ancestor for sources that promp the user to select a number of objects to
be broadcasted as tokens.
|
class |
EnterManyValues |
Pops up a dialog, prompting the user to enter one or more values.
|
class |
EnterValue |
Pops up a dialog, prompting the user to enter a value.
|
class |
PasteFromClipboard |
Pops up a dialog, prompting the user to accept content from clipboard.
|
class |
SelectCharset |
Prompts the user to select a character set.
|
class |
SelectDateTime |
Pops up a dialog, prompting the user to select a date/time, date or time value.
|
class |
SelectDirectory |
Pops up a directory chooser dialog, prompting the user to select a directory.
|
class |
SelectFile |
Pops up a file chooser dialog, prompting the user to select one or more files.
|
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 |
WekaSelectDataset |
Pops up a file chooser dialog, prompting the user to select one or more datasets.
|
class |
WekaSelectObjects |
Allows the user to select an arbitrary number of Weka objects from the specified class hierarchy using the GenericObjectArray.
|