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 IKStringInfoProviderActivator. 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 voidPropHelper. doVerify(PropCnr property, IKStringInfoProvider kstringInfoProvider)Verifies the property.static booleanPropHelper. 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 IKStringInfoProviderModuleModel. 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 classRichTextEditorDialogRich text editor dialog box.Uses of IKStringInfoProvider in com.iizigo.text
Classes in com.iizigo.text that implement IKStringInfoProvider Modifier and Type Class Description classKStringInfoProviderAdapterAdapter to provide information required by KString's when converted to HTML.classTextTableEditorThe Style's Editor part.Uses of IKStringInfoProvider in com.iizix.gyro
Methods in com.iizix.gyro that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProviderIAppSessionGyro. getAppKStringInfoProvider()Retrieves the KStringInfoProvider for the application session.IKStringInfoProviderIAppSessionGyro. getKStringInfoProvider()Retrieves the KStringInfoProvider for the application session.IKStringInfoProviderIClientSessionGyro. 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 voidMail. setText(PlainKString text, IKStringInfoProvider provider)Sets a KString text with either HTML or plain text contents.voidMail. setText(java.lang.String htmlPrefix, KString text, java.lang.String htmlSuffix, IKStringInfoProvider provider)Sets a KString text with either HTML or plain text contents.Uses of IKStringInfoProvider in com.iizix.prop
Subinterfaces of IKStringInfoProvider in com.iizix.prop Modifier and Type Interface Description interfaceIPropMgrInfoProviderInterface implemented by the information provider in the Property Manager.Classes in com.iizix.prop that implement IKStringInfoProvider Modifier and Type Class Description classBadgePropThe "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).classKStringPropThe "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).classPatternPropThe pattern property class extends a KStringProp.classPlainKStringPropThe "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).classPropMgrInfoProviderAdapterAbstract adapter for the Property Manager Information Provider.Methods in com.iizix.prop that return IKStringInfoProvider Modifier and Type Method Description IKStringInfoProviderPropVerification. 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.StringPWAProps. getDescription(IKStringInfoProvider provider)Gets the application description.java.lang.StringPWAProps. getName(IKStringInfoProvider provider)Gets the application name.java.lang.StringTextTable. getPlainTextID(java.lang.String id, IKStringInfoProvider infoProvider)Gets the text entry in this table.java.lang.StringTextTable. getPlainTextID(java.lang.String id, java.lang.String fallback, IKStringInfoProvider infoProvider)Gets the text entry in this table.java.lang.StringTextTable. 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.intPropCnr. 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.StringFontIconDefinition. getKStringFontIcon(ClientImageData cid, KStringHTMLImageTag source, IKStringInfoProvider provider)Appends the font icon definition to a KString tag.java.lang.StringClientImageData. getKStringNonBitmap(KStringHTMLImageTag source, IKStringInfoProvider provider)Appends the font icon or SVG definition to a KString tag.java.lang.StringSVGInfo. 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 classTooltipPropThe 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 classTableCellThe 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 IKStringInfoProviderServerShell. 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 classAppFactoryThe 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 IKStringInfoProviderAppSessionGyro. getAppKStringInfoProvider()Retrieves the KStringInfoProvider for the application session.IKStringInfoProviderAppSessionGyro. getKStringInfoProvider()Retrieves the KStringInfoProvider for the application session.IKStringInfoProviderClientSessionGyro. 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 interfaceIKStringValuePropHolder<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 classValidationKStringInfoProviderHolderVery 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 IKStringInfoProviderDefaultKStringInfoProviderHolder. getKStringInfoProvider()Gets the IKStringInfoProvider instance for the current thread or a global instance.IKStringInfoProviderIKStringInfoProviderHolder. getKStringInfoProvider()Retrieves the KStringInfoProvider.IKStringInfoProviderILocaleString. getKStringInfoProvider()Retrieves the KStringInfoProvider.IKStringInfoProviderValidationKStringInfoProviderHolder. getKStringInfoProvider()Retrieves the KStringInfoProvider.static IKStringInfoProviderIKStringInfoProvider. getKStringInfoProviderInstance()Getting the session's IKStringInfoProvider from the ClientSessionGyro.Methods in com.iizix.text with parameters of type IKStringInfoProvider Modifier and Type Method Description voidKStringTag. appendHTMLAttributes(java.lang.StringBuilder useme, IKStringInfoProvider provider)Appends the attributes for HTML raw format.voidKStringTag. appendHTMLAttributes(java.lang.StringBuilder useme, IKStringInfoProvider provider, java.lang.String... possibleAttributeList)Appends the attributes for HTML raw format that are present in the "possibleAttributeList".voidKStringTag. appendHTMLAttributesSkip(java.lang.StringBuilder useme, IKStringInfoProvider provider, java.lang.String... skipAttributes)Appends the attributes for HTML raw format.java.lang.StringIKStringHTMLHyperlink. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKString. getHTMLString(IKStringInfoProvider provider)Gets the string formatted in HTML.java.lang.StringKStringHTMLDynamicTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringHTMLHyperlinkExternalTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringHTMLHyperlinkResourceTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringHTMLHyperlinkUITag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringHTMLHyperlinkVSTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringHTMLImageTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringHTMLTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringHTMLTextTableTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format, i.e.java.lang.StringKStringHTMLTextVirtualSpaceTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format.java.lang.StringKStringPLAINTextTableTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format, i.e.java.lang.StringKStringPLAINVirtualSpaceTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format, i.e.abstract java.lang.StringKStringTag. getHTMLString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the HTML format, i.e.java.lang.StringKStringHTMLDynamicTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the "unparsed" string representation of this tag in the HTML format.java.lang.StringKStringHTMLTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the "unparsed" string representation of this tag in the HTML format.java.lang.StringKStringPLAINTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the "unparsed" string representation of this tag in the HTML format, e.g.abstract java.lang.StringKStringTag. getHTMLTagText(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the "unparsed" string representation of this tag in the HTML format, i.e.java.lang.StringKString. getPLAINString(IKStringInfoProvider provider)Gets the string formatted in HTML.abstract java.lang.StringKStringHTMLDynamicTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringHTMLHyperlinkExternalTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringHTMLHyperlinkResourceTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringHTMLHyperlinkUITag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringHTMLHyperlinkVSTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringHTMLImageTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringHTMLTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringHTMLTextTableTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format.java.lang.StringKStringHTMLTextVirtualSpaceTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKStringPLAINTextTableTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format.java.lang.StringKStringPLAINVirtualSpaceTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format.abstract java.lang.StringKStringTag. getPLAINString(java.lang.StringBuilder useme, IKStringInfoProvider provider)Gets the string representation of this tag in the PLAIN format, i.e.java.lang.StringKString. getRawHTMLStringForEditor(IKStringInfoProvider provider)Gets the "raw" HTML formatted string, with special formatting as required by the Rich Text Editor.booleanKString. isEmptyBlankResolved(boolean checkBlank, IKStringInfoProvider provider)Checks if the resolved KString of the current type would be an empty or blank string.