Uses of Class
com.iizix.text.KStringTag
Packages that use KStringTag
Uses of KStringTag in com.iizix.text
Subclasses of KStringTag in com.iizix.textModifier and TypeClassDescriptionclassKStringHTMLDynamicTag<TARGET>Class for the dynamic HTML tags in the string, i.e.classClass for the dynamic HTML hyperlink A tag that refers to an external source when the user clicks on a hyperlink in HTML text.classClass for the dynamic HTML hyperlink A tag that refers to a Resource when the user clicks on a hyperlink in HTML text.classClass for the dynamic HTML hyperlink A tag that refers to a Panel when the user clicks on a hyperlink in HTML text.classClass for the dynamic HTML hyperlink A tag that refers to VirtualSpace when the user clicks on a hyperlink in HTML text.classClass for the dynamic HTML image IMG tag that refers to an image in the application.classKStringHTMLTag<TARGET>Class for the HTML tag entry in the string.classClass for the dynamic HTML tag IZ that refers to the text table.classClass for the dynamic HTML tag IZ that refers to VirtualSpace text.classKStringPLAINTag<TARGET extends GProp<?>>Abstract class used by the PLAIN TextTable, VirtualSpace and Connector tags.classClass for the text table tag for KString that is of type PLAIN.classClass for the VirtualSpace tag for KString that is of type PLAIN.Methods in com.iizix.text that return KStringTagModifier and TypeMethodDescriptionprotected KStringTag<TARGET>KStringTag.clone()Cloneable.KStringTag<?>KString.getTag(int position, boolean doIncludeStartPos) Gets the tag at specified position in string.KStringTag<?>[]KString.getTags()Gets the array of tags for this string.Methods in com.iizix.text with parameters of type KStringTagModifier and TypeMethodDescriptionbooleanKStringHTMLTag.equalsName(KStringTag<?> kst) Checks for the same "name" (tag ordinal and closing tag for HTML, tag name for PLAIN).booleanKStringPLAINTag.equalsName(KStringTag<?> kst) Checks for the same "name" (tag ordinal and closing tag for HTML, tag name for PLAIN).booleanKStringTag.equalsName(KStringTag<?> kst) Checks for the same "name" (tag ordinal and closing tag for HTML, tag name for PLAIN).