|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.GridBagLayout | +--org.erights.e.ui.awt.BrickLayer
Untamed: Presents a simple to use abstraction of some of the functionality of GridBagLayout
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BrickLayer()
public BrickLayer(int fill)
Method Detail |
public void addLayoutComponent(Component comp, Object constraints)
addLayoutComponent
in interface LayoutManager2
addLayoutComponent
in class GridBagLayout
comp
- the component to be addedconstraints
- an object that determines how
the component is added to the layoutpublic void addLayoutComponent(String name, Component comp)
addLayoutComponent
in interface LayoutManager
addLayoutComponent
in class GridBagLayout
name
- the name of the componentcomp
- the component to be added
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |