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 GBadge
BadgePropEditor. getValue(java.lang.String input)
Gets the property value for a user input.protected KString
KStringPropEditor. getValue(java.lang.String input)
Gets the property value for a user input.protected KTooltip
TooltipPropEditor. 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 boolean
KStringProp. setHTMLString(java.lang.String newValue)
Sets a new HTML String value for this property.boolean
KStringProp. 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 class
KStringParseException
Exception class used for KString parsing errors.Methods in com.iizix.text that throw KStringException Modifier and Type Method Description static KString
KString. createKString(org.w3c.dom.Element e)
Constructs a KString from an Element.static KString
KString. createKStringForEditor(java.lang.String inputString, boolean usesTagProcessing)
Special creator for HTML-edited text in the Editor.PlainKString
KString. 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 KString
KStringValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)
Converts a value from another type.