Uses of Class
org.jvnet.flamingo.common.RichTooltip

Packages that use RichTooltip
org.jvnet.flamingo.common   
org.jvnet.flamingo.common.ui   
org.jvnet.flamingo.ribbon   
 

Uses of RichTooltip in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return RichTooltip
abstract  RichTooltip RichToolTipManager.JTrackableComponent.getRichTooltip(java.awt.event.MouseEvent mouseEvent)
           
 RichTooltip JCommandButton.getRichTooltip(java.awt.event.MouseEvent event)
           
 RichTooltip AbstractCommandButton.getRichTooltip(java.awt.event.MouseEvent mouseEvent)
           
 

Methods in org.jvnet.flamingo.common with parameters of type RichTooltip
 void AbstractCommandButton.setActionRichTooltip(RichTooltip richTooltip)
          Sets the rich tooltip for the action area of this button.
 void JCommandButton.setPopupRichTooltip(RichTooltip richTooltip)
          Sets the rich tooltip for the popup area of this button.
 

Uses of RichTooltip in org.jvnet.flamingo.common.ui
 

Methods in org.jvnet.flamingo.common.ui that return RichTooltip
 RichTooltip JRichTooltipPanel.getTooltipInfo()
           
 

Constructors in org.jvnet.flamingo.common.ui with parameters of type RichTooltip
JRichTooltipPanel(RichTooltip tooltipInfo)
           
 

Uses of RichTooltip in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon that return RichTooltip
 RichTooltip JRibbon.getApplicationMenuRichTooltip()
          Returns the rich tooltip of the application menu button.
 RichTooltip AbstractRibbonBand.getExpandButtonRichTooltip()
          Returns the rich tooltip for the expand button of this ribbon band.
 RichTooltip JRibbonComponent.getRichTooltip(java.awt.event.MouseEvent mouseEvent)
           
 

Methods in org.jvnet.flamingo.ribbon with parameters of type RichTooltip
 void JRibbon.setApplicationMenuRichTooltip(RichTooltip tooltip)
          Sets the rich tooltip of the application menu button.
 void AbstractRibbonBand.setExpandButtonRichTooltip(RichTooltip expandButtonRichTooltip)
          Changes the rich tooltip for the expand button of this ribbon band.
 void JRibbonComponent.setRichTooltip(RichTooltip richTooltip)
          Sets the rich tooltip for this wrapper component.