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 voidsetCommandButtonGridSize(int rowCount, int columnCount) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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)
-