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 KString
CSSFontIcon. contents
The 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 int
FontInfo. 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 KString
KStringPropEditor. getDefaultValue()
Gets the default defined value to set in the property when defined.protected KString
KStringPropEditor. 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.String
KStringPropEditor. formatValue(KString value)
Formats the value for user input as a String.void
KStringPropEditor. onUpdate(KString value)
Called when the property is updated without errors, with a new value.protected void
KStringPropEditor. 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 KString
RawTextEditorComposite. getKString()
Gets the edited string.KString
RawTextEditorDialog. open()
Open the dialog.KString
RichTextEditorDialog. 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.Composite
IzToolTipImpl. createHTMLComposite(org.eclipse.swt.widgets.Composite topMost, org.eclipse.swt.widgets.Composite parent, KString kstring, KStringInfoProviderAdapter adapter)
Creates a HTML composite for HTML preview.void
IzToolTip. 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 KString
CommonTextActions. 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.Image
TextTableLabelProvider. getImage(KString kstring)
Gets the image of a KString.void
KStringStyledText. 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 void
NewTextTablesWithLanguageComposite. 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.String
EditorTextTable. 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 KString
IComponent. getKStringText()
Gets the text from the control as aKString
.KString
Value. toKString()
Converts this Value and returns it as aKString
using 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 int
IFontInfo. getStringWidth(KString text)
Gets the string width of the specified unwrapped string.default void
IComponent. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)
Displays a message box with the specified title and message.boolean
IComponent. setErrorMessage(KString errorMessage)
Sets (or removes) the ERROR message for the component.boolean
IComponent. 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 void
BaseEvent. 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 KString
ILockUI. getWaitMessage()
Returns the wait message to display alongside the UI lock or progress indicator in the UI (e.g.default KString
ILockUI. 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 boolean
IAppSessionGyro. lockUI(KString waitMsg, int delay)
Locks the UI with a message and a delay.boolean
IAppSessionGyro. lockUI(KString waitMsg, ProgressIndicatorDelay delay)
Locks the UI with a message and a delay.void
IMessageBox. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)
Displays a message box with the specified title and message.void
IClientSessionGyro. setBusy(KString msg, int delay, int progress)
Sets the UI busy state and optionally updates the message and/or progress.boolean
IAppSessionGyro. setLockMessage(KString msg)
Sets the message to display for the lock state, above the indicator.boolean
IAppSessionGyro. setLockMessage(KString msg, int progress)
Sets the message to display for the lock state, above the indicator, along with a progress value.boolean
IAppSessionGyro. setLockMessage(KString msg, int delay, int progress)
Sets the message to display for the lock state, above the indicator, along with a progress value.boolean
ILockState. setMessage(KString msg)
Sets the message to display for the lock state, above the indicator.boolean
ILockState. setMessage(KString msg, int progress)
Sets the message to display for the lock state, above the indicator, along with a progress value.boolean
ILockState. 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 boolean
ILockUI. setWaitMessage(KString waitMsg)
Returns the wait message to display alongside the UI lock or progress indicator in the UI (e.g.default void
IToaster. toast(KString message)
Displays a simple, unobstructive and ephemeral text message to the user.default void
IToaster. toast(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type)
Displays a simple, unobstructive and ephemeral text message to the user.void
IToaster. 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 void
IToaster. 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 KString
RunConfigurationWebServer. 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 void
Mail. 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 KString
GBadge. text
The KString holding the text.Methods in com.iizix.prop that return KString Modifier and Type Method Description KString
KStringProp. createNewPropValue(KString ks)
Builds a new property value from a new externalized KString.default KString
IPropCnrKStringSettings. get(KSTRING_OPTION option)
Gets a KString option.KString
IPropCnrKString. getDefaultValue()
Gets the default value when the property is not set.default KString
ICodeItemArrayContainer. getItemKString(int index)
Gets the item at the specified index as a KString.default KString
IKStringArrayContainer. 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.KString
BadgeProp. getKString()
Gets the current value in as a KString.KString
CodeItemImpl. getKString()
Gets the item text as a KString.KString
ICodeItem. getKString()
Gets the item text as a KString.KString
KStringProp. getKString()
Gets the current value in as a KString.KString
TextTable. getText(java.lang.String name)
Get the text associated with the specified text name or text ID.KString
TextTable. getTextID(java.lang.String id)
Gets the text entry in this table.KString
TextTable. getTextID(java.lang.String id, KString fallback)
Gets the text entry in this table.KString
TextTable. getTextID(java.lang.String id, java.lang.String languageCode)
Gets the text entry with the specified ID for a language.KString
TextTable. getTextID(java.lang.String id, java.lang.String languageCode, KString fallback)
Gets the text entry with the specified ID for a language.default KString
ICodeItemArrayContainer. setItem(KString item, int index)
Sets an item at specified index.default KString
IKStringArrayContainer. 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 void
ICodeItemArrayContainer. addItem(KString item)
Adds a new item.default void
IKStringArrayContainer. addItem(KString item)
Adds a new item.void
CodeItemArrayProp. addItems(KString... items)
Adds a new items.default void
IKStringArrayContainer. addItems(KString... items)
Adds a new items.GBadge
BadgeProp. createNewPropValue(KString ks)
Builds a new property value from a new externalized KString.KString
KStringProp. createNewPropValue(KString ks)
Builds a new property value from a new externalized KString.protected java.lang.Object
KStringProp. equalValues(GProp<?> compareTo, KString thisValue, KString compareValue, int how)
Checks for property value equality.KString
TextTable. getTextID(java.lang.String id, KString fallback)
Gets the text entry in this table.KString
TextTable. getTextID(java.lang.String id, java.lang.String languageCode, KString fallback)
Gets the text entry with the specified ID for a language.default void
ICodeItemArrayContainer. insertItem(KString item, int index)
Inserts an item at specified index.default void
IKStringArrayContainer. insertItem(KString item, int index)
Inserts an item at specified index.int
CodeItemArrayProp. removeItem(KString item)
Removes an item.default int
IKStringArrayContainer. removeItem(KString item)
Removes an item.default boolean
IPropCnrKStringSettings. set(KSTRING_OPTION option, KString value)
Sets a KString option.default KString
ICodeItemArrayContainer. setItem(KString item, int index)
Sets an item at specified index.default KString
IKStringArrayContainer. setItem(KString item, int index)
Sets an item at specified index.boolean
KStringProp. setPropValue(KString newValue)
Sets a new value for this property.boolean
PlainKStringProp. setPropValue(KString newValue)
Sets a new value for this property.default void
IPropCnrKString. 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 KString
IUIComp. getErrorMessage(LocaleInfo localeInfo, ValueConversionException exception)
Gets the localized error message for a validation exception.KString
IUIComp. getErrorMessage(ValueConversionException exception)
Gets the localized error message for a validation exception.KString
UIComp. getErrorMessage(LocaleInfo localeInfo, ValueConversionException exception)
Gets the localized error message for a validation exception.KString
UIComp. getErrorMessage(ValueConversionException exception)
Gets the localized error message for a validation exception.KString
UIComp. getErrorMessageEx(LocaleInfo localeInfo, java.lang.Exception exception)
Gets the localized error message for a validation exception of any kind of exception.KString
TooltipProp. getExternalizableKString()
Returns if KString if it is a candidate for externalizing its text to a text table.KString
TooltipProp. getKString()
Gets the current value in as a KString.KString
UIComp. getKStringText()
Gets the text from the control as aKString
.KString
MessageBox. getMessage()
Gets the message text of the message box.KString
KTooltip. getText()
Gets the text.KString
MessageBox. getTitle()
Gets the title of the message box.KString
UIComp. 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 KTooltip
TooltipProp. createNewPropValue(KString ks)
Builds a new property value from a new externalized KString.void
MessageBox. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)
Displays a message box with the specified title and message.boolean
UIComp. setErrorMessage(KString errorMessage)
Sets (or removes) the ERROR message for the component.boolean
UIComp. setText(KString text)
Sets the HTML text property KStringProp Atom.TEXT ($text).boolean
UIComp. setTitle(KString str)
Get the title of the component (i.e.void
Toaster. 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 KString
ChartKString. 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 KString
AxisKString. 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 KString
MLGroup. getHeadingText()
Gets the heading text.KString
MLComboBox. getHint()
Gets the entry field hint for the list item.KString
MLDateTime. getHint()
Gets the entry field hint for the list item.KString
MLSpinner. getHint()
Gets the entry field hint for the list item.KString
MLText. getHint()
Gets the entry field hint for the list item.KString
MLItem. getLeadingText()
Gets the leading text for the list item.KString
MLCheckBox. getTrailingText()
Gets the trailing text for the list item.KString
MLRadioButton. getTrailingText()
Gets the trailing text for the list item.KString
MLSimple. getTrailingText()
Gets the trailing text for the list item.KString
MLSwitch. 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 boolean
MLItem. setDescription(KString descr)
Sets the text for the list item.boolean
MLComboBox. setHint(KString text)
Sets the entry field hint for the list item.boolean
MLDateTime. setHint(KString text)
Sets the entry field hint for the list item.boolean
MLSpinner. setHint(KString text)
Sets the entry field hint for the list item.boolean
MLText. setHint(KString text)
Sets the entry field hint for the list item.boolean
MLItem. setLeadingText(KString text)
Sets the leading text for the list item.boolean
MLCheckBox. setTrailingText(KString text)
Sets the trailing text for the list item.boolean
MLRadioButton. setTrailingText(KString text)
Sets the trailing text for the list item.boolean
MLSimple. setTrailingText(KString text)
Sets the trailing text for the list item.boolean
MLSwitch. 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 KString
TCell. 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 void
TableCombo. 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 KString
VSField. get_KString()
Gets the value of this field as a KString with translation and no trigger property using the field actors.KString
VSField. 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 thedoTranslate
flag.KString
VSField. 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 thedoTranslate
flag.KString
VSField. get_KString(LocaleInfo localeInfo)
Gets the value of this field as a KString with translation using the field actors.KString
VSField. get_KString(LocaleInfo localeInfo, boolean doTranslate)
Gets the value of this field as a KString with translation using the field actors depending on thedoTranslate
flag.KString
VSField. 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 thedoTranslate
flag.KString
VSField. 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.KString
VSField. 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 void
IVSComponent. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)
Displays a message box with the specified title and message.boolean
VSField. set_KString(KString value)
boolean
VSField. set_KString(KString value, boolean doTranslate)
boolean
VSField. set_KString(KString value, boolean doTranslate, GProp<?> trigger)
boolean
VSField. 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 KString
AppSessionGyro. 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.KString
ClientSessionGyro. 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 boolean
AppSessionGyro. lockUI(KString waitMsg, int delay)
Locks the UI with a message and a delay.boolean
AppSessionGyro. lockUI(KString waitMsg, ProgressIndicatorDelay delay)
Locks the UI with a message and a delay.void
AppSessionGyro. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)
Displays a message box with the specified title and message.void
ClientSessionGyro. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)
Displays a message box with the specified title and message.void
ClientSessionGyro. setBusy(KString msg, int delay, int progress)
Sets the UI busy state and optionally updates the message and/or progress.boolean
AppSessionGyro. setLockMessage(KString msg)
Sets the message to display for the lock state, above the indicator.boolean
AppSessionGyro. setLockMessage(KString msg, int progress)
Sets the message to display for the lock state, above the indicator, along with a progress value.boolean
AppSessionGyro. setLockMessage(KString msg, int delay, int progress)
Sets the message to display for the lock state, above the indicator, along with a progress value.void
AppSessionGyro. 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.void
ClientSessionGyro. 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 class
KStringStyled
Styles KString used for parsing in the Editor to provide StyleRange's.class
PlainKString
A Plain version of KString allowing a string to contain tags.Fields in com.iizix.text declared as KString Modifier and Type Field Description static KString
KString. DEFAULT
The default string: empty HTML.static KString
KString. EMPTY
The empty string: empty PLAIN.Methods in com.iizix.text that return KString Modifier and Type Method Description KString
LocaleString. asKString()
Gets the KString for an enum value.KString
LocaleString. asKString(SessionInfo sessionInfo)
Gets the KString for an enum value.static KString
LocaleString. asKString(SessionInfo sessionInfo, java.lang.String textID)
Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.static KString
LocaleString. asKString(SessionInfo sessionInfo, java.lang.String textID, KString fallback)
Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.static KString
LocaleString. asKString(ILocaleString localeString, java.lang.String textID, KString fallback)
Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.static KString
LocaleString. asKString(java.lang.String textID)
Looks up a text ID from the system tables.static KString
LocaleString. asKString(java.lang.String textID, KString fallback)
Looks up a text ID from the system tables.KString
KString. clone()
Clones this KString.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.default KString
IKStringValuePropHolder. getExternalizableKString()
Returns if KString if it is a candidate for externalizing its text to a text table.KString
ITextExternalizableProp. getExternalizableKString()
Returns if KString if it is a candidate for externalizing its text to a text table.KString
IKStringHolder. getKString()
Gets the KStrings that needs checking.default KString
ILocaleString. 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.KString
ILocaleString. 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.KString
KStringHolder. getRefactoredKString()
Gets the refactored KString.Methods in com.iizix.text with parameters of type KString Modifier and Type Method Description static KString
LocaleString. asKString(SessionInfo sessionInfo, java.lang.String textID, KString fallback)
Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.static KString
LocaleString. asKString(ILocaleString localeString, java.lang.String textID, KString fallback)
Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.static KString
LocaleString. asKString(java.lang.String textID, KString fallback)
Looks up a text ID from the system tables.int
KString. compareTo(KString ks)
Compares two KStrings with the raw format in their respective native format.PROP_VALUE
ITextExternalizableProp. createNewPropValue(KString ks)
Builds a new property value from a new externalized KString.boolean
KString. equalsOmitReferenceRefreshCheck(KString ks)
Checks for pure equality between two KStrings, excluding reference refresh counter checking but including potential original source string.void
KStringHolder. 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 KString
AbstractTranslationRequest.RequestItem. sourceText
The source text to translate.KString
Translation. sourceText
The 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 KString
TranslationQueue. 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 boolean
AbstractTranslationRequest. addRequest(KString sourceText, ITranslationReply reply)
Adds a requests to perform at the same time as the others.boolean
ITranslationRequest. addRequest(KString sourceText, ITranslationReply reply)
Adds a requests to perform at the same time as the others.protected boolean
TranslationQueue. addRequest(KString sourceText, ITranslationReply reply)
Adds a translation request.protected void
TranslationQueue. onCompleted(KString sourceText, Translation translation)
Informs the queue of a completed translation.boolean
ITranslationEngine. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslationReply replyCallback)
Translates a text in plain text or HTML.Translation
ITranslator. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)
Translates a text in plain text or HTML.boolean
TranslationEngine. 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 Translation
GoogleTranslate. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode)
Translates a text in plain text or HTML.static Translation
GoogleTranslate. 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 Translation
AzureCognitiveServices. 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 KString
KStringValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)
Converts a value from another type.KString
KStringValue. createDefault()
Creates the default value object for the data type.KString
KStringValue. load(java.lang.String value, org.w3c.dom.Element element)
Loads the value from an Element.KString
KStringValue. parse(java.lang.String value)
Creates a Value object from a String using a specified pattern and locale.KString
KStringValue. 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 long
KStringValue. asLong(KString value, LocaleInfo localeInfo)
Returns a long value if possible.java.lang.String
KStringValue. save(KString value, org.w3c.dom.Element element)
Saves the value to an Element.java.lang.String
KStringValue. toString(KString value)
The default "toString" representation.java.lang.String
KStringValue. toString(KString value, java.lang.String pattern, LocaleInfo localeInfo)
Formats the value to a String.