FreeHEP API
Version current

org.freehep.swing.layout
Class TableLayout.TableConstraints

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

public static class TableLayout.TableConstraints
extends GridBagConstraints

See Also:
Serialized Form
Source Code:
TableLayout.TableConstraints.java

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()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.