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[][]
commandButtonGrid
protected int
commandButtonGridColumnCount
protected int
commandButtonGridRowCount
-
Constructor Summary
Constructors Modifier Constructor Description private
CommandButtonPanelLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setCommandButtonGridSize(int rowCount, int columnCount)
-
-
-
Field Detail
-
commandButtonGridRowCount
protected int commandButtonGridRowCount
-
commandButtonGridColumnCount
protected int commandButtonGridColumnCount
-
commandButtonGrid
protected JCommandButton[][] commandButtonGrid
-
-