Uses of Interface
com.artenum.rosetta.interfaces.core.InputParsingManager
-
-
Uses of InputParsingManager in com.artenum.rosetta.core
Classes in com.artenum.rosetta.core that implement InputParsingManager Modifier and Type Class Description class
DefaultInputParsingManager
-
Uses of InputParsingManager in com.artenum.rosetta.implementation
Methods in com.artenum.rosetta.implementation with parameters of type InputParsingManager Modifier and Type Method Description void
FakeDictionnaryCompletionManager. setInputParsingManager(InputParsingManager inputParsingManager)
-
Uses of InputParsingManager in com.artenum.rosetta.interfaces.core
Methods in com.artenum.rosetta.interfaces.core that return InputParsingManager Modifier and Type Method Description InputParsingManager
ConsoleConfiguration. getInputParsingManager()
Methods in com.artenum.rosetta.interfaces.core with parameters of type InputParsingManager Modifier and Type Method Description void
CompletionManager. setInputParsingManager(InputParsingManager inputParsingManager)
Defines the Parsing Manager -
Uses of InputParsingManager in com.artenum.rosetta.interfaces.ui
Methods in com.artenum.rosetta.interfaces.ui with parameters of type InputParsingManager Modifier and Type Method Description void
CompletionWindow. setInputParsingManager(InputParsingManager inputParsingManager)
void
PromptView. setInputParsingManager(InputParsingManager inputParsingManager)
-
Uses of InputParsingManager in com.artenum.rosetta.test
Classes in com.artenum.rosetta.test that implement InputParsingManager Modifier and Type Class Description class
FakeInputParsingManager
-
Uses of InputParsingManager in com.artenum.rosetta.ui
Fields in com.artenum.rosetta.ui declared as InputParsingManager Modifier and Type Field Description private InputParsingManager
CompletionWindowImpl. inputParsingManager
private InputParsingManager
PromptViewImpl. inputParsingManager
Methods in com.artenum.rosetta.ui with parameters of type InputParsingManager Modifier and Type Method Description void
CompletionWindowImpl. setInputParsingManager(InputParsingManager inputParsingManager)
void
PromptViewImpl. setInputParsingManager(InputParsingManager inputParsingManager)
-