Uses of Class
org.fife.rsta.ac.html.AttributeCompletion
-
Packages that use AttributeCompletion Package Description org.fife.rsta.ac.html HTML code completion classes.org.fife.rsta.ac.jsp 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 AttributeCompletion Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.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 AttributeCompletion Modifier and Type Method Description protected java.util.List<AttributeCompletion>HtmlCompletionProvider. getAttributeCompletionsForTag(java.lang.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.jsp Modifier and Type Class Description (package private) classTldAttributeAn attribute of an element defined in a TLD.Methods in org.fife.rsta.ac.jsp that return types with arguments of type AttributeCompletion Modifier and Type Method Description protected java.util.List<AttributeCompletion>JspCompletionProvider. getAttributeCompletionsForTag(java.lang.String tagName)Overridden to handle JSP tags on top of standard HTML tags.
-