Uses of Interface
com.artenum.rosetta.interfaces.ui.PromptView
-
Packages that use PromptView Package Description com.artenum.rosetta.interfaces.core com.artenum.rosetta.ui -
-
Uses of PromptView in com.artenum.rosetta.interfaces.core
Methods in com.artenum.rosetta.interfaces.core that return PromptView Modifier and Type Method Description PromptViewConsoleConfiguration. getPromptView() -
Uses of PromptView in com.artenum.rosetta.ui
Classes in com.artenum.rosetta.ui that implement PromptView Modifier and Type Class Description classPromptViewImplMethods in com.artenum.rosetta.ui with parameters of type PromptView Modifier and Type Method Description voidConsole. setPromptView(PromptView prompt)Sets the component where the prompt is printed
-