com.intel.util.gui
Class LayoutTools

java.lang.Object
  extended by com.intel.util.gui.LayoutTools

Deprecated. As of GPE 1.4.2 the class is moved to LayoutTools

public class LayoutTools
extends java.lang.Object

Some layout utitlities

Version:
$Id: LayoutTools.java,v 1.2 2006/08/16 06:27:32 dnpetrov Exp $
Author:
Ralf Ratering

Method Summary
static void makeBottomPress(java.awt.Container container, int lasty)
          Deprecated.  
static java.awt.GridBagConstraints makegbc(int x, int y, int gridwidth, int weightx, boolean scalable)
          Deprecated. Creates a GridBagConstraints object with all of its fields set to the passed-in arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makegbc

public static java.awt.GridBagConstraints makegbc(int x,
                                                  int y,
                                                  int gridwidth,
                                                  int weightx,
                                                  boolean scalable)
Deprecated. 
Creates a GridBagConstraints object with all of its fields set to the passed-in arguments.

Parameters:
x - - x specifies the cell at the left of the component's display area, where the leftmost cell has gridx=0.
y - - y specifies the cell at the top of the component's display area, where the topmost cell has gridy=0.
gridwidth - - gridwith specifies the number of cells in a row for the component's display area.
weightx - - weigty specifies how to distribute extra horizontal space.
scalable - - true, if the component resize horizontally; false, if the component do not resize.
Returns:
- a GridbagConstraints objects with initial values

makeBottomPress

public static void makeBottomPress(java.awt.Container container,
                                   int lasty)
Deprecated. 


Copyright © 2008. All Rights Reserved.