Package editor
Class AnnotationCompletionHandler
java.lang.Object
editor.AbstractPathCompletionHandler
editor.SymbolCompletionHandler
editor.AnnotationCompletionHandler
- All Implemented Interfaces:
IPathCompletionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleCompletePath
(ISymbolTable transientSymTable) protected boolean
Methods inherited from class editor.SymbolCompletionHandler
displayTypesPopup
Methods inherited from class editor.AbstractPathCompletionHandler
displayFeaturePathCompletionBeanInfoPopup, displayPathCompletionBeanInfoPopup, getGosuEditor, getMemberPathFromPath, getPathAtCaret, getRootBeanFromPath, getSingleNameAtCaret, getSymbolAtCaret, getWordAtCaret, getWordBeforeCaret, isWordAtCaret, setGosuEditor
-
Constructor Details
-
AnnotationCompletionHandler
public AnnotationCompletionHandler()
-
-
Method Details
-
handleCompletePath
- Specified by:
handleCompletePath
in interfaceIPathCompletionHandler
- Overrides:
handleCompletePath
in classSymbolCompletionHandler
- Parameters:
transientSymTable
- The symbol table corresponding with the scope at the editor's caret position.- Returns:
- True if this handler handled path completion. Note it is the handler's responsibility to determine whether or not it can handle completing the path. If it can't, it should return false and have no side effects on the system.
-
isAnnotationsOnly
protected boolean isAnnotationsOnly()- Overrides:
isAnnotationsOnly
in classSymbolCompletionHandler
-