charva.awt
Interface LayoutManager

All Known Subinterfaces:
LayoutManager2
All Known Implementing Classes:
BorderLayout, BoxLayout, FlowLayout, GridBagLayout

public interface LayoutManager

Defines the interface for classes that know how to lay out Containers.


Method Summary
 void doLayout(Container container_)
           
 Dimension minimumSize(Container container_)
          Calculate the geometry for the specified list of Components, and return the size of the rectangle that encloses all the Components.
 

Method Detail

minimumSize

public Dimension minimumSize(Container container_)
Calculate the geometry for the specified list of Components, and return the size of the rectangle that encloses all the Components.


doLayout

public void doLayout(Container container_)