Uses of Class
org.fife.rsta.ac.html.AttributeCompletion
Packages that use AttributeCompletion
Package
Description
HTML code completion classes.
JSP code completion classes.
-
Uses of AttributeCompletion in org.fife.rsta.ac.html
Fields in org.fife.rsta.ac.html with type parameters of type AttributeCompletionModifier and TypeFieldDescriptionprivate Map<String, List<AttributeCompletion>> HtmlCompletionProvider.tagToAttrsA mapping of tag names to their legal attributes.Methods in org.fife.rsta.ac.html that return types with arguments of type AttributeCompletionModifier and TypeMethodDescriptionprotected List<AttributeCompletion> HtmlCompletionProvider.getAttributeCompletionsForTag(String tagName) Returns the attributes that can be code-completed for the specified tag. -
Uses of AttributeCompletion in org.fife.rsta.ac.jsp
Subclasses of AttributeCompletion in org.fife.rsta.ac.jspModifier and TypeClassDescription(package private) classAn attribute of an element defined in a TLD.Methods in org.fife.rsta.ac.jsp that return types with arguments of type AttributeCompletionModifier and TypeMethodDescriptionprotected List<AttributeCompletion> JspCompletionProvider.getAttributeCompletionsForTag(String tagName) Overridden to handle JSP tags on top of standard HTML tags.