super();
listenerList = new EventListenerList();
isAttributeLayoutChanged = false;
this.attributeController = attributeController;
visibleElementsNumber = 0;
elements = new SortedMapVector();
myTableModel = new AttributeRegistryTableModel(this);
isRestricted = false;
restrictionModel = Boolean.FALSE;
attributeViewType = AttributeTableLayoutModel.SHOW_ALL;
}