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 TypeMethodDescriptionintFontInfo.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 KStringGets 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.voidCalled 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 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.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 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.ImageGets 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 KStringModifier and TypeMethodDescriptionvoidNewTextTablesWithLanguageComposite.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 aKStringusing the locale looked-up from current thread or if not found, for system default.Modifier and TypeMethodDescriptionintIFontInfo.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.booleanSets 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 TypeMethodDescriptionvoidBaseEvent.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 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 KStringModifier and TypeMethodDescriptionbooleanLocks 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.voidSets 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 voidDisplays 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 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 TypeMethodDescriptionvoidMail.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 KStringIPropCnrKStringSettings.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 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.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 KStringSets an item at specified index.default KStringSets an item at specified index.Methods in com.iizix.prop with parameters of type KStringModifier and TypeMethodDescriptiondefault voidAdds a new item.default voidAdds a new item.voidAdds a new items.default voidAdds 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 ObjectKStringProp.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 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 KStringSets an item at specified index.default KStringSets 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 voidValidates 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.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.final booleanSets the HTML text property KStringProp Atom.TEXT ($text).booleanGet 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 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 TypeMethodDescriptionbooleanMLItem.setDescription(KString descr) Sets the text for the list item.booleanSets the entry field hint for the list item.booleanSets the entry field hint for the list item.booleanSets the entry field hint for the list item.booleanSets 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 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 TypeMethodDescriptionvoidTableCombo.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 thedoTranslateflag.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 thedoTranslateflag.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 thedoTranslateflag.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 thedoTranslateflag.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 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 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 TypeMethodDescriptionbooleanLocks 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.voidSets 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.textModifier and TypeClassDescriptionclassStyles KString used for parsing in the Editor to provide StyleRange's.classA Plain version of KString allowing a string to contain tags.Fields in com.iizix.text declared as KStringModifier and TypeFieldDescriptionstatic final KStringKString.DEFAULTThe default string: empty HTML.static final KStringKString.EMPTYThe empty string: empty PLAIN.Methods in com.iizix.text that return KStringModifier and TypeMethodDescriptiondefault KStringIEnumLocaleKString.asKString()Gets the KString for an enum value.default KStringIEnumLocaleKString.asKString(SessionInfo sessionInfo) Gets the KString for an enum value.static KStringLocaleString.asKString(SessionInfo sessionInfo, 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, 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, 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 KStringLooks up a text ID from the system tables.static KStringLooks up a text ID from the system tables.KString.clone()Clones this KString.static KStringKString.createKString(Element e) Constructs a KString from an Element.static KStringKString.createKStringForEditor(String inputString, boolean usesTagProcessing) Special creator for HTML-edited text in the Editor.KString.format(LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, Object... params) Formats the HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(IKStringInfoProvider provider, Locale locale, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.Formats the HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(IKStringInfoProvider provider, LocaleInfo localeInfo, Object... params) Formats a String using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(IKStringInfoProvider provider, ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(IKStringInfoProvider provider, Object... params) Formats the HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(IKStringInfoProvider provider, Locale locale, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(Object... params) Formats the HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(Locale locale, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.default KStringIKStringValuePropHolder.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 KStringILocaleKStringFormatter.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 KStringILocaleString.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 KStringILocaleKStringFormatter.getMessageLocaleKString()Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(IKStringInfoProvider provider) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(IKStringInfoProvider provider, Locale locale) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(Locale locale) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString()Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(IKStringInfoProvider provider) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(IKStringInfoProvider provider, Locale locale) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.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 KStringLocaleString.asKString(SessionInfo sessionInfo, 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, 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 KStringLooks up a text ID from the system tables.intCompares 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.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 KStringModifier and TypeFieldDescriptionprotected final KStringAbstractTranslationRequest.RequestItem.sourceTextThe source text to translate.final KStringTranslation.sourceTextThe 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 KStringTranslationQueue.getNext()Gets an item from the queue that needs processing.Methods in com.iizix.translate with parameters of type KStringModifier and TypeMethodDescriptionbooleanAbstractTranslationRequest.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, String sourceLanguageCode, String targetLanguageCode, ITranslationReply replyCallback) Translates a text in plain text or HTML.Translates a text in plain text or HTML.booleanTranslationEngine.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 TranslationGoogleTranslate.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 TypeMethodDescriptionlongKStringValue.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.