KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing
Class ViewportLayout

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

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


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


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


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


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


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

Popular Tags