package cnp.ew.util;

public interface CpSizableHeader
{
    public void setExtent(int newExtent);
    public int getExtent();
    public Object getModel();
    // ISSUE.  Hey, this was nicely named.  Now I had alignment to it. SizableAlignable?  Yuck.
    public int getAlignment();
}