KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > LayoutManager2

java.awt
Interface LayoutManager2

All Superinterfaces:
LayoutManager
All Known Implementing Classes:
BasicSplitPaneUI.BasicHorizontalLayoutManager, BasicSplitPaneUI.BasicVerticalLayoutManager, BorderLayout, BoxLayout, CardLayout, DefaultMenuLayout, GridBagLayout, JRootPane.RootLayout, OverlayLayout, SpringLayout
See Also:
Top Examples, Source Code, Container

void addLayoutComponent(Component comp,
                        Object constraints)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


float getLayoutAlignmentX(Container target)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


float getLayoutAlignmentY(Container target)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void invalidateLayout(Container target)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Dimension maximumLayoutSize(Container target)
See Also:
LayoutManager, Component.getMaximumSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags