Uses of Class
org.jvnet.flamingo.common.RichToolTipManager.JTrackableComponent

Packages that use RichToolTipManager.JTrackableComponent
org.jvnet.flamingo.common   
org.jvnet.flamingo.ribbon   
org.jvnet.flamingo.ribbon.ui.appmenu   
 

Uses of RichToolTipManager.JTrackableComponent in org.jvnet.flamingo.common
 

Subclasses of RichToolTipManager.JTrackableComponent in org.jvnet.flamingo.common
 class AbstractCommandButton
          Base class for command buttons.
 class JCommandButton
          Command button.
 class JCommandMenuButton
          Command buttons that can be placed in JCommandPopupMenus and in the primary / secondary panels of the ribbon application menu.
 class JCommandToggleButton
          Command button.
 

Methods in org.jvnet.flamingo.common with parameters of type RichToolTipManager.JTrackableComponent
 void RichToolTipManager.registerComponent(RichToolTipManager.JTrackableComponent comp)
          Registers a component for tooltip management.
 void RichToolTipManager.unregisterComponent(RichToolTipManager.JTrackableComponent comp)
          Removes a component from tooltip control.
 

Uses of RichToolTipManager.JTrackableComponent in org.jvnet.flamingo.ribbon
 

Subclasses of RichToolTipManager.JTrackableComponent in org.jvnet.flamingo.ribbon
 class JRibbonComponent
          Wrapper around core and 3rd party Swing controls to allow placing them in the JRibbonBand.
 

Uses of RichToolTipManager.JTrackableComponent in org.jvnet.flamingo.ribbon.ui.appmenu
 

Subclasses of RichToolTipManager.JTrackableComponent in org.jvnet.flamingo.ribbon.ui.appmenu
 class JRibbonApplicationMenuButton
          The main application menu button for JRibbon component placed in a JRibbonFrame.