API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. LayoutManager2 View Source
Author(s)
Jonni Kanerva
Since
Version
1.15, 11/17/05
Serial
Hierarchy
 LayoutManager
      LayoutManager2
Subinterfaces
Description
public interface LayoutManager2
  Defines an interface for classes that know how to layout Containers based on a layout constraints object.
See also:    LayoutManager Container
Methods
Hide/Show inherited methods
public void addLayoutComponent (Component comp, Object constraints)
  Adds the specified component to the layout, using the specified constraint object.
public float getLayoutAlignmentX (Container target)
  Returns the alignment along the x axis.
public float getLayoutAlignmentY (Container target)
  Returns the alignment along the y axis.
public void invalidateLayout (Container target)
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
public Dimension maximumLayoutSize (Container target)
  Calculates the maximum size dimensions for the specified container, given the components it contains.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar