Uses of Class
adams.flow.core.InteractionDisplayLocation
-
Packages that use InteractionDisplayLocation Package Description adams.flow.condition.bool adams.flow.core adams.flow.source -
-
Uses of InteractionDisplayLocation in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as InteractionDisplayLocation Modifier and Type Field Description protected InteractionDisplayLocationPromptUser. m_DisplayLocationwhere to display the prompt.Methods in adams.flow.condition.bool that return InteractionDisplayLocation Modifier and Type Method Description InteractionDisplayLocationPromptUser. getDisplayLocation()Returns where the interaction is being displayed.Methods in adams.flow.condition.bool with parameters of type InteractionDisplayLocation Modifier and Type Method Description voidPromptUser. setDisplayLocation(InteractionDisplayLocation value)Sets where the interaction is being displayed. -
Uses of InteractionDisplayLocation in adams.flow.core
Methods in adams.flow.core that return InteractionDisplayLocation Modifier and Type Method Description InteractionDisplayLocationInteractionDisplayLocationSupporter. getDisplayLocation()Returns where the interaction is being displayed.static InteractionDisplayLocationInteractionDisplayLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static InteractionDisplayLocation[]InteractionDisplayLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.core with parameters of type InteractionDisplayLocation Modifier and Type Method Description voidInteractionDisplayLocationSupporter. setDisplayLocation(InteractionDisplayLocation value)Sets where the interaction is being displayed. -
Uses of InteractionDisplayLocation in adams.flow.source
Fields in adams.flow.source declared as InteractionDisplayLocation Modifier and Type Field Description protected InteractionDisplayLocationEnterManyValues. m_DisplayLocationwhere to display the prompt.protected InteractionDisplayLocationEnterValue. m_DisplayLocationwhere to display the prompt.protected InteractionDisplayLocationSelectDirectory. m_DisplayLocationwhere to display the prompt.protected InteractionDisplayLocationSelectFile. m_DisplayLocationwhere to display the prompt.Methods in adams.flow.source that return InteractionDisplayLocation Modifier and Type Method Description InteractionDisplayLocationEnterManyValues. getDisplayLocation()Returns where the interaction is being displayed.InteractionDisplayLocationEnterValue. getDisplayLocation()Returns where the interaction is being displayed.InteractionDisplayLocationSelectDirectory. getDisplayLocation()Returns where the interaction is being displayed.InteractionDisplayLocationSelectFile. getDisplayLocation()Returns where the interaction is being displayed.Methods in adams.flow.source with parameters of type InteractionDisplayLocation Modifier and Type Method Description voidEnterManyValues. setDisplayLocation(InteractionDisplayLocation value)Sets where the interaction is being displayed.voidEnterValue. setDisplayLocation(InteractionDisplayLocation value)Sets where the interaction is being displayed.voidSelectDirectory. setDisplayLocation(InteractionDisplayLocation value)Sets where the interaction is being displayed.voidSelectFile. setDisplayLocation(InteractionDisplayLocation value)Sets where the interaction is being displayed.
-