Package editor
Class PathCompletionIntellisense
- java.lang.Object
-
- editor.PathCompletionIntellisense
-
public class PathCompletionIntellisense extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.List<java.lang.Class<? extends IPathCompletionHandler>>HANDLER_TYPESprivate static java.util.WeakHashMap<GosuEditor,java.util.List<? extends IPathCompletionHandler>>HANDLERS_BY_EDITORprivate static PathCompletionIntellisenseINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privatePathCompletionIntellisense()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete(GosuEditor gsEditor, ISymbolTable transientSymTable)private java.util.List<? extends IPathCompletionHandler>initHandlers(GosuEditor gsEditor)static PathCompletionIntellisenseinstance()
-
-
-
Field Detail
-
INSTANCE
private static final PathCompletionIntellisense INSTANCE
-
HANDLERS_BY_EDITOR
private static final java.util.WeakHashMap<GosuEditor,java.util.List<? extends IPathCompletionHandler>> HANDLERS_BY_EDITOR
-
HANDLER_TYPES
private static final java.util.List<java.lang.Class<? extends IPathCompletionHandler>> HANDLER_TYPES
-
-
Method Detail
-
instance
public static PathCompletionIntellisense instance()
-
complete
public void complete(GosuEditor gsEditor, ISymbolTable transientSymTable)
-
initHandlers
private java.util.List<? extends IPathCompletionHandler> initHandlers(GosuEditor gsEditor)
-
-