Uses of Interface
com.iizix.text.IKStringInfoProvider
Uses of IKStringInfoProvider in com.iizigo
Methods in com.iizigo that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProvider
Activator. getKStringInfoProvider()
Retrieves the KStringInfoProvider.Uses of IKStringInfoProvider in com.iizigo.editor
Methods in com.iizigo.editor with parameters of type IKStringInfoProvider Modifier and Type Method Description static void
PropHelper. doVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider)
Verifies the property.static boolean
PropHelper. queueVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider, java.lang.Runnable callback)
Asynchronous-verifies the property in a queue in the SWT thread.Uses of IKStringInfoProvider in com.iizigo.project
Methods in com.iizigo.project that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProvider
ModuleModel. getKStringInfoProvider()
Gets a KStringInfoProvider initialized for the module model.Uses of IKStringInfoProvider in com.iizigo.prop.editor.dialog
Classes in com.iizigo.prop.editor.dialog that implement IKStringInfoProvider Modifier and Type Class Description class
RichTextEditorDialog
Rich text editor dialog box.Uses of IKStringInfoProvider in com.iizigo.text
Classes in com.iizigo.text that implement IKStringInfoProvider Modifier and Type Class Description class
KStringInfoProviderAdapter
Adapter to provide information required by KString's when converted to HTML.class
TextTableEditor
The Style's Editor part.Uses of IKStringInfoProvider in com.iizix.gyro
Methods in com.iizix.gyro that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProvider
IAppSessionGyro. getAppKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.IKStringInfoProvider
IAppSessionGyro. getKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.IKStringInfoProvider
IClientSessionGyro. getKStringInfoProvider()
Retrieves the KStringInfoProvider for the client session.Uses of IKStringInfoProvider in com.iizix.mail
Methods in com.iizix.mail with parameters of type IKStringInfoProvider Modifier and Type Method Description void
Mail. setText(PlainKString text, IKStringInfoProvider provider)
Sets a KString text with either HTML or plain text contents.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 IKStringInfoProvider in com.iizix.prop
Subinterfaces of IKStringInfoProvider in com.iizix.prop Modifier and Type Interface Description interface
IPropMgrInfoProvider
Interface implemented by the information provider in the Property Manager.Classes in com.iizix.prop that implement IKStringInfoProvider Modifier and Type Class Description class
BadgeProp
The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).class
KStringProp
The "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
PatternProp
The pattern property class extends a KStringProp.class
PlainKStringProp
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
PropMgrInfoProviderAdapter
Abstract adapter for the Property Manager Information Provider.Methods in com.iizix.prop that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProvider
PropVerification. getKStringInfoProvider()
Gets the KString information provider used for e.g.Methods in com.iizix.prop with parameters of type IKStringInfoProvider Modifier and Type Method Description java.lang.String
PWAProps. getDescription(IKStringInfoProvider provider)
Gets the application description.java.lang.String
PWAProps. getName(IKStringInfoProvider provider)
Gets the application name.java.lang.String
TextTable. getPlainTextID(java.lang.String id, IKStringInfoProvider infoProvider)
Gets the text entry in this table.java.lang.String
TextTable. getPlainTextID(java.lang.String id, java.lang.String fallback, IKStringInfoProvider infoProvider)
Gets the text entry in this table.java.lang.String
TextTable. getPlainTextID(java.lang.String id, java.lang.String languageCode, java.lang.String fallback, IKStringInfoProvider infoProvider)
Gets the text entry with the specified ID for a language.int
PropCnr. verifyInternalUseOnly(java.util.Set<PropCnr> currentlyBeingVerifiedPropCnrs, IKStringInfoProvider provider)
Verifies this property after editing.java.util.List<java.lang.String>
PropCnr. verifyTree(IKStringInfoProvider provider)
Verifies if this property container and its children for problems.Constructors in com.iizix.prop with parameters of type IKStringInfoProvider Constructor Description PropVerification(IKStringInfoProvider provider)
Creates the verification instance.Uses of IKStringInfoProvider in com.iizix.prop.image
Methods in com.iizix.prop.image with parameters of type IKStringInfoProvider Modifier and Type Method Description java.lang.String
FontIconDefinition. getKStringFontIcon(ClientImageData cid, KStringHTMLImageTag source, IKStringInfoProvider provider)
Appends the font icon definition to a KString tag.java.lang.String
ClientImageData. getKStringNonBitmap(KStringHTMLImageTag source, IKStringInfoProvider provider)
Appends the font icon or SVG definition to a KString tag.java.lang.String
SVGInfo. getKStringSVG(ClientImageData cid, KStringHTMLImageTag source, IKStringInfoProvider provider)
Appends the SVG definition to a KString tag.Uses of IKStringInfoProvider in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IKStringInfoProvider Modifier and Type Class Description class
TooltipProp
The tooltip property is a container that holds various information for the tooltip, e.g.Uses of IKStringInfoProvider in com.iizix.prop.ui.table
Classes in com.iizix.prop.ui.table that implement IKStringInfoProvider Modifier and Type Class Description class
TableCell
The table cell property.Uses of IKStringInfoProvider in com.iizix.pwa
Constructors in com.iizix.pwa with parameters of type IKStringInfoProvider Constructor Description PWACustomHTML(java.io.File cacheDir, java.io.File iiziAppHTML, java.lang.String appID, PWAProps props, IKStringInfoProvider provider, java.lang.String httpsServer)
Constructs a new instance of the PWA customizer for HTML.Uses of IKStringInfoProvider in com.iizix.server
Methods in com.iizix.server that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProvider
ServerShell. getKStringInfoProvider()
Retrieves the KStringInfoProvider for the calling thread.Uses of IKStringInfoProvider in com.iizix.server.app
Classes in com.iizix.server.app that implement IKStringInfoProvider Modifier and Type Class Description class
AppFactory
The application factory contains the application that should be run.Uses of IKStringInfoProvider in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProvider
AppSessionGyro. getAppKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.IKStringInfoProvider
AppSessionGyro. getKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.IKStringInfoProvider
ClientSessionGyro. getKStringInfoProvider()
Retrieves the KStringInfoProvider for the client session.Uses of IKStringInfoProvider in com.iizix.text
Subinterfaces of IKStringInfoProvider in com.iizix.text Modifier and Type Interface Description interface
IKStringValuePropHolder<PROP_VALUE>
Interface containing default code for the KString holder, KString information provider and externalizable KString support.Classes in com.iizix.text that implement IKStringInfoProvider Modifier and Type Class Description class
ValidationKStringInfoProviderHolder
Very simple adapter to provide information required by KString's when resolving KString's for validation.Methods in com.iizix.text that return IKStringInfoProvider Modifier and Type Method Description static IKStringInfoProvider
DefaultKStringInfoProviderHolder. getKStringInfoProvider()
Gets the IKStringInfoProvider instance for the current thread or a global instance.IKStringInfoProvider
IKStringInfoProviderHolder. getKStringInfoProvider()
Retrieves the KStringInfoProvider.IKStringInfoProvider
ILocaleString. getKStringInfoProvider()
Retrieves the KStringInfoProvider.IKStringInfoProvider
ValidationKStringInfoProviderHolder. getKStringInfoProvider()
Retrieves the KStringInfoProvider.static IKStringInfoProvider
IKStringInfoProvider. getKStringInfoProviderInstance()
Getting the session's IKStringInfoProvider from the ClientSessionGyro.Methods in com.iizix.text with parameters of type IKStringInfoProvider Modifier and Type Method Description void
KStringTag. appendHTMLAttributes(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Appends the attributes for HTML raw format.void
KStringTag. appendHTMLAttributes(java.lang.StringBuilder useme, IKStringInfoProvider provider, java.lang.String... possibleAttributeList)
Appends the attributes for HTML raw format that are present in the "possibleAttributeList".void
KStringTag. appendHTMLAttributesSkip(java.lang.StringBuilder useme, IKStringInfoProvider provider, java.lang.String... skipAttributes)
Appends the attributes for HTML raw format.java.lang.String
IKStringHTMLHyperlink. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KString. getHTMLString(IKStringInfoProvider provider)
Gets the string formatted in HTML.java.lang.String
KStringHTMLDynamicTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringHTMLHyperlinkExternalTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringHTMLHyperlinkResourceTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringHTMLHyperlinkUITag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringHTMLHyperlinkVSTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringHTMLImageTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringHTMLTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringHTMLTextTableTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format, i.e.java.lang.String
KStringHTMLTextVirtualSpaceTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format.java.lang.String
KStringPLAINTextTableTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format, i.e.java.lang.String
KStringPLAINVirtualSpaceTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format, i.e.abstract java.lang.String
KStringTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the HTML format, i.e.java.lang.String
KStringHTMLDynamicTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the "unparsed" string representation of this tag in the HTML format.java.lang.String
KStringHTMLTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the "unparsed" string representation of this tag in the HTML format.java.lang.String
KStringPLAINTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the "unparsed" string representation of this tag in the HTML format, e.g.abstract java.lang.String
KStringTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the "unparsed" string representation of this tag in the HTML format, i.e.java.lang.String
KString. getPLAINString(IKStringInfoProvider provider)
Gets the string formatted in HTML.abstract java.lang.String
KStringHTMLDynamicTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringHTMLHyperlinkExternalTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringHTMLHyperlinkResourceTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringHTMLHyperlinkUITag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringHTMLHyperlinkVSTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringHTMLImageTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringHTMLTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringHTMLTextTableTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format.java.lang.String
KStringHTMLTextVirtualSpaceTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KStringPLAINTextTableTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format.java.lang.String
KStringPLAINVirtualSpaceTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format.abstract java.lang.String
KStringTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)
Gets the string representation of this tag in the PLAIN format, i.e.java.lang.String
KString. getRawHTMLStringForEditor(IKStringInfoProvider provider)
Gets the "raw" HTML formatted string, with special formatting as required by the Rich Text Editor.boolean
KString. isEmptyBlankResolved(boolean checkBlank, IKStringInfoProvider provider)
Checks if the resolved KString of the current type would be an empty or blank string.