Class BasicCommandButtonPanelUI.ColumnFillLayout

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

protected class BasicCommandButtonPanelUI.ColumnFillLayout extends Object
Column-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

    • ColumnFillLayout

      protected ColumnFillLayout()
  • 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)