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
-
BidiBorderLayout()
-
-
addLayoutComponent(Component, Object)
- Adds the specified component to the layout, using the specified
constraint object.
BidiBorderLayout
public BidiBorderLayout()
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