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 IzToolTip
BaseEditor. 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 IzToolTip
KStringPropEditor. tip
Tooltip.protected IzToolTip
ReferencePropEditor. tip
protected IzToolTip
VSRelativeReferencePropEditor. tip
protected IzToolTip
VSTableColumnReferencePropEditor. tip
Methods in com.iizigo.prop.editor that return IzToolTip Modifier and Type Method Description IzToolTip
ClassReferencePropEditor. getNativeToolTip()
Gets a "native" tooltip to use.IzToolTip
FontFamilyPropEditor. getNativeToolTip()
Gets a "native" tooltip to use.IzToolTip
MethodReferencePropEditor. getNativeToolTip()
Gets a "native" tooltip to use.IzToolTip
PKCS12IdentityPropEditor. getNativeToolTip()
Gets a "native" tooltip to use.IzToolTip
WrapStringPropEditor. getNativeToolTip()
Gets a "native" tooltip to use.Methods in com.iizigo.prop.editor with parameters of type IzToolTip Modifier and Type Method Description void
IPropEditorExtender. updateTooltip(IzToolTip tip, PROP[] props)
Updates the tooltip.