Uses of Class
com.iizix.text.KString
Uses of KString in com.iizigo.font
Fields in com.iizigo.font declared as KString Modifier and Type Field Description KStringCSSFontIcon. contentsThe contents string, one or longer.Uses of KString in com.iizigo.panel
Methods in com.iizigo.panel with parameters of type KString Modifier and Type Method Description intFontInfo. getStringWidth(KString text)Gets the string width of the specified unwrapped string (no line breaks).Uses of KString in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor that return KString Modifier and Type Method Description KStringKStringPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected KStringKStringPropEditor. getValue(java.lang.String input)Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type KString Modifier and Type Method Description java.lang.StringKStringPropEditor. formatValue(KString value)Formats the value for user input as a String.voidKStringPropEditor. onUpdate(KString value)Called when the property is updated without errors, with a new value.protected voidKStringPropEditor. setInputValue(KString value)Sets the new input value.Uses of KString in com.iizigo.prop.editor.dialog
Methods in com.iizigo.prop.editor.dialog that return KString Modifier and Type Method Description KStringRawTextEditorComposite. getKString()Gets the edited string.KStringRawTextEditorDialog. open()Open the dialog.KStringRichTextEditorDialog. open()Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type KString Constructor Description RawTextEditorComposite(org.eclipse.swt.widgets.Composite parent, int style, KString ks, java.lang.Boolean useTags, boolean isPlainOnly, ModuleModel model, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, java.lang.Runnable stateRunnable)Create the dialog.RawTextEditorDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable)Create the dialog.RawTextEditorPatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType)Create the dialog.RichTextEditorDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags)Create the dialog.Uses of KString in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type KString Modifier and Type Method Description static org.eclipse.swt.widgets.CompositeIzToolTipImpl. createHTMLComposite(org.eclipse.swt.widgets.Composite topMost, org.eclipse.swt.widgets.Composite parent, KString kstring, KStringInfoProviderAdapter adapter)Creates a HTML composite for HTML preview.voidIzToolTip. setText(KString ks, KStringInfoProviderAdapter adapter)Sets the HTML text with the KString adapter for Font Face support.Uses of KString in com.iizigo.text
Methods in com.iizigo.text that return KString Modifier and Type Method Description KStringCommonTextActions. getCurrentNonErroredKString()Gets the current KString from current cell.Methods in com.iizigo.text with parameters of type KString Modifier and Type Method Description static org.eclipse.swt.graphics.ImageTextTableLabelProvider. getImage(KString kstring)Gets the image of a KString.voidKStringStyledText. updateText(KString ks, IPropErrorItem pei)Updates the text editor from the property.Method parameters in com.iizigo.text with type arguments of type KString Modifier and Type Method Description voidNewTextTablesWithLanguageComposite. createTextFiles(ModuleModel model, java.util.Map<Atom,KString> moreTexts, org.eclipse.core.runtime.IProgressMonitor monitor)Creates the text files.Uses of KString in com.iizigo.text.prop
Methods in com.iizigo.text.prop with parameters of type KString Modifier and Type Method Description java.lang.StringEditorTextTable. externalizeText(KString text, IComplexOperation op)Externalizes the specified text.Uses of KString in com.iizix
Methods in com.iizix that return KString Modifier and Type Method Description KStringIComponent. getKStringText()Gets the text from the control as aKString.KStringValue. toKString()Converts this Value and returns it as aKStringusing the locale looked-up from current thread or if not found, for system default.Methods in com.iizix with parameters of type KString Modifier and Type Method Description intIFontInfo. getStringWidth(KString text)Gets the string width of the specified unwrapped string.default voidIComponent. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message.booleanIComponent. setErrorMessage(KString errorMessage)Sets (or removes) the ERROR message for the component.booleanIComponent. setText(KString text)Sets the HTML text property KStringProp Atom.TEXT ($text).Constructors in com.iizix with parameters of type KString Constructor Description Value(KString value)Constructs a KString value.Uses of KString in com.iizix.api
Methods in com.iizix.api with parameters of type KString Modifier and Type Method Description voidBaseEvent. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message for the application session.Uses of KString in com.iizix.gyro
Methods in com.iizix.gyro that return KString Modifier and Type Method Description default KStringILockUI. getWaitMessage()Returns the wait message to display alongside the UI lock or progress indicator in the UI (e.g.default KStringILockUI. getWaitMessage(ILockUI defaultProvider)Returns the wait message to display alongside the UI lock or progress indicator in the UI (e.g.Methods in com.iizix.gyro with parameters of type KString Modifier and Type Method Description booleanIAppSessionGyro. lockUI(KString waitMsg, int delay)Locks the UI with a message and a delay.booleanIAppSessionGyro. lockUI(KString waitMsg, ProgressIndicatorDelay delay)Locks the UI with a message and a delay.voidIMessageBox. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message.voidIClientSessionGyro. setBusy(KString msg, int delay, int progress)Sets the UI busy state and optionally updates the message and/or progress.booleanIAppSessionGyro. setLockMessage(KString msg)Sets the message to display for the lock state, above the indicator.booleanIAppSessionGyro. setLockMessage(KString msg, int progress)Sets the message to display for the lock state, above the indicator, along with a progress value.booleanIAppSessionGyro. setLockMessage(KString msg, int delay, int progress)Sets the message to display for the lock state, above the indicator, along with a progress value.booleanILockState. setMessage(KString msg)Sets the message to display for the lock state, above the indicator.booleanILockState. setMessage(KString msg, int progress)Sets the message to display for the lock state, above the indicator, along with a progress value.booleanILockState. setMessage(KString msg, int delay, int progress)Sets the message to display for the lock state, above the indicator, along with a progress value.default booleanILockUI. setWaitMessage(KString waitMsg)Returns the wait message to display alongside the UI lock or progress indicator in the UI (e.g.default voidIToaster. toast(KString message)Displays a simple, unobstructive and ephemeral text message to the user.default voidIToaster. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type)Displays a simple, unobstructive and ephemeral text message to the user.voidIToaster. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)Displays a simple, unobstructive and ephemeral text message to the user.default voidIToaster. toast(KString message, IToaster.Type type)Displays a simple, unobstructive and ephemeral text message to the user.Uses of KString in com.iizix.jetty
Methods in com.iizix.jetty that return KString Modifier and Type Method Description KStringRunConfigurationWebServer. getStatistics()Gets the web server statistics as a HTML string.Uses of KString in com.iizix.mail
Methods in com.iizix.mail with parameters of type KString Modifier and Type Method Description voidMail. setText(java.lang.String htmlPrefix, KString text, java.lang.String htmlSuffix, IKStringInfoProvider provider)Sets a KString text with either HTML or plain text contents.Uses of KString in com.iizix.prop
Fields in com.iizix.prop declared as KString Modifier and Type Field Description KStringGBadge. textThe KString holding the text.Methods in com.iizix.prop that return KString Modifier and Type Method Description KStringKStringProp. createNewPropValue(KString ks)Builds a new property value from a new externalized KString.default KStringIPropCnrKStringSettings. get(KSTRING_OPTION option)Gets a KString option.KStringIPropCnrKString. getDefaultValue()Gets the default value when the property is not set.default KStringICodeItemArrayContainer. getItemKString(int index)Gets the item at the specified index as a KString.default KStringIKStringArrayContainer. getItemKString(int index)Gets the item at the specified index as a KString.KString[]CodeItemArrayProp. getItemsAsKStrings()Gets the array of items as KStrings.default KString[]IKStringArrayContainer. getItemsAsKStrings()Gets the array of items as KStrings.KStringBadgeProp. getKString()Gets the current value in as a KString.KStringCodeItemImpl. getKString()Gets the item text as a KString.KStringICodeItem. getKString()Gets the item text as a KString.KStringKStringProp. getKString()Gets the current value in as a KString.KStringTextTable. getText(java.lang.String name)Get the text associated with the specified text name or text ID.KStringTextTable. getTextID(java.lang.String id)Gets the text entry in this table.KStringTextTable. getTextID(java.lang.String id, KString fallback)Gets the text entry in this table.KStringTextTable. getTextID(java.lang.String id, java.lang.String languageCode)Gets the text entry with the specified ID for a language.KStringTextTable. getTextID(java.lang.String id, java.lang.String languageCode, KString fallback)Gets the text entry with the specified ID for a language.default KStringICodeItemArrayContainer. setItem(KString item, int index)Sets an item at specified index.default KStringIKStringArrayContainer. setItem(KString item, int index)Sets an item at specified index.Methods in com.iizix.prop with parameters of type KString Modifier and Type Method Description default voidICodeItemArrayContainer. addItem(KString item)Adds a new item.default voidIKStringArrayContainer. addItem(KString item)Adds a new item.voidCodeItemArrayProp. addItems(KString... items)Adds a new items.default voidIKStringArrayContainer. addItems(KString... items)Adds a new items.GBadgeBadgeProp. createNewPropValue(KString ks)Builds a new property value from a new externalized KString.KStringKStringProp. createNewPropValue(KString ks)Builds a new property value from a new externalized KString.protected java.lang.ObjectKStringProp. equalValues(GProp<?> compareTo, KString thisValue, KString compareValue, int how)Checks for property value equality.KStringTextTable. getTextID(java.lang.String id, KString fallback)Gets the text entry in this table.KStringTextTable. getTextID(java.lang.String id, java.lang.String languageCode, KString fallback)Gets the text entry with the specified ID for a language.default voidICodeItemArrayContainer. insertItem(KString item, int index)Inserts an item at specified index.default voidIKStringArrayContainer. insertItem(KString item, int index)Inserts an item at specified index.intCodeItemArrayProp. removeItem(KString item)Removes an item.default intIKStringArrayContainer. removeItem(KString item)Removes an item.default booleanIPropCnrKStringSettings. set(KSTRING_OPTION option, KString value)Sets a KString option.default KStringICodeItemArrayContainer. setItem(KString item, int index)Sets an item at specified index.default KStringIKStringArrayContainer. setItem(KString item, int index)Sets an item at specified index.booleanKStringProp. setPropValue(KString newValue)Sets a new value for this property.booleanPlainKStringProp. setPropValue(KString newValue)Sets a new value for this property.default voidIPropCnrKString. validate(PropCnr pc, KString ks)Validates a new string.Constructors in com.iizix.prop with parameters of type KString Constructor Description CodeItemImpl(KString value)Constructor for an item without code.CodeItemImpl(java.lang.String code, KString value)Constructor for an item with code and value.GBadge(KString text)Creates a new red badge with default font size (16 pixels).GBadge(KString text, GBadge badge)Creates a new badge with a text and the settings from an old badge.GBadge(KString text, GBadge.Color color)Creates a new badge with default font size.GBadge(KString text, GBadge.Color color, GBadge.Location location)Creates a new badge with default font size (16 pixels).GBadge(KString text, GBadge.Color color, GBadge.Location location, int fontSize)Creates a new badge.GBadge(KString text, GBadge.Location location)Creates a new red badge with default font size (16 pixels).KStringProp(Atom propertyAtom, KString newValue)Creates a KString property with the specified name and value.PlainKStringProp(Atom propertyAtom, KString newValue)Creates a KString property with the specified name and value.Uses of KString in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return KString Modifier and Type Method Description KStringIUIComp. getErrorMessage(LocaleInfo localeInfo, ValueConversionException exception)Gets the localized error message for a validation exception.KStringIUIComp. getErrorMessage(ValueConversionException exception)Gets the localized error message for a validation exception.KStringUIComp. getErrorMessage(LocaleInfo localeInfo, ValueConversionException exception)Gets the localized error message for a validation exception.KStringUIComp. getErrorMessage(ValueConversionException exception)Gets the localized error message for a validation exception.KStringUIComp. getErrorMessageEx(LocaleInfo localeInfo, java.lang.Exception exception)Gets the localized error message for a validation exception of any kind of exception.KStringTooltipProp. getExternalizableKString()Returns if KString if it is a candidate for externalizing its text to a text table.KStringTooltipProp. getKString()Gets the current value in as a KString.KStringUIComp. getKStringText()Gets the text from the control as aKString.KStringMessageBox. getMessage()Gets the message text of the message box.KStringKTooltip. getText()Gets the text.KStringMessageBox. getTitle()Gets the title of the message box.KStringUIComp. getTitleKS()Gets the title of the component as a (Plain) KString (i.e.Methods in com.iizix.prop.ui with parameters of type KString Modifier and Type Method Description KTooltipTooltipProp. createNewPropValue(KString ks)Builds a new property value from a new externalized KString.voidMessageBox. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message.booleanUIComp. setErrorMessage(KString errorMessage)Sets (or removes) the ERROR message for the component.booleanUIComp. setText(KString text)Sets the HTML text property KStringProp Atom.TEXT ($text).booleanUIComp. setTitle(KString str)Get the title of the component (i.e.voidToaster. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)Displays a simple, unobstructive and ephemeral text message to the user.Constructors in com.iizix.prop.ui with parameters of type KString Constructor Description KTooltip(KString text)Creates a tooltip with a default location, category "none" and showDelay 400 ms.KTooltip(KString text, int category)Creates a tooltip for a message with a default location and showDelay 400 ms.KTooltip(KString text, int showDelay, int... locations)Creates a tooltip with category "none".KTooltip(KString text, int showDelay, int category, int... locations)Creates a tooltip for a message.KTooltip(KString text, KTooltip prev)Creates a tooltip with specified text and settings from another tooltip instance.Uses of KString in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that return KString Modifier and Type Method Description KStringChartKString. getDefaultValue()Gets the default value when the property is not set.Uses of KString in com.iizix.prop.ui.chart.axis2d
Methods in com.iizix.prop.ui.chart.axis2d that return KString Modifier and Type Method Description KStringAxisKString. getDefaultValue()Gets the default value when the property is not set.Uses of KString in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return KString Modifier and Type Method Description KStringMLGroup. getHeadingText()Gets the heading text.KStringMLComboBox. getHint()Gets the entry field hint for the list item.KStringMLDateTime. getHint()Gets the entry field hint for the list item.KStringMLSpinner. getHint()Gets the entry field hint for the list item.KStringMLText. getHint()Gets the entry field hint for the list item.KStringMLItem. getLeadingText()Gets the leading text for the list item.KStringMLCheckBox. getTrailingText()Gets the trailing text for the list item.KStringMLRadioButton. getTrailingText()Gets the trailing text for the list item.KStringMLSimple. getTrailingText()Gets the trailing text for the list item.KStringMLSwitch. getTrailingText()Gets the trailing text for the list item.Methods in com.iizix.prop.ui.mlist with parameters of type KString Modifier and Type Method Description booleanMLItem. setDescription(KString descr)Sets the text for the list item.booleanMLComboBox. setHint(KString text)Sets the entry field hint for the list item.booleanMLDateTime. setHint(KString text)Sets the entry field hint for the list item.booleanMLSpinner. setHint(KString text)Sets the entry field hint for the list item.booleanMLText. setHint(KString text)Sets the entry field hint for the list item.booleanMLItem. setLeadingText(KString text)Sets the leading text for the list item.booleanMLCheckBox. setTrailingText(KString text)Sets the trailing text for the list item.booleanMLRadioButton. setTrailingText(KString text)Sets the trailing text for the list item.booleanMLSimple. setTrailingText(KString text)Sets the trailing text for the list item.booleanMLSwitch. setTrailingText(KString text)Sets the trailing text for the list item.Constructors in com.iizix.prop.ui.mlist with parameters of type KString Constructor Description MLComboBox(KString text, boolean isArrowDisplayed)Constructor for a simple item that is to be added into a list.MLDateTime(KString text, KString trailing, boolean isArrowDisplayed)Constructor for a simple item that is to be added into a list.MLSimple(KString text, KString trailing, boolean isArrowDisplayed)Constructor for a simple item that is to be added into a list.MLSlider(KString text, boolean isArrowDisplayed)Constructor for a simple item that is to be added into a list.MLSpinner(KString text, boolean isArrowDisplayed)Constructor for a simple item that is to be added into a list.MLText(KString text, boolean isArrowDisplayed)Constructor for a simple item that is to be added into a list.Uses of KString in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table that return KString Modifier and Type Method Description KStringTCell. getKString()Gets the text contents when the cell is text.KString[]TableCombo. getKStringContents()Gets the contents as strings.Method parameters in com.iizix.prop.ui.table with type arguments of type KString Modifier and Type Method Description voidTableCombo. setKStringContents(java.util.Collection<KString> list)Sets the KString contents of this combo.Constructors in com.iizix.prop.ui.table with parameters of type KString Constructor Description TCell(KString kstring)Creates a new instance of the table cell initialized with the KString contents default-aligned horizontally and vertically.TCell(KString kstring, boolean isSelected)Creates a new instance of the table cell initialized with the KString contents default-aligned horizontally and vertically.TCell(KString kstring, int horizontalAlign, int verticalAlign, int style)Creates a new instance of the table cell initialized with the KString contents.Uses of KString in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return KString Modifier and Type Method Description KStringVSField. get_KString()Gets the value of this field as a KString with translation and no trigger property using the field actors.KStringVSField. get_KString(boolean doTranslate)Gets the value of this field as a KString with translation and no trigger property using the field actors depending on thedoTranslateflag.KStringVSField. get_KString(boolean doTranslate, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on thedoTranslateflag.KStringVSField. get_KString(LocaleInfo localeInfo)Gets the value of this field as a KString with translation using the field actors.KStringVSField. get_KString(LocaleInfo localeInfo, boolean doTranslate)Gets the value of this field as a KString with translation using the field actors depending on thedoTranslateflag.KStringVSField. get_KString(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on thedoTranslateflag.KStringVSField. get_KString(LocaleInfo localeInfo, GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors.KStringVSField. get_KString(GProp<?> trigger)Gets the value of this field as a KString with translation and optional trigger property using the field actors.Methods in com.iizix.prop.vs with parameters of type KString Modifier and Type Method Description default voidIVSComponent. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message.booleanVSField. set_KString(KString value)booleanVSField. set_KString(KString value, boolean doTranslate)booleanVSField. set_KString(KString value, boolean doTranslate, GProp<?> trigger)booleanVSField. set_KString(KString value, GProp<?> trigger)Uses of KString in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return KString Modifier and Type Method Description KStringAppSessionGyro. getLocaleKString(java.lang.String id, boolean system)Gets the KString of a particular ID from the app's text tables that are flagged to also handle LocaleString's depending on the flag.KStringClientSessionGyro. getLocaleKString(java.lang.String id, boolean system)Gets the KString of a particular ID from the app's text tables that are flagged to also handle LocaleString's depending on the flag.Methods in com.iizix.server.gyro with parameters of type KString Modifier and Type Method Description booleanAppSessionGyro. lockUI(KString waitMsg, int delay)Locks the UI with a message and a delay.booleanAppSessionGyro. lockUI(KString waitMsg, ProgressIndicatorDelay delay)Locks the UI with a message and a delay.voidAppSessionGyro. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message.voidClientSessionGyro. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message.voidClientSessionGyro. setBusy(KString msg, int delay, int progress)Sets the UI busy state and optionally updates the message and/or progress.booleanAppSessionGyro. setLockMessage(KString msg)Sets the message to display for the lock state, above the indicator.booleanAppSessionGyro. setLockMessage(KString msg, int progress)Sets the message to display for the lock state, above the indicator, along with a progress value.booleanAppSessionGyro. setLockMessage(KString msg, int delay, int progress)Sets the message to display for the lock state, above the indicator, along with a progress value.voidAppSessionGyro. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)Displays a simple, unobstructive and ephemeral text message to the user.voidClientSessionGyro. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration)Displays a simple, unobstructive and ephemeral text message to the user.Uses of KString in com.iizix.text
Subclasses of KString in com.iizix.text Modifier and Type Class Description classKStringStyledStyles KString used for parsing in the Editor to provide StyleRange's.classPlainKStringA Plain version of KString allowing a string to contain tags.Fields in com.iizix.text declared as KString Modifier and Type Field Description static KStringKString. DEFAULTThe default string: empty HTML.static KStringKString. EMPTYThe empty string: empty PLAIN.Methods in com.iizix.text that return KString Modifier and Type Method Description KStringLocaleString. asKString()Gets the KString for an enum value.KStringLocaleString. asKString(SessionInfo sessionInfo)Gets the KString for an enum value.static KStringLocaleString. asKString(SessionInfo sessionInfo, java.lang.String textID)Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.static KStringLocaleString. asKString(SessionInfo sessionInfo, java.lang.String textID, KString fallback)Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.static KStringLocaleString. asKString(ILocaleString localeString, java.lang.String textID, KString fallback)Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.static KStringLocaleString. asKString(java.lang.String textID)Looks up a text ID from the system tables.static KStringLocaleString. asKString(java.lang.String textID, KString fallback)Looks up a text ID from the system tables.KStringKString. clone()Clones this KString.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.default KStringIKStringValuePropHolder. getExternalizableKString()Returns if KString if it is a candidate for externalizing its text to a text table.KStringITextExternalizableProp. getExternalizableKString()Returns if KString if it is a candidate for externalizing its text to a text table.KStringIKStringHolder. getKString()Gets the KStrings that needs checking.default KStringILocaleString. getLocaleKString(java.lang.String id)Gets the KString of a particular ID from the app's text tables, regardless if the text tables are flagged to also handle LocaleString's.KStringILocaleString. getLocaleKString(java.lang.String id, boolean system)Gets the KString of a particular ID from the app's text tables that are flagged to also handle LocaleString's depending on the flag.KStringKStringHolder. getRefactoredKString()Gets the refactored KString.Methods in com.iizix.text with parameters of type KString Modifier and Type Method Description static KStringLocaleString. asKString(SessionInfo sessionInfo, java.lang.String textID, KString fallback)Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.static KStringLocaleString. asKString(ILocaleString localeString, java.lang.String textID, KString fallback)Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.static KStringLocaleString. asKString(java.lang.String textID, KString fallback)Looks up a text ID from the system tables.intKString. compareTo(KString ks)Compares two KStrings with the raw format in their respective native format.PROP_VALUEITextExternalizableProp. createNewPropValue(KString ks)Builds a new property value from a new externalized KString.booleanKString. equalsOmitReferenceRefreshCheck(KString ks)Checks for pure equality between two KStrings, excluding reference refresh counter checking but including potential original source string.voidKStringHolder. setKString(KString ks)Called when a KString is assigned in the holder.Uses of KString in com.iizix.translate
Fields in com.iizix.translate declared as KString Modifier and Type Field Description protected KStringAbstractTranslationRequest.RequestItem. sourceTextThe source text to translate.KStringTranslation. sourceTextThe KString as the source text.Methods in com.iizix.translate that return KString Modifier and Type Method Description protected KString[]TranslationQueue. getAll()Gets all current elements in queue, without removing them.protected KStringTranslationQueue. getNext()Gets an item from the queue that needs processing.Methods in com.iizix.translate with parameters of type KString Modifier and Type Method Description booleanAbstractTranslationRequest. addRequest(KString sourceText, ITranslationReply reply)Adds a requests to perform at the same time as the others.booleanITranslationRequest. addRequest(KString sourceText, ITranslationReply reply)Adds a requests to perform at the same time as the others.protected booleanTranslationQueue. addRequest(KString sourceText, ITranslationReply reply)Adds a translation request.protected voidTranslationQueue. onCompleted(KString sourceText, Translation translation)Informs the queue of a completed translation.booleanITranslationEngine. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslationReply replyCallback)Translates a text in plain text or HTML.TranslationITranslator. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)Translates a text in plain text or HTML.booleanTranslationEngine. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslationReply replyCallback)Translates a text in plain text or HTML.Constructors in com.iizix.translate with parameters of type KString Constructor Description Translation(ITranslator translator, KString sourceText, java.lang.String originalText, java.lang.String originalLangID, java.lang.String translatedText, java.lang.String translationLangID)Constructs the successful Translation.Translation(ITranslator translator, KString sourceText, java.lang.String originalText, java.lang.String originalLangID, java.lang.String translationLangID, java.lang.Throwable exception)Constructs the failed Translation, only from the engine itself.Uses of KString in com.iizix.translate.google
Methods in com.iizix.translate.google with parameters of type KString Modifier and Type Method Description TranslationGoogleTranslate. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)Translates a text in plain text or HTML.static TranslationGoogleTranslate. translate(ITranslator translator, java.lang.String key, KString kstring, java.lang.String sourceLangID, java.lang.String targetLangID)Translates a string from one language (that can be auto detected) to another using Google Translate.Uses of KString in com.iizix.translate.microsoft
Methods in com.iizix.translate.microsoft with parameters of type KString Modifier and Type Method Description TranslationAzureCognitiveServices. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)Translates a text in plain text or HTML.Uses of KString in com.iizix.value
Methods in com.iizix.value that return KString Modifier and Type Method Description KStringKStringValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.KStringKStringValue. createDefault()Creates the default value object for the data type.KStringKStringValue. load(java.lang.String value, org.w3c.dom.Element element)Loads the value from an Element.KStringKStringValue. parse(java.lang.String value)Creates a Value object from a String using a specified pattern and locale.KStringKStringValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.Methods in com.iizix.value that return types with arguments of type KString Modifier and Type Method Description java.lang.Class<KString>KStringValue. getValueClass()Gets the class of the value.Methods in com.iizix.value with parameters of type KString Modifier and Type Method Description longKStringValue. asLong(KString value, LocaleInfo localeInfo)Returns a long value if possible.java.lang.StringKStringValue. save(KString value, org.w3c.dom.Element element)Saves the value to an Element.java.lang.StringKStringValue. toString(KString value)The default "toString" representation.java.lang.StringKStringValue. toString(KString value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.