Class BasicCommandButtonPanelUI.RowFillLayout
- java.lang.Object
-
- org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
-
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
- BasicCommandButtonPanelUI
protected class BasicCommandButtonPanelUI.RowFillLayout extends Object implements LayoutManager
Row-fill layout for the button panel.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RowFillLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLayoutComponent(String name, Component comp)
void
layoutContainer(Container parent)
Dimension
minimumLayoutSize(Container parent)
Dimension
preferredLayoutSize(Container parent)
void
removeLayoutComponent(Component comp)
-
-
-
Method Detail
-
addLayoutComponent
public void addLayoutComponent(String name, Component comp)
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interfaceLayoutManager
-
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
-