org.pushingpixels.flamingo.internal.ui.common
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicCommandButtonPanelUI.RowFillLayout
protected BasicCommandButtonPanelUI.RowFillLayout()
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent
in interface LayoutManager
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interface LayoutManager
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interface LayoutManager