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 void
protected void
private String
getLastWordInPath
(String strMemberPath) protected String
getMemberPathFromPath
(String strPath) protected String
protected String
getRootBeanFromPath
(String strPath) protected String
protected ISymbol
getSymbolAtCaret
(ISymbolTable transientSymTable) protected String
protected String
protected boolean
isWordAtCaret
(ISymbolTable transientSymTable) void
setGosuEditor
(GosuEditor gsEditor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface editor.IPathCompletionHandler
handleCompletePath
-
Field Details
-
_gsEditor
-
-
Constructor Details
-
AbstractPathCompletionHandler
public AbstractPathCompletionHandler()
-
-
Method Details
-
getGosuEditor
- Specified by:
getGosuEditor
in interfaceIPathCompletionHandler
-
setGosuEditor
- Specified by:
setGosuEditor
in interfaceIPathCompletionHandler
-
displayPathCompletionBeanInfoPopup
-
displayFeaturePathCompletionBeanInfoPopup
-
getPathAtCaret
-
getWordAtCaret
-
getSingleNameAtCaret
-
getWordBeforeCaret
-
getMemberPathFromPath
-
getLastWordInPath
-
isWordAtCaret
-
getSymbolAtCaret
-
getRootBeanFromPath
-