tr.general.ui
Class CGridBagLayout

java.lang.Object
  extended bytr.general.ui.CGridBagLayout

public class CGridBagLayout
extends java.lang.Object

GridBagConstraints for the "GridBagLayout"

Date: 01.04.2004

Version:
1.0
Author:
Tobias Roessler

Constructor Summary
CGridBagLayout()
          Default-Constructor
 
Method Summary
 java.awt.GridBagConstraints makeGBC(int gridwidth, int gridheight, int anchor, int fill, java.awt.Insets insets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CGridBagLayout

public CGridBagLayout()
Default-Constructor

Method Detail

makeGBC

public java.awt.GridBagConstraints makeGBC(int gridwidth,
                                           int gridheight,
                                           int anchor,
                                           int fill,
                                           java.awt.Insets insets)
Parameters:
gridwidth - Number of cols
gridheight - Number of rows
anchor - Order in the reading area, if the component does not fill this fully.
Possible values: GridBadConstraints.CENTER and 8 direction constant factors: NORTH, SOUTH, WEST, EAST, NORTHWEST, NORTHEAST SOUTHWEST, SOUTHEAST
fill - Fuelling of the grating cells Possible values: GridBagConstraints.NONE, HORIZONTAL, VERTICAL, BOTH
insets - Additional distances
Returns:
gbc GridBagContraints object