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 classDefaultInputParsingManager -
Uses of InputParsingManager in com.artenum.rosetta.implementation
Methods in com.artenum.rosetta.implementation with parameters of type InputParsingManager Modifier and Type Method Description voidFakeDictionnaryCompletionManager. 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 InputParsingManagerConsoleConfiguration. getInputParsingManager()Methods in com.artenum.rosetta.interfaces.core with parameters of type InputParsingManager Modifier and Type Method Description voidCompletionManager. 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 voidCompletionWindow. setInputParsingManager(InputParsingManager inputParsingManager)voidPromptView. 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 classFakeInputParsingManager -
Uses of InputParsingManager in com.artenum.rosetta.ui
Fields in com.artenum.rosetta.ui declared as InputParsingManager Modifier and Type Field Description private InputParsingManagerCompletionWindowImpl. inputParsingManagerprivate InputParsingManagerPromptViewImpl. inputParsingManagerMethods in com.artenum.rosetta.ui with parameters of type InputParsingManager Modifier and Type Method Description voidCompletionWindowImpl. setInputParsingManager(InputParsingManager inputParsingManager)voidPromptViewImpl. setInputParsingManager(InputParsingManager inputParsingManager)
-