All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.BidiBorderLayout

java.lang.Object
   |
   +----java.awt.BorderLayout
           |
           +----multilizer.BidiBorderLayout

public class BidiBorderLayout
extends BorderLayout
The BidiBorderLayout extends BorderLayout such a way that it can mirror the host container.

See Also:
BidiGridBagLayout

Constructor Index

 o BidiBorderLayout()

Method Index

 o addLayoutComponent(Component, Object)
Adds the specified component to the layout, using the specified constraint object.

Constructors

 o BidiBorderLayout
 public BidiBorderLayout()

Methods

 o addLayoutComponent
 public void addLayoutComponent(Component comp,
                                Object constraints)
Adds the specified component to the layout, using the specified constraint object.

Overrides:
addLayoutComponent in class BorderLayout

All Packages  Class Hierarchy  This Package  Previous  Next  Index