Class BasicCommandButtonPanelUI.CommandButtonPanelLayout
java.lang.Object
org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonPanelUI.CommandButtonPanelLayout
- All Implemented Interfaces:
LayoutManager
- Direct Known Subclasses:
BasicCommandButtonPanelUI.ColumnFillLayout
,BasicCommandButtonPanelUI.RowFillLayout
- Enclosing class:
BasicCommandButtonPanelUI
private abstract static class BasicCommandButtonPanelUI.CommandButtonPanelLayout
extends Object
implements LayoutManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setCommandButtonGridSize
(int rowCount, int columnCount) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.awt.LayoutManager
addLayoutComponent, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
-
Field Details
-
commandButtonGridRowCount
protected int commandButtonGridRowCount -
commandButtonGridColumnCount
protected int commandButtonGridColumnCount -
commandButtonGrid
-
-
Constructor Details
-
CommandButtonPanelLayout
private CommandButtonPanelLayout()
-
-
Method Details
-
setCommandButtonGridSize
protected void setCommandButtonGridSize(int rowCount, int columnCount)
-