Uses of Class
pivot.wtk.Tooltip

Packages that use Tooltip
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of Tooltip in pivot.wtk
 

Methods in pivot.wtk with parameters of type Tooltip
 void TooltipListener.textChanged(Tooltip tooltip, String previousText)
          Called when a tooltip's text property has changed.
 

Uses of Tooltip in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type Tooltip
 void TerraTooltipSkin.textChanged(Tooltip tooltip, String previousText)