org.tbee.swing.gridbag
Class GridBagConstraints

java.lang.Object
  extended by java.awt.GridBagConstraints
      extended by org.tbee.swing.gridbag.GridBagConstraints
All Implemented Interfaces:
Serializable, Cloneable

public class GridBagConstraints
extends GridBagConstraints

See Also:
Serialized Form

Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
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
GridBagConstraints()
           
GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady)
           
 
Method Summary
 GridBagConstraints anchor(int value)
           
 GridBagConstraints bottom(int value)
           
 GridBagConstraints east()
           
 GridBagConstraints fill(int value)
           
 GridBagConstraints fillX()
           
 GridBagConstraints fillXY()
           
 GridBagConstraints fillY()
           
 GridBagConstraints height(int value)
           
 GridBagConstraints insets(int top, int left, int bottom, int right)
           
 GridBagConstraints left(int value)
           
 GridBagConstraints nofill()
           
 GridBagConstraints north()
           
 GridBagConstraints northeast()
           
 GridBagConstraints northwest()
           
 GridBagConstraints paddingX(int value)
           
 GridBagConstraints paddingY(int value)
           
 GridBagConstraints right(int value)
           
 GridBagConstraints south()
           
 GridBagConstraints southeast()
           
 GridBagConstraints southwest()
           
 GridBagConstraints top(int value)
           
 GridBagConstraints weightX(double value)
           
 GridBagConstraints weightY(double value)
           
 GridBagConstraints west()
           
 GridBagConstraints width(int value)
           
 GridBagConstraints x(int value)
           
 GridBagConstraints y(int value)
           
 
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
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

GridBagConstraints

public GridBagConstraints()

GridBagConstraints

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

x

public GridBagConstraints x(int value)

y

public GridBagConstraints y(int value)

width

public GridBagConstraints width(int value)

height

public GridBagConstraints height(int value)

weightX

public GridBagConstraints weightX(double value)

weightY

public GridBagConstraints weightY(double value)

fill

public GridBagConstraints fill(int value)

anchor

public GridBagConstraints anchor(int value)

insets

public GridBagConstraints insets(int top,
                                 int left,
                                 int bottom,
                                 int right)

paddingX

public GridBagConstraints paddingX(int value)

paddingY

public GridBagConstraints paddingY(int value)

top

public GridBagConstraints top(int value)

left

public GridBagConstraints left(int value)

bottom

public GridBagConstraints bottom(int value)

right

public GridBagConstraints right(int value)

nofill

public GridBagConstraints nofill()

fillX

public GridBagConstraints fillX()

fillY

public GridBagConstraints fillY()

fillXY

public GridBagConstraints fillXY()

north

public GridBagConstraints north()

south

public GridBagConstraints south()

east

public GridBagConstraints east()

west

public GridBagConstraints west()

northwest

public GridBagConstraints northwest()

northeast

public GridBagConstraints northeast()

southwest

public GridBagConstraints southwest()

southeast

public GridBagConstraints southeast()


Copyright © 2012 KnowledgePlaza. All Rights Reserved.