Package com.formdev.flatlaf.ui
Class FlatMenuBarUI.FlatMenuBarLayout
- java.lang.Object
-
- javax.swing.BoxLayout
-
- javax.swing.plaf.basic.DefaultMenuLayout
-
- com.formdev.flatlaf.ui.FlatMenuBarUI.FlatMenuBarLayout
-
- All Implemented Interfaces:
LayoutManager
,LayoutManager2
,Serializable
,UIResource
- Enclosing class:
- FlatMenuBarUI
protected static class FlatMenuBarUI.FlatMenuBarLayout extends DefaultMenuLayout
- Since:
- 2.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlatMenuBarLayout(Container target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
layoutContainer(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
-
-
-
-
Constructor Detail
-
FlatMenuBarLayout
public FlatMenuBarLayout(Container target)
-
-
Method Detail
-
layoutContainer
public void layoutContainer(Container target)
- Specified by:
layoutContainer
in interfaceLayoutManager
- Overrides:
layoutContainer
in classBoxLayout
-
-