Uses of Class
com.iizix.text.KStringException
Packages that use KStringException Package Description com.iizigo.prop.editor com.iizix.prop com.iizix.text com.iizix.value Uses of KStringException in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that throw KStringException Modifier and Type Method Description protected GBadgeBadgePropEditor. getValue(java.lang.String input)Gets the property value for a user input.protected KStringKStringPropEditor. getValue(java.lang.String input)Gets the property value for a user input.protected KTooltipTooltipPropEditor. getValue(java.lang.String input)Gets the property value for a user input.Uses of KStringException in com.iizix.prop
Methods in com.iizix.prop that throw KStringException Modifier and Type Method Description booleanKStringProp. setHTMLString(java.lang.String newValue)Sets a new HTML String value for this property.booleanKStringProp. setPLAINString(java.lang.String newValue, boolean usesTagProcessing)Sets a new PLAIN String value for this property.Uses of KStringException in com.iizix.text
Subclasses of KStringException in com.iizix.text Modifier and Type Class Description classKStringParseExceptionException class used for KString parsing errors.Methods in com.iizix.text that throw KStringException Modifier and Type Method Description static KStringKString. createKString(org.w3c.dom.Element e)Constructs a KString from an Element.static KStringKString. createKStringForEditor(java.lang.String inputString, boolean usesTagProcessing)Special creator for HTML-edited text in the Editor.PlainKStringKString. toPlainKString()Gets a PlainKString from this KString instance.Constructors in com.iizix.text that throw KStringException Constructor Description KString(KString.Type type, java.lang.String inputString)Creates the parsed KString where it is assumed the string can contain tags.KString(KString.Type type, java.lang.String inputString, boolean usesTagProcessing)Creates the parsed KString.KStringStyled(KString.Type type, java.lang.String inputString, boolean usesTagProcessing, java.util.ArrayList<KStringStyleRange> styleRanges)Constructor.PlainKString(java.lang.String inputString, boolean usesTagProcessing)Creates the parsed KString.Uses of KStringException in com.iizix.value
Methods in com.iizix.value that throw KStringException Modifier and Type Method Description KStringKStringValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.