Uses of Class
com.iizigo.text.KStringInfoProviderAdapter
Packages that use KStringInfoProviderAdapter Package Description com.iizigo com.iizigo.prop com.iizigo.swt Uses of KStringInfoProviderAdapter in com.iizigo
Methods in com.iizigo that return KStringInfoProviderAdapter Modifier and Type Method Description KStringInfoProviderAdapter
Activator. 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 KStringInfoProviderAdapter Modifier and Type Method Description KStringInfoProviderAdapter
PropertyEditor. 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 KStringInfoProviderAdapter Modifier and Type Method Description static 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(java.lang.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(java.lang.String text, int type, KStringInfoProviderAdapter adapter)
Sets the text, type is 0=normal text, 1=text with fixed font, 2=text in HTML.