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 InputCommandViewDefaultInputParsingManager. inputCommandViewMethods in com.artenum.rosetta.core with parameters of type InputCommandView Modifier and Type Method Description voidDefaultInputParsingManager. 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 InputCommandViewConsoleConfiguration. getInputCommandView()Methods in com.artenum.rosetta.interfaces.core with parameters of type InputCommandView Modifier and Type Method Description voidInputParsingManager. 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 voidFakeInputParsingManager. 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 classInputCommandViewImplMethods in com.artenum.rosetta.ui with parameters of type InputCommandView Modifier and Type Method Description voidConsole. setInputCommandView(InputCommandView command)Sets the component where the user enters its commands
-