|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.colorchooser.SmartGridLayout
A better GridLayout class
Field Summary | |
(package private) int |
columns
|
(package private) int |
componentCount
|
(package private) Component[][] |
layoutGrid
|
(package private) int |
rows
|
(package private) int |
xGap
|
(package private) int |
yGap
|
Constructor Summary | |
SmartGridLayout(int numColumns,
int numRows)
|
Method Summary | |
void |
addLayoutComponent(String s,
Component c)
If the layout manager uses a per-component string, adds the component comp to the layout,
associating it
with the string specified by name . |
private void |
buildLayoutGrid(Container c)
|
private int |
computeColumnWidth(int columnNum)
|
private int |
computeRowHeight(int rowNum)
|
void |
layoutContainer(Container c)
Lays out the specified container. |
Dimension |
minimumLayoutSize(Container c)
Calculates the minimum size dimensions for the specified container, given the components it contains. |
Dimension |
preferredLayoutSize(Container c)
Calculates the preferred size dimensions for the specified container, given the components it contains. |
void |
removeLayoutComponent(Component c)
Removes the specified component from the layout. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int rows
int columns
int xGap
int yGap
int componentCount
Component[][] layoutGrid
Constructor Detail |
public SmartGridLayout(int numColumns, int numRows)
Method Detail |
public void layoutContainer(Container c)
LayoutManager
layoutContainer
in interface LayoutManager
c
- the container to be laid outpublic Dimension minimumLayoutSize(Container c)
LayoutManager
minimumLayoutSize
in interface LayoutManager
c
- the component to be laid outLayoutManager.preferredLayoutSize(java.awt.Container)
public Dimension preferredLayoutSize(Container c)
LayoutManager
preferredLayoutSize
in interface LayoutManager
c
- the container to be laid outLayoutManager.minimumLayoutSize(java.awt.Container)
public void addLayoutComponent(String s, Component c)
LayoutManager
comp
to the layout,
associating it
with the string specified by name
.
addLayoutComponent
in interface LayoutManager
s
- the string to be associated with the componentc
- the component to be addedpublic void removeLayoutComponent(Component c)
LayoutManager
removeLayoutComponent
in interface LayoutManager
c
- the component to be removedprivate void buildLayoutGrid(Container c)
private int computeColumnWidth(int columnNum)
private int computeRowHeight(int rowNum)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |