Uses of Class
com.iizigo.text.KStringInfoProviderAdapter
Uses of KStringInfoProviderAdapter in com.iizigo
Modifier and TypeMethodDescriptionActivator.createKStringInfoProvider
(GProp<?> anyProp, boolean shouldResolve) Creates an IKStringInfoProvider for a property.Uses of KStringInfoProviderAdapter in com.iizigo.prop
Modifier 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
Modifier 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.