Package editor
Class AbstractPathCompletionHandler
java.lang.Object
editor.AbstractPathCompletionHandler
- All Implemented Interfaces:
IPathCompletionHandler
- Direct Known Subclasses:
FeaturePathCompletionHandler,InitializerCompletionHandler,MemberPathCompletionHandler,PackageCompletionHandler,StaticMemberPathCompletionHandler,SymbolCompletionHandler
public abstract class AbstractPathCompletionHandler
extends Object
implements IPathCompletionHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprivate StringgetLastWordInPath(String strMemberPath) protected StringgetMemberPathFromPath(String strPath) protected Stringprotected StringgetRootBeanFromPath(String strPath) protected Stringprotected ISymbolgetSymbolAtCaret(ISymbolTable transientSymTable) protected Stringprotected Stringprotected booleanisWordAtCaret(ISymbolTable transientSymTable) voidsetGosuEditor(GosuEditor gsEditor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface editor.IPathCompletionHandler
handleCompletePath
-
Field Details
-
_gsEditor
-
-
Constructor Details
-
AbstractPathCompletionHandler
public AbstractPathCompletionHandler()
-
-
Method Details
-
getGosuEditor
- Specified by:
getGosuEditorin interfaceIPathCompletionHandler
-
setGosuEditor
- Specified by:
setGosuEditorin interfaceIPathCompletionHandler
-
displayPathCompletionBeanInfoPopup
-
displayFeaturePathCompletionBeanInfoPopup
-
getPathAtCaret
-
getWordAtCaret
-
getSingleNameAtCaret
-
getWordBeforeCaret
-
getMemberPathFromPath
-
getLastWordInPath
-
isWordAtCaret
-
getSymbolAtCaret
-
getRootBeanFromPath
-