org.erights.e.ui.awt
Class BrickLayer

java.lang.Object
  |
  +--java.awt.GridBagLayout
        |
        +--org.erights.e.ui.awt.BrickLayer
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable

public class BrickLayer
extends GridBagLayout

Untamed: Presents a simple to use abstraction of some of the functionality of GridBagLayout

Author:
Mark S. Miller
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.GridBagLayout
columnWeights, columnWidths, comptable, defaultConstraints, layoutInfo, MAXGRIDSIZE, MINSIZE, PREFERREDSIZE, rowHeights, rowWeights
 
Constructor Summary
BrickLayer()
          Enabled:
BrickLayer(int fill)
          Enabled:
 
Method Summary
 void addLayoutComponent(Component comp, Object constraints)
          Enabled:
 void addLayoutComponent(String name, Component comp)
          Enabled:
 
Methods inherited from class java.awt.GridBagLayout
adjustForGravity, AdjustForGravity, arrangeGrid, ArrangeGrid, getConstraints, getLayoutAlignmentX, getLayoutAlignmentY, getLayoutDimensions, getLayoutInfo, GetLayoutInfo, getLayoutOrigin, getLayoutWeights, getMinSize, GetMinSize, invalidateLayout, layoutContainer, location, lookupConstraints, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setConstraints, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrickLayer

public BrickLayer()
Enabled:


BrickLayer

public BrickLayer(int fill)
Enabled:

Method Detail

addLayoutComponent

public void addLayoutComponent(Component comp,
                               Object constraints)
Enabled:

Specified by:
addLayoutComponent in interface LayoutManager2
Overrides:
addLayoutComponent in class GridBagLayout
Parameters:
comp - the component to be added
constraints - an object that determines how the component is added to the layout

addLayoutComponent

public void addLayoutComponent(String name,
                               Component comp)
Enabled:

Specified by:
addLayoutComponent in interface LayoutManager
Overrides:
addLayoutComponent in class GridBagLayout
Parameters:
name - the name of the component
comp - the component to be added


comments?