KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > OverlayLayout

javax.swing
Class OverlayLayout

java.lang.Object
  extended by javax.swing.OverlayLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable
See Also:
Top Examples, Source Code, XMLEncoder

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


public void addLayoutComponent(String name,
                               Component comp)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public void layoutContainer(Container target)
See Also:
AWTError, LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension maximumLayoutSize(Container target)
See Also:
preferredLayoutSize(java.awt.Container), LayoutManager2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension minimumLayoutSize(Container target)
See Also:
preferredLayoutSize(java.awt.Container), LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public Dimension preferredLayoutSize(Container target)
See Also:
minimumLayoutSize(java.awt.Container), LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeLayoutComponent(Component comp)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags