Class FlatMenuBarUI.FlatMenuBarLayout

  • All Implemented Interfaces:
    java.awt.LayoutManager, java.awt.LayoutManager2, java.io.Serializable, javax.swing.plaf.UIResource
    Enclosing class:
    FlatMenuBarUI

    protected static class FlatMenuBarUI.FlatMenuBarLayout
    extends javax.swing.plaf.basic.DefaultMenuLayout
    Since:
    2.4
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.BoxLayout

        LINE_AXIS, PAGE_AXIS, X_AXIS, Y_AXIS
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatMenuBarLayout​(java.awt.Container target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void layoutContainer​(java.awt.Container target)  
      • Methods inherited from class javax.swing.plaf.basic.DefaultMenuLayout

        preferredLayoutSize
      • Methods inherited from class javax.swing.BoxLayout

        addLayoutComponent, addLayoutComponent, getAxis, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, maximumLayoutSize, minimumLayoutSize, removeLayoutComponent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatMenuBarLayout

        public FlatMenuBarLayout​(java.awt.Container target)
    • Method Detail

      • layoutContainer

        public void layoutContainer​(java.awt.Container target)
        Specified by:
        layoutContainer in interface java.awt.LayoutManager
        Overrides:
        layoutContainer in class javax.swing.BoxLayout