com.programix.gui.layout
Class ButtonLayout
java.lang.Object
com.programix.gui.layout.AbstractTableLayout
com.programix.gui.layout.ButtonLayout
- All Implemented Interfaces:
- LayoutManager, Serializable
- Direct Known Subclasses:
- ColumnButtonLayout, RowButtonLayout
public abstract class ButtonLayout
- extends AbstractTableLayout
Superclass for common functionality of ColumnButtonLayout
and RowButtonLayout
.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
Constructor Summary |
protected |
ButtonLayout(int rowGap,
int colGap,
int borderGap,
AnchorPoint anchorPoint,
int requestedRowOrColCount,
boolean colDriven)
|
Methods inherited from class com.programix.gui.layout.AbstractTableLayout |
addLayoutComponent, getAnchorPoint, getBorderGap, getColumnCoordinator, getColumnGap, getRowGap, isIgnoreInvisibleComponents, layoutContainer, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setAnchorPoint, setBorderGap, setColumnCoordinator, setColumnGap, setIgnoreInvisibleComponents, setRowGap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestedRowOrColCount
protected int requestedRowOrColCount
colDriven
protected final boolean colDriven
ButtonLayout
protected ButtonLayout(int rowGap,
int colGap,
int borderGap,
AnchorPoint anchorPoint,
int requestedRowOrColCount,
boolean colDriven)
createCellData
protected AbstractTableLayout.CellData createCellData(Container pane)
- Specified by:
createCellData
in class AbstractTableLayout
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.