Uses of Class
com.iizix.text.KStringException
Packages that use KStringException
Package
Description
Uses of KStringException in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that throw KStringExceptionUses of KStringException in com.iizix.prop
Methods in com.iizix.prop that throw KStringExceptionModifier and TypeMethodDescriptionbooleanKStringProp.setHTMLString(String newValue) Sets a new HTML String value for this property.booleanKStringProp.setPLAINString(String newValue, boolean usesTagProcessing) Sets a new PLAIN String value for this property.Uses of KStringException in com.iizix.prop.ui
Methods in com.iizix.prop.ui that throw KStringExceptionModifier and TypeMethodDescriptionIUIComp.getErrorMessage(ValueConversionException exception) Gets the localized error message for a validation exception.IUIComp.getErrorMessage(ILocaleString localeString, ValueConversionException exception) Gets the localized error message for a validation exception.Uses of KStringException in com.iizix.text
Subclasses of KStringException in com.iizix.textModifier and TypeClassDescriptionclassException class used for KString parsing errors.Methods in com.iizix.text that throw KStringExceptionModifier and TypeMethodDescriptionstatic KStringKString.createKString(Element e) Constructs a KString from an Element.static KStringKString.createKStringForEditor(String inputString, boolean usesTagProcessing) Special creator for HTML-edited text in the Editor.KString.format(LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, Object... params) Formats the HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, Locale locale, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.Formats the HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.toPlainKString()Gets a PlainKString from this KString instance.Constructors in com.iizix.text that throw KStringExceptionModifierConstructorDescriptionKString(KString.Type type, String inputString) Creates the parsed KString where it is assumed the string can contain tags.KString(KString.Type type, String inputString, boolean usesTagProcessing) Creates the parsed KString.KStringStyled(KString.Type type, String inputString, boolean usesTagProcessing, ArrayList<KStringStyleRange> styleRanges) Constructor.PlainKString(String inputString, boolean usesTagProcessing) Creates the parsed KString.Uses of KStringException in com.iizix.value
Methods in com.iizix.value that throw KStringExceptionModifier and TypeMethodDescriptionKStringValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.