Uses of Interface
adams.flow.core.InteractionDisplayLocationSupporter
-
Packages that use InteractionDisplayLocationSupporter Package Description adams.flow.condition.bool adams.flow.source -
-
Uses of InteractionDisplayLocationSupporter in adams.flow.condition.bool
Classes in adams.flow.condition.bool that implement InteractionDisplayLocationSupporter Modifier and Type Class Description classPromptUserPrompts the user to click on 'positive' or 'negative' button (negative button can be omitted).
The actor's name can be used in the message using the following placeholders:
{SHORT} - the short name
{FULL} - the full name (incl path)
Variables get expanded as well.
Can be used in a headless environment as well. -
Uses of InteractionDisplayLocationSupporter in adams.flow.source
Classes in adams.flow.source that implement InteractionDisplayLocationSupporter Modifier and Type Class Description classEnterManyValuesPops up a dialog, prompting the user to enter one or more values.classEnterValuePops up a dialog, prompting the user to enter a value.classSelectDirectoryPops up a directory chooser dialog, prompting the user to select a directory.classSelectFilePops up a file chooser dialog, prompting the user to select one or more files.
-