|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcookxml.cookswing.helper.SpringGridHelper
Helper class for constructing a grid using SpringLayout.
SpringLayout,
SpringGridCreator,
SpringLayoutUtilities| Field Summary | |
int |
columns
|
boolean |
compact
If a springgrid is compact, the size of each row/column are determined by the fitness; otherwise, the size is even for all rows and columns;. |
int |
hgap
gap space |
int |
initialX
first component's starting position |
int |
initialY
first component's starting position |
int |
rows
|
int |
vgap
gap space |
| Constructor Summary | |
SpringGridHelper()
|
|
| Method Summary | |
void |
add(Component c)
|
LinkedList |
getComponents()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean compact
public int rows
public int columns
public int initialX
public int initialY
public int hgap
public int vgap
| Constructor Detail |
public SpringGridHelper()
| Method Detail |
public void add(Component c)
public LinkedList getComponents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||