Class BasicCommandButtonPanelUI.CommandButtonPanelLayout
- java.lang.Object
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonPanelUI.CommandButtonPanelLayout
-
- All Implemented Interfaces:
java.awt.LayoutManager
- Direct Known Subclasses:
BasicCommandButtonPanelUI.ColumnFillLayout,BasicCommandButtonPanelUI.RowFillLayout
- Enclosing class:
- BasicCommandButtonPanelUI
private abstract static class BasicCommandButtonPanelUI.CommandButtonPanelLayout extends java.lang.Object implements java.awt.LayoutManager
-
-
Field Summary
Fields Modifier and Type Field Description protected JCommandButton[][]commandButtonGridprotected intcommandButtonGridColumnCountprotected intcommandButtonGridRowCount
-
Constructor Summary
Constructors Modifier Constructor Description privateCommandButtonPanelLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetCommandButtonGridSize(int rowCount, int columnCount)
-
-
-
Field Detail
-
commandButtonGridRowCount
protected int commandButtonGridRowCount
-
commandButtonGridColumnCount
protected int commandButtonGridColumnCount
-
commandButtonGrid
protected JCommandButton[][] commandButtonGrid
-
-