Uses of Interface
com.artenum.rosetta.interfaces.core.CompletionManager
-
Packages that use CompletionManager Package Description com.artenum.rosetta.implementation com.artenum.rosetta.interfaces.core -
-
Uses of CompletionManager in com.artenum.rosetta.implementation
Classes in com.artenum.rosetta.implementation that implement CompletionManager Modifier and Type Class Description class
FakeDictionnaryCompletionManager
A test class in order to test the Completion Manager -
Uses of CompletionManager in com.artenum.rosetta.interfaces.core
Methods in com.artenum.rosetta.interfaces.core that return CompletionManager Modifier and Type Method Description CompletionManager
ConsoleConfiguration. getCompletionManager()
Returns the current completion manager
-