Package editor
Class PathCompletionIntellisense
java.lang.Object
editor.PathCompletionIntellisense
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final List<Class<? extends IPathCompletionHandler>>private static final WeakHashMap<GosuEditor,List<? extends IPathCompletionHandler>> private static final PathCompletionIntellisense -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete(GosuEditor gsEditor, ISymbolTable transientSymTable) private List<? extends IPathCompletionHandler>initHandlers(GosuEditor gsEditor) static PathCompletionIntellisenseinstance()
-
Field Details
-
INSTANCE
-
HANDLERS_BY_EDITOR
private static final WeakHashMap<GosuEditor,List<? extends IPathCompletionHandler>> HANDLERS_BY_EDITOR -
HANDLER_TYPES
-
-
Constructor Details
-
PathCompletionIntellisense
private PathCompletionIntellisense()
-
-
Method Details
-
instance
-
complete
-
initHandlers
-