Uses of Class
org.apache.pivot.wtk.Tooltip

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

Uses of Tooltip in org.apache.pivot.wtk
 

Methods in org.apache.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 org.apache.pivot.wtk.skin.terra
 

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