Uses of Class
com.iizix.text.KString
Packages that use KString
Package
Description
Uses of KString in com.iizigo.font
Fields in com.iizigo.font declared as KStringUses of KString in com.iizigo.panel
Methods in com.iizigo.panel with parameters of type KStringModifier and TypeMethodDescriptionint
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 KStringModifier and TypeMethodDescriptionKStringPropEditor.getDefaultValue()
Gets the default defined value to set in the property when defined.protected KString
Gets the property value for a user input.Methods in com.iizigo.prop.editor with parameters of type KStringModifier and TypeMethodDescriptionKStringPropEditor.formatValue
(KString value) Formats the value for user input as a String.void
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 KStringModifier and TypeMethodDescriptionRawTextEditorComposite.getKString()
Gets the edited string.RawTextEditorDialog.open()
Open the dialog.RichTextEditorDialog.open()
Open the dialog.Constructors in com.iizigo.prop.editor.dialog with parameters of type KStringModifierConstructorDescriptionRawTextEditorComposite
(org.eclipse.swt.widgets.Composite parent, int style, KString ks, Boolean useTags, boolean isPlainOnly, ModuleModel model, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, Runnable stateRunnable) Create the dialog.RawTextEditorDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable) Create the dialog.RawTextEditorPatternDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType) Create the dialog.RichTextEditorDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags) Create the dialog.Uses of KString in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type KStringModifier and TypeMethodDescriptionstatic 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 KStringModifier and TypeMethodDescriptionCommonTextActions.getCurrentNonErroredKString()
Gets the current KString from current cell.Methods in com.iizigo.text with parameters of type KStringModifier and TypeMethodDescriptionstatic org.eclipse.swt.graphics.Image
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 KStringModifier and TypeMethodDescriptionvoid
NewTextTablesWithLanguageComposite.createTextFiles
(ModuleModel model, 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 KStringModifier and TypeMethodDescriptionEditorTextTable.externalizeText
(KString text, IComplexOperation op) Externalizes the specified text.Uses of KString in com.iizix
Modifier and TypeMethodDescriptionIComponent.getKStringText()
Gets the text from the control as aKString
.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.Modifier and TypeMethodDescriptionint
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
Sets the HTML text property KStringProp Atom.TEXT ($text).Uses of KString in com.iizix.api
Methods in com.iizix.api with parameters of type KStringModifier and TypeMethodDescriptionvoid
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 KStringModifier and TypeMethodDescriptiondefault 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 KStringModifier and TypeMethodDescriptionboolean
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
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
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 KStringModifier and TypeMethodDescriptionRunConfigurationWebServer.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 KStringModifier and TypeMethodDescriptionvoid
Mail.setText
(String htmlPrefix, KString text, 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 KStringMethods in com.iizix.prop that return KStringModifier and TypeMethodDescriptionKStringProp.createNewPropValue
(KString ks) Builds a new property value from a new externalized KString.default KString
IPropCnrKStringSettings.get
(KSTRING_OPTION option) Gets a KString option.IPropCnrKString.getDefaultValue()
Gets the default value when the property is not set.ModuleApp.getDescriptionKString()
Gets the description of the application as a KString.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.BadgeProp.getKString()
Gets the current value in as a KString.CodeItemImpl.getKString()
Gets the item text as a KString.ICodeItem.getKString()
Gets the item text as a KString.KStringProp.getKString()
Gets the current value in as a KString.ValueProp.getKString()
Gets the KStrings value.References.ReturnCode.getKStringFallback()
Gets the fallback KString.ModuleApp.getNameKString()
Gets the name of the application as a KString.Get the text associated with the specified text name or text ID.Gets the text entry in this table.Gets the text entry in this table.Gets the text entry with the specified ID for a language.Gets the text entry with the specified ID for a language.default KString
Sets an item at specified index.default KString
Sets an item at specified index.Methods in com.iizix.prop with parameters of type KStringModifier and TypeMethodDescriptiondefault void
Adds a new item.default void
Adds a new item.void
Adds a new items.default void
Adds a new items.BadgeProp.createNewPropValue
(KString ks) Builds a new property value from a new externalized KString.KStringProp.createNewPropValue
(KString ks) Builds a new property value from a new externalized KString.protected Object
KStringProp.equalValues
(GProp<?> compareTo, KString thisValue, KString compareValue, int how) Checks for property value equality.Gets the text entry in this table.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
Sets an item at specified index.default KString
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
Validates a new string.Constructors in com.iizix.prop with parameters of type KStringModifierConstructorDescriptionCodeItemImpl
(KString value) Constructor for an item without code.CodeItemImpl
(String code, KString value) Constructor for an item with code and value.Creates a new red badge with default font size (16 pixels).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 KStringModifier 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.UIComp.getErrorMessage
(ValueConversionException exception) Gets the localized error message for a validation exception.UIComp.getErrorMessage
(ILocaleString localeString, ValueConversionException exception) Gets the localized error message for a validation exception.UIComp.getErrorMessageEx
(ILocaleString localeString, Exception exception) Gets the localized error message for a validation exception of any kind of exception.TooltipProp.getExternalizableKString()
Returns if KString if it is a candidate for externalizing its text to a text table.TooltipProp.getKString()
Gets the current value in as a KString.UIComp.getKStringText()
Gets the text from the control as aKString
.MessageBox.getMessage()
Gets the message text of the message box.KTooltip.getText()
Gets the text.MessageBox.getTitle()
Gets the title of the message box.UIComp.getTitleKS()
Gets the title of the component as a (Plain) KString (i.e.Methods in com.iizix.prop.ui with parameters of type KStringModifier and TypeMethodDescriptionTooltipProp.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.final boolean
Sets the HTML text property KStringProp Atom.TEXT ($text).boolean
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 KStringModifierConstructorDescriptionCreates a tooltip with a default location, category "none" and showDelay 400 ms.Creates a tooltip for a message with a default location and showDelay 400 ms.Creates a tooltip with category "none".Creates a tooltip for a message.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 KStringModifier and TypeMethodDescriptionChartKString.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 KStringModifier and TypeMethodDescriptionAxisKString.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 KStringModifier and TypeMethodDescriptionMLGroup.getHeadingText()
Gets the heading text.MLComboBox.getHint()
Gets the entry field hint for the list item.MLDateTime.getHint()
Gets the entry field hint for the list item.MLSpinner.getHint()
Gets the entry field hint for the list item.MLText.getHint()
Gets the entry field hint for the list item.MLItem.getLeadingText()
Gets the leading text for the list item.MLCheckBox.getTrailingText()
Gets the trailing text for the list item.MLRadioButton.getTrailingText()
Gets the trailing text for the list item.MLSimple.getTrailingText()
Gets the trailing text for the list item.MLSwitch.getTrailingText()
Gets the trailing text for the list item.Methods in com.iizix.prop.ui.mlist with parameters of type KStringModifier and TypeMethodDescriptionboolean
MLItem.setDescription
(KString descr) Sets the text for the list item.boolean
Sets the entry field hint for the list item.boolean
Sets the entry field hint for the list item.boolean
Sets the entry field hint for the list item.boolean
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 KStringModifierConstructorDescriptionMLComboBox
(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.Constructor for a simple item that is to be added into a list.Constructor for a simple item that is to be added into a list.Constructor for a simple item that is to be added into a list.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 KStringModifier and TypeMethodDescriptionTCell.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 KStringModifier and TypeMethodDescriptionvoid
TableCombo.setKStringContents
(Collection<KString> list) Sets the KString contents of this combo.Constructors in com.iizix.prop.ui.table with parameters of type KStringModifierConstructorDescriptionCreates a new instance of the table cell initialized with the KString contents default-aligned horizontally and vertically.Creates a new instance of the table cell initialized with the KString contents default-aligned horizontally and vertically.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 KStringModifier and TypeMethodDescriptionVSField.get_KString()
Gets the value of this field as a KString with translation and no trigger property using the field actors.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.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.VSField.get_KString
(LocaleInfo localeInfo) Gets the value of this field as a KString with translation using the field actors.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.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.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.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 KStringModifier and TypeMethodDescriptiondefault 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 KStringModifier and TypeMethodDescriptionAppSessionGyro.getLocaleKString
(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.ClientSessionGyro.getLocaleKString
(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 KStringModifier and TypeMethodDescriptionboolean
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
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.textModifier and TypeClassDescriptionclass
Styles KString used for parsing in the Editor to provide StyleRange's.class
A Plain version of KString allowing a string to contain tags.Fields in com.iizix.text declared as KStringModifier and TypeFieldDescriptionstatic final KString
KString.DEFAULT
The default string: empty HTML.static final KString
KString.EMPTY
The empty string: empty PLAIN.Methods in com.iizix.text that return KStringModifier and TypeMethodDescriptiondefault KString
IEnumLocaleKString.asKString()
Gets the KString for an enum value.default KString
IEnumLocaleKString.asKString
(SessionInfo sessionInfo) Gets the KString for an enum value.static KString
LocaleString.asKString
(SessionInfo sessionInfo, 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, 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, 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
Looks up a text ID from the system tables.static KString
Looks up a text ID from the system tables.KString.clone()
Clones this KString.static KString
KString.createKString
(Element e) Constructs a KString from an Element.static KString
KString.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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.Formats the HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.Formats a HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(IKStringInfoProvider provider, LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(IKStringInfoProvider provider, ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(IKStringInfoProvider provider, Object... params) Formats the HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(IKStringInfoProvider provider, Locale locale, Object... params) Formats a HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(Object... params) Formats the HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.KString.formatPLAIN
(Locale locale, Object... params) Formats a HTML or PLAIN KString using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.default KString
IKStringValuePropHolder.getExternalizableKString()
Returns if KString if it is a candidate for externalizing its text to a text table.ITextExternalizableProp.getExternalizableKString()
Returns if KString if it is a candidate for externalizing its text to a text table.default KString
ILocaleKStringFormatter.getFormatterKString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets the KString used to format the locale string.IKStringHolder.getKString()
Gets the KStrings that needs checking.IEnumLocaleKString.getKStringFallback()
Gets the fallback KString.LocaleString.getKStringFallback()
Gets the fallback KString.default KString
ILocaleString.getLocaleKString
(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.ILocaleString.getLocaleKString
(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.default KString
ILocaleKStringFormatter.getMessageLocaleKString()
Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider, Locale locale) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(Locale locale) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString()
Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider, Locale locale) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(Locale locale) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.KStringHolder.getRefactoredKString()
Gets the refactored KString.Methods in com.iizix.text with parameters of type KStringModifier and TypeMethodDescriptionstatic KString
LocaleString.asKString
(SessionInfo sessionInfo, 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, 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
Looks up a text ID from the system tables.int
Compares two KStrings with the raw format in their respective native format.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 KStringModifier and TypeFieldDescriptionprotected final KString
AbstractTranslationRequest.RequestItem.sourceText
The source text to translate.final KString
Translation.sourceText
The KString as the source text.Methods in com.iizix.translate that return KStringModifier and TypeMethodDescriptionprotected 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 KStringModifier and TypeMethodDescriptionboolean
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, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.Translates a text in plain text or HTML.boolean
TranslationEngine.translate
(KString sourceText, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.Constructors in com.iizix.translate with parameters of type KStringModifierConstructorDescriptionTranslation
(ITranslator translator, KString sourceText, String originalText, String originalLangID, String translatedText, String translationLangID) Constructs the successful Translation.Translation
(ITranslator translator, KString sourceText, String originalText, String originalLangID, String translationLangID, 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 KStringModifier and TypeMethodDescriptionTranslates a text in plain text or HTML.static Translation
GoogleTranslate.translate
(ITranslator translator, String key, KString kstring, String sourceLangID, 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 KStringUses of KString in com.iizix.value
Methods in com.iizix.value that return KStringModifier and TypeMethodDescriptionKStringValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.KStringValue.createDefault()
Creates the default value object for the data type.Loads the value from an Element.Creates a Value object from a String using a specified pattern and locale.KStringValue.parse
(String value, 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 KStringMethods in com.iizix.value with parameters of type KStringModifier and TypeMethodDescriptionlong
KStringValue.asLong
(KString value, LocaleInfo localeInfo) Returns a long value if possible.Saves the value to an Element.The default "toString" representation.KStringValue.toString
(KString value, String pattern, LocaleInfo localeInfo) Formats the value to a String.