|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.GridBagConstraints | +--com.ibm.able.editor.AbleGridBagConstraints
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 | |
AbleGridBagConstraints(int aGridX,
int aGridY,
int aGridWidth,
int aGridHeight,
double aWeightX,
double aWeightY,
int anAnchor,
int aFill,
java.awt.Insets anInset,
int anIpadX,
int anIpadY)
Creates a GridBagConstraint object. |
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 |
public AbleGridBagConstraints(int aGridX, int aGridY, int aGridWidth, int aGridHeight, double aWeightX, double aWeightY, int anAnchor, int aFill, java.awt.Insets anInset, int anIpadX, int anIpadY)
GridBagConstraint
object.
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |