|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.GridBagConstraints | +--oracle.dacf.layout.GridBagConstraintsGridXY
Fields inherited from class java.awt.GridBagConstraints |
anchor, BOTH, CENTER, EAST, fill, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, NONE, NORTH, NORTHEAST, NORTHWEST, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST |
Constructor Summary | |
GridBagConstraintsGridXY(int gridx,
int gridy)
|
|
GridBagConstraintsGridXY(int gridx,
int gridy,
int gridwidth,
int gridheight,
int fill,
double weightx,
double weighty,
java.awt.Insets insets,
int anchor)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.awt.GridBagConstraints |
clone |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GridBagConstraintsGridXY(int gridx, int gridy)
public GridBagConstraintsGridXY(int gridx, int gridy, int gridwidth, int gridheight, int fill, double weightx, double weighty, java.awt.Insets insets, int anchor)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |