* the view's icon
*/
public DefaultTreeTableView(String title, ITreeTableModel model,
Contribution contribution, Icon icon) {
super(title, icon, contribution);
table = new TreeTable(model);
table.setFillsViewportHeight(true);
setTreeTableModel(model);
}