Uses of Class
com.iizigo.text.KStringInfoProviderAdapter
Packages that use KStringInfoProviderAdapter
Uses of KStringInfoProviderAdapter in com.iizigo
Methods in com.iizigo that return KStringInfoProviderAdapterModifier and TypeMethodDescriptionActivator.createKStringInfoProvider
(GProp<?> anyProp, boolean shouldResolve) Creates an IKStringInfoProvider for a property.Uses of KStringInfoProviderAdapter in com.iizigo.prop
Methods in com.iizigo.prop that return KStringInfoProviderAdapterModifier and TypeMethodDescriptionPropertyEditor.getKStringInfoProviderAdapter()
Gets or creates the KStringInfoProviderAdapter used to resolve KString's and others containing KString's (e.g.Uses of KStringInfoProviderAdapter in com.iizigo.swt
Methods in com.iizigo.swt with parameters of type KStringInfoProviderAdapterModifier 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.void
IzToolTip.setText
(String text, int type, KStringInfoProviderAdapter adapter) Sets the text with options 0=normal text, 1=text with fixed font, 2=text in HTML.void
IzToolTipImpl.setText
(String text, int type, KStringInfoProviderAdapter adapter) Sets the text, type is 0=normal text, 1=text with fixed font, 2=text in HTML.