ColumnWidthInterface is an interface used by the AutoSizingGridLayout
when column interlocking is used to synchronize the column widths between
two containers. The AutoSizingGridLayout can interlock columns with
any LayoutManager which implements the ColumnWidthInterface. Currently,
the only LayoutManager which does so is the AutoSizingGridLayout.