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 PromptView
ConsoleConfiguration. getPromptView()
-
Uses of PromptView in com.artenum.rosetta.ui
Classes in com.artenum.rosetta.ui that implement PromptView Modifier and Type Class Description class
PromptViewImpl
Methods in com.artenum.rosetta.ui with parameters of type PromptView Modifier and Type Method Description void
Console. setPromptView(PromptView prompt)
Sets the component where the prompt is printed
-