Uses of Class
org.jvnet.flamingo.ribbon.ui.RibbonBandUI

Packages that use RibbonBandUI
org.jvnet.flamingo.ribbon   
org.jvnet.flamingo.ribbon.ui   
 

Uses of RibbonBandUI in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon that return RibbonBandUI
 RibbonBandUI AbstractRibbonBand.getUI()
          Returns the UI object which implements the L&F for this component.
 

Methods in org.jvnet.flamingo.ribbon with parameters of type RibbonBandUI
 void AbstractRibbonBand.setUI(RibbonBandUI ui)
          Sets the new UI delegate.
 

Uses of RibbonBandUI in org.jvnet.flamingo.ribbon.ui
 

Subclasses of RibbonBandUI in org.jvnet.flamingo.ribbon.ui
 class BasicRibbonBandUI
          Basic UI for ribbon band JRibbonBand.