Package org.fife.rsta.ac.java
Java code completion classes.
-
Interface Summary Interface Description IconFactory.IconData Information about an icon.JavaSourceCompletion Interface for Java source code completions.MemberCompletion Extra methods defined by a completion for a Java member (fields and methods).MemberCompletion.Data Metadata about the member. -
Class Summary Class Description AbstractJavaSourceCompletion Base class for Java source completions.ClassCompletion Completion for a Java class, interface or enum.DecoratableIcon An icon that can have an optional "decorations" icon beside of it.DocCommentCompletionProvider Completion provider for documentation comments.DocCommentCompletionProvider.JavadocCompletion A Javadoc completion.DocCommentCompletionProvider.JavadocTemplateCompletion FieldCompletion A completion for a Java field.FieldData Metadata about a field as read from a Java source file.FieldInfoData Metadata about a field as read from a class file.IconFactory Holds icons used by Java auto-completion.JarManager Manages a list of jars and gets completions from them.JarReader Reads entries from a source of class files, such as a jar or a "bin/" directory.JavaCellRenderer Cell renderer for Java auto-completion.JavaCompletionProvider Completion provider for the Java programming language.JavadocUrlHandler Handles hyperlinks that are clicked in Javadoc for code completions.JavaLanguageSupport Language support for Java.JavaLanguageSupport.ImportToAddInfo Information about an import statement to add and where it should be added.JavaLanguageSupport.Info Manages information about the parsing/auto-completion for a single text area.JavaLinkGenerator Checks for hyperlink-able tokens under the mouse position when Ctrl is pressed (Cmd on OS X).JavaLinkGenerator.IsLinkableCheckResult The result of checking whether a region of code under the mouse is possibly link-able.JavaParamListCellRenderer The renderer used for parameter completions (for methods) in Java.JavaParser Parses Java code in an RSyntaxTextArea.JavaShorthandCompletion A completion for shorthand items that mimics the style seen in Eclipse.JavaShorthandCompletionCache A cache of basic template and comment completions for Java, e.g.JavaTemplateCompletion A template completion for Java.LocalVariableCompletion MethodCompletion A completion for a Java method.MethodData Metadata about a method as read from a Java source file.MethodInfoData Metadata about a method as read from a class file.PackageMapNode A data structure modeling all classes in a jar or directory, or on a classpath.PackageNameCompletion A completion that represents a package name.SourceCompletionProvider Parses a Java AST for code completions.SourceParamChoicesProvider A parameter choices provider for Java methods.SourceParamChoicesProvider.SimpleCompletion A very simple, low-relevance parameter choice completion.Util Utility methods for Java completion.