* @param vi the view information for this view
*/
public TableViewManifestation(AbstractComponent component, ViewInfo vi) {
super(component,vi);
labelingAlgorithm = new AbbreviatingTableLabelingAlgorithm();
setLabelingContext(labelingAlgorithm, getNamingContext());
TableStructure structure = TableViewPolicy
.getTableStructure(getManifestedComponent());
model = new ComponentTableModel(structure, labelingAlgorithm, this);
model.updateLabels();