org.freehep.swing.layout
Class TableLayout.TableConstraints

java.lang.Object
  extended by java.awt.GridBagConstraints
      extended by org.freehep.swing.layout.TableLayout.TableConstraints
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
TableLayout

public static class TableLayout.TableConstraints
extends GridBagConstraints

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
TableLayout.TableConstraints()
           
TableLayout.TableConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady)
           
 
Method Summary
 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

TableLayout.TableConstraints

public TableLayout.TableConstraints()

TableLayout.TableConstraints

public TableLayout.TableConstraints(int gridx,
                                    int gridy,
                                    int gridwidth,
                                    int gridheight,
                                    double weightx,
                                    double weighty,
                                    int anchor,
                                    int fill,
                                    Insets insets,
                                    int ipadx,
                                    int ipady)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.