vipratech.util
Class GridBagConstraintsD

java.lang.Object
  |
  +--java.awt.GridBagConstraints
        |
        +--vipratech.util.GridBagConstraintsD

public class GridBagConstraintsD
extends java.awt.GridBagConstraints

Used to replace a class from Symantec Visual Cafe that is sometimes automatically refernced by the Visual Cafe "drag and drop" form editor.

Version:
1.00, March 27, 2000
Author:
Warwick Bailey   warwick-bailey@bigfoot.com
See Also:
Serialized Form

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
GridBagConstraintsD(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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBagConstraintsD

public GridBagConstraintsD(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. Used to manage grid bag layouts

dathe@chemie.uni-leipzig.de"

http://leipzig.vernetztes-studium.de