Uses of Interface
editor.IPathCompletionHandler
-
Packages that use IPathCompletionHandler Package Description editor -
-
Uses of IPathCompletionHandler in editor
Classes in editor that implement IPathCompletionHandler Modifier and Type Class Description classAbstractPathCompletionHandlerclassAnnotationCompletionHandlerclassFeaturePathCompletionHandlerclassInitializerCompletionHandlerclassMemberPathCompletionHandlerclassPackageCompletionHandlerclassStaticMemberPathCompletionHandlerclassSymbolCompletionHandlerFields in editor with type parameters of type IPathCompletionHandler Modifier and Type Field Description private static java.util.List<java.lang.Class<? extends IPathCompletionHandler>>PathCompletionIntellisense. HANDLER_TYPESprivate static java.util.WeakHashMap<GosuEditor,java.util.List<? extends IPathCompletionHandler>>PathCompletionIntellisense. HANDLERS_BY_EDITORMethods in editor that return types with arguments of type IPathCompletionHandler Modifier and Type Method Description private java.util.List<? extends IPathCompletionHandler>PathCompletionIntellisense. initHandlers(GosuEditor gsEditor)
-