|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.awt.GridBagConstraints
oracle.dacf.layout.GridBagConstraintsGridXY
| 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 | |
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()
|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.