charva.awt
Interface LayoutManager

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

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

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

void doLayout(Container container_)