charva.awt

Interface LayoutManager

Known Subinterfaces:
LayoutManager2
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 Details

doLayout

public void doLayout(Container container_)

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.