classMemberList = new ClassMemberList(this, getConfig());
spMethodInfo.getItems().add(classMemberList);
spMethodInfo.getItems().add(attributeTableView);
classMemberList.prefHeightProperty().bind(scene.heightProperty());
attributeTableView.prefHeightProperty().bind(scene.heightProperty());
classTree = new ClassTree(this, getConfig());
classTree.prefWidthProperty().bind(scene.widthProperty());