Package org.pushingpixels.flamingo.internal.ui.ribbon

Examples of org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel


   * @param expandActionListener
   *            Expand action listener (can be <code>null</code>).
   */
  public JFlowRibbonBand(String title, ResizableIcon icon,
      ActionListener expandActionListener) {
    super(title, icon, expandActionListener, new JFlowBandControlPanel());
    this.resizePolicies = CoreRibbonResizePolicies
        .getCoreFlowPoliciesRestrictive(this, 3);
    updateUI();
  }
View Full Code Here

TOP

Related Classes of org.pushingpixels.flamingo.internal.ui.ribbon.JFlowBandControlPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.