Uses of Interface
com.artenum.rosetta.interfaces.ui.InputCommandView
-
Packages that use InputCommandView Package Description com.artenum.rosetta.core com.artenum.rosetta.interfaces.core com.artenum.rosetta.test com.artenum.rosetta.ui -
-
Uses of InputCommandView in com.artenum.rosetta.core
Fields in com.artenum.rosetta.core declared as InputCommandView Modifier and Type Field Description private InputCommandView
DefaultInputParsingManager. inputCommandView
Methods in com.artenum.rosetta.core with parameters of type InputCommandView Modifier and Type Method Description void
DefaultInputParsingManager. setInputCommandView(InputCommandView inputCommandView)
-
Uses of InputCommandView in com.artenum.rosetta.interfaces.core
Methods in com.artenum.rosetta.interfaces.core that return InputCommandView Modifier and Type Method Description InputCommandView
ConsoleConfiguration. getInputCommandView()
Methods in com.artenum.rosetta.interfaces.core with parameters of type InputCommandView Modifier and Type Method Description void
InputParsingManager. setInputCommandView(InputCommandView inputCommandView)
-
Uses of InputCommandView in com.artenum.rosetta.test
Methods in com.artenum.rosetta.test with parameters of type InputCommandView Modifier and Type Method Description void
FakeInputParsingManager. setInputCommandView(InputCommandView inputCommandView)
-
Uses of InputCommandView in com.artenum.rosetta.ui
Classes in com.artenum.rosetta.ui that implement InputCommandView Modifier and Type Class Description class
InputCommandViewImpl
Methods in com.artenum.rosetta.ui with parameters of type InputCommandView Modifier and Type Method Description void
Console. setInputCommandView(InputCommandView command)
Sets the component where the user enters its commands
-