Uses of Interface
cn.mapway.document.ui.client.component.ace.AceCompletionCallback
Packages that use AceCompletionCallback
-
Uses of AceCompletionCallback in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceCompletionCallbackModifier and TypeMethodDescriptionvoidAceCompletionProvider.getProposals(AceEditor editor, AceEditorCursorPosition pos, String prefix, AceCompletionCallback callback) Call to get code completion proposals, which are delivered to a callback.