|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.GridBagConstraints com.isti.util.gui.IstiGridBagConstraints
public class IstiGridBagConstraints
The IstiGridBagConstraints
class specifies constraints
for components that are laid out using the
GridBagLayout
class.
Field Summary |
---|
Fields inherited from class java.awt.GridBagConstraints |
---|
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, 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 | |
---|---|
IstiGridBagConstraints()
Creates a GridBagConstraint object with
all of its fields set to their default value. |
|
IstiGridBagConstraints(int gridx,
int gridy)
Creates a GridBagConstraint object with
the specified gridx and gridy values
and all of the other fields set to their default value. |
|
IstiGridBagConstraints(int gridx,
int gridy,
int gridwidth,
int gridheight)
Creates a GridBagConstraint object with
the specified gridx, gridy, gridwidth, and gridheight values
and all of the other fields set to their default value. |
Method Summary |
---|
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 IstiGridBagConstraints()
GridBagConstraint
object with
all of its fields set to their default value.
public IstiGridBagConstraints(int gridx, int gridy)
GridBagConstraint
object with
the specified gridx and gridy values
and all of the other fields set to their default value.
gridx
- The initial gridx value.gridy
- The initial gridy value.public IstiGridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight)
GridBagConstraint
object with
the specified gridx, gridy, gridwidth, and gridheight values
and all of the other fields set to their default value.
gridx
- The initial gridx value.gridy
- The initial gridy value.gridwidth
- The initial gridwidth value.gridheight
- The initial gridheight value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |