charva.awt
Interface LayoutManager2

All Superinterfaces:
LayoutManager
All Known Implementing Classes:
BorderLayout, GridBagLayout

public interface LayoutManager2
extends LayoutManager

Defines an interface for classes that know how to lay out a Container based on a layout-constraints object.


Method Summary
 void addLayoutComponent(Component component_, java.lang.Object constraints_)
           
 void invalidateLayout(Container target_)
          Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
 
Methods inherited from interface charva.awt.LayoutManager
doLayout, minimumSize
 

Method Detail

addLayoutComponent

public void addLayoutComponent(Component component_,
                               java.lang.Object constraints_)

invalidateLayout

public void invalidateLayout(Container target_)
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.