Class BasicCommandButtonPanelUI.RowFillLayout

java.lang.Object
org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonPanelUI.RowFillLayout
All Implemented Interfaces:
LayoutManager
Enclosing class:
BasicCommandButtonPanelUI

protected class BasicCommandButtonPanelUI.RowFillLayout extends Object
Row-fill layout for the button panel.
Author:
Kirill Grouchnikov
  • Field Details

    • commandButtonGridRowCount

      protected int commandButtonGridRowCount
    • commandButtonGridColumnCount

      protected int commandButtonGridColumnCount
    • commandButtonGrid

      protected JCommandButton[][] commandButtonGrid
  • Constructor Details

    • RowFillLayout

      protected RowFillLayout()
  • Method Details

    • addLayoutComponent

      public void addLayoutComponent(String name, Component comp)
    • removeLayoutComponent

      public void removeLayoutComponent(Component comp)
    • layoutContainer

      public void layoutContainer(Container parent)
    • minimumLayoutSize

      public Dimension minimumLayoutSize(Container parent)
    • preferredLayoutSize

      public Dimension preferredLayoutSize(Container parent)
    • setCommandButtonGridSize

      protected void setCommandButtonGridSize(int rowCount, int columnCount)