|
|||||||||
| Home >> All >> org >> relayirc >> [ swingutil overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.relayirc.swingutil
Class GridBagConstraints2

java.lang.Objectjava.awt.GridBagConstraints
org.relayirc.swingutil.GridBagConstraints2
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class GridBagConstraints2
- extends java.awt.GridBagConstraints
Convenience class for creating grid bag constraints.
| Field Summary |
| Fields inherited from class java.awt.GridBagConstraints |
anchor, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST |
| Constructor Summary | |
GridBagConstraints2()
|
|
GridBagConstraints2(int gridx,
int gridy,
int gridw,
int gridh,
double weightx,
double weighty,
int anchor,
int fill,
java.awt.Insets insets,
int ipadx,
int ipady)
|
|
| Methods inherited from class java.awt.GridBagConstraints |
clone |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
GridBagConstraints2
public GridBagConstraints2()
GridBagConstraints2
public GridBagConstraints2(int gridx,
int gridy,
int gridw,
int gridh,
double weightx,
double weighty,
int anchor,
int fill,
java.awt.Insets insets,
int ipadx,
int ipady)
|
|||||||||
| Home >> All >> org >> relayirc >> [ swingutil overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC