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

Packages that use JBandControlPanel
org.jvnet.flamingo.ribbon   
org.jvnet.flamingo.ribbon.resize   
 

Uses of JBandControlPanel in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon that return types with arguments of type JBandControlPanel
 AbstractRibbonBand<JBandControlPanel> JRibbonBand.cloneBand()
           
 

Uses of JBandControlPanel in org.jvnet.flamingo.ribbon.resize
 

Constructors in org.jvnet.flamingo.ribbon.resize with parameters of type JBandControlPanel
CoreRibbonResizePolicies.High2Low(JBandControlPanel controlPanel)
          Creates the new resize policy of type HIGH2LOW.
CoreRibbonResizePolicies.High2Mid(JBandControlPanel controlPanel)
          Creates the new resize policy of type HIGH2MID.
CoreRibbonResizePolicies.Low2Mid(JBandControlPanel controlPanel)
          Creates the new resize policy of type LOW2MID.
CoreRibbonResizePolicies.Mid2Low(JBandControlPanel controlPanel)
          Creates the new resize policy of type MID2LOW.
CoreRibbonResizePolicies.Mid2Mid(JBandControlPanel controlPanel)
          Creates the new resize policy of type MID2MID.
CoreRibbonResizePolicies.Mirror(JBandControlPanel controlPanel)
          Creates the new resize policy of type MIRROR.
CoreRibbonResizePolicies.None(JBandControlPanel controlPanel)
          Creates the new resize policy of type NONE.