Oracle Data-aware Controls Reference

oracle.dacf.layout
Class GridBagConstraintsGridXY

java.lang.Object
  extended byjava.awt.GridBagConstraints
      extended byoracle.dacf.layout.GridBagConstraintsGridXY
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class GridBagConstraintsGridXY
extends java.awt.GridBagConstraints
implements java.io.Serializable

See Also:
Serialized Form

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

GridBagConstraintsGridXY

public GridBagConstraintsGridXY(int gridx,
                                int gridy)

GridBagConstraintsGridXY

public GridBagConstraintsGridXY(int gridx,
                                int gridy,
                                int gridwidth,
                                int gridheight,
                                int fill,
                                double weightx,
                                double weighty,
                                java.awt.Insets insets,
                                int anchor)
Method Detail

toString

public java.lang.String toString()

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.