Uses of Class
com.iizigo.swt.IzToolTip
Packages that use IzToolTip Package Description com.iizigo.prop com.iizigo.prop.editor Uses of IzToolTip in com.iizigo.prop
Methods in com.iizigo.prop that return IzToolTip Modifier and Type Method Description IzToolTipBaseEditor. getNativeToolTip()Gets a "native" tooltip to use.Uses of IzToolTip in com.iizigo.prop.editor
Fields in com.iizigo.prop.editor declared as IzToolTip Modifier and Type Field Description protected IzToolTipKStringPropEditor. tipTooltip.protected IzToolTipReferencePropEditor. tipprotected IzToolTipVSRelativeReferencePropEditor. tipprotected IzToolTipVSTableColumnReferencePropEditor. tipMethods in com.iizigo.prop.editor that return IzToolTip Modifier and Type Method Description IzToolTipClassReferencePropEditor. getNativeToolTip()Gets a "native" tooltip to use.IzToolTipFontFamilyPropEditor. getNativeToolTip()Gets a "native" tooltip to use.IzToolTipMethodReferencePropEditor. getNativeToolTip()Gets a "native" tooltip to use.IzToolTipPKCS12IdentityPropEditor. getNativeToolTip()Gets a "native" tooltip to use.IzToolTipWrapStringPropEditor. getNativeToolTip()Gets a "native" tooltip to use.Methods in com.iizigo.prop.editor with parameters of type IzToolTip Modifier and Type Method Description voidIPropEditorExtender. updateTooltip(IzToolTip tip, PROP[] props)Updates the tooltip.