AttributeTableContainer

AttributeTableContainer is the root element for the attribute table component stack. It serves as teh interface between the TopographyCreatorModel and the AttributeTree nodes. When instantiated it will scan the project directory 'org.vadere' to find any class subclassing AttributesScenarioElement and make the AttributeTableView precreate a Model/Page for each class. AttributeTableContainer has two swing subcomponents: the AttributeTableView which is a view displaying a AttributeTablePage for the currently selected ScenarioElement received from the TopographyCreatorModel and a JTextPane which displays the help text for the currently selected attribute in the UI


Field: attrView [AttributeTableView]

---


Field: helpView [JTextPane]

---


Field: ctx [NotifyContext]

---


Field: panelModel [TopographyCreatorModel]

---


Field: selectedElement [ScenarioElement]

---