public interface ViewSelectionHelper
| Modifier and Type | Method and Description | 
|---|---|
void | 
attach(CodeEditor codeEditor, CodeEditorViewSelectionSetter codeEditorSetter)
Attach and start monitoring the CodeEditor for changes. 
 | 
void | 
detach(CodeEditor codeEditor)
Detach and release all references to the CodeEditor and CodeEditorViewSelectionSetter 
 | 
void attach(CodeEditor codeEditor, CodeEditorViewSelectionSetter codeEditorSetter)
void detach(CodeEditor codeEditor)