net.sf.dc.console.components
Class Layout

java.lang.Object
  extended bynet.sf.dc.console.components.Layout

public final class Layout
extends java.lang.Object

Used as the only reference for the Gridbag Layout to prevent multiple instantations

Since:
1.3
Version:
1.00
Author:
Robert-Jan van der Waals

Constructor Summary
Layout()
           
 
Method Summary
static java.awt.GridBagConstraints getGBC(int x, int y, int width, int height, double xWeight, double yWeigth, int gbcAnchor, int gbcStretch, java.awt.Insets insets, int xPad, int yPad)
          Standard Swing translation...
static java.awt.GridBagLayout getGBL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layout

public Layout()
Method Detail

getGBL

public static java.awt.GridBagLayout getGBL()

getGBC

public static java.awt.GridBagConstraints getGBC(int x,
                                                 int y,
                                                 int width,
                                                 int height,
                                                 double xWeight,
                                                 double yWeigth,
                                                 int gbcAnchor,
                                                 int gbcStretch,
                                                 java.awt.Insets insets,
                                                 int xPad,
                                                 int yPad)
Standard Swing translation...

Parameters:
x -
y -
width -
height -
xWeight -
yWeigth -
gbcAnchor -
gbcStretch -
insets -
xPad -
yPad -
Returns: