Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.merlotxml.merlot
Class GD_GridLayout  view GD_GridLayout download GD_GridLayout.java

java.lang.Object
  extended byjava.awt.GridLayout
      extended byorg.merlotxml.merlot.GD_GridLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.io.Serializable

public class GD_GridLayout
extends java.awt.GridLayout


Field Summary
protected  int fillMethod
           
static int HORIZONTAL
           
static int VERTICAL
           
 
Fields inherited from class java.awt.GridLayout
 
Constructor Summary
GD_GridLayout()
           
GD_GridLayout(int rows, int cols)
           
GD_GridLayout(int rows, int cols, int hgap, int vgap)
           
 
Method Summary
 int getFillMethod()
           
 void layoutContainer(java.awt.Container parent)
          Lay out the container's components based on current settings.
 void setFillMethod(int direction)
           
 
Methods inherited from class java.awt.GridLayout
addLayoutComponent, getColumns, getHgap, getRows, getVgap, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setColumns, setHgap, setRows, setVgap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final int HORIZONTAL
See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
See Also:
Constant Field Values

fillMethod

protected int fillMethod
Constructor Detail

GD_GridLayout

public GD_GridLayout()

GD_GridLayout

public GD_GridLayout(int rows,
                     int cols)

GD_GridLayout

public GD_GridLayout(int rows,
                     int cols,
                     int hgap,
                     int vgap)
Method Detail

setFillMethod

public void setFillMethod(int direction)

getFillMethod

public int getFillMethod()

layoutContainer

public void layoutContainer(java.awt.Container parent)
Description copied from class: java.awt.GridLayout
Lay out the container's components based on current settings. The free space in the container is divided evenly into the specified number of rows and columns in this object.