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 class
PromptUser
Prompts 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 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
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.
-