|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.borg.ui.util.GridBagConstraintsFactory
public class GridBagConstraintsFactory
A factory for creating GridBagConstraints objects in a standard way. Saves lots of LOC.
| Constructor Summary | |
|---|---|
GridBagConstraintsFactory()
|
|
| Method Summary | |
|---|---|
static GridBagConstraints |
create(int x,
int y)
Creates GridBagConstraints |
static GridBagConstraints |
create(int x,
int y,
int fill)
Creates GridBagConstraints |
static GridBagConstraints |
create(int x,
int y,
int fill,
double weightx,
double weighty)
Creates GridBagConstraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridBagConstraintsFactory()
| Method Detail |
|---|
public static GridBagConstraints create(int x,
int y)
x - the xy - the y
public static GridBagConstraints create(int x,
int y,
int fill)
x - the xy - the yfill - the fill
public static GridBagConstraints create(int x,
int y,
int fill,
double weightx,
double weighty)
x - the xy - the yfill - the fillweightx - the weightxweighty - the weighty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||