Class MultiViewColumnRenderer

All Implemented Interfaces:
AutoResizableTableCellRenderer, ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TableCellRenderer

public class MultiViewColumnRenderer extends DBColumnRenderer
A DBColumnRenderer which will resize based on the desired width of the cell, the column-header related to the cell, and the potential totalsTable value associated with the cell. Note that we do not auto-resize the totalsTable column directly because it is driven by the width of the equivalent mainTable column
See Also: