// tree.setHeaderVisible(true);
// tree.setLinesVisible(true);
// Platform.getAdapterManager().registerAdapters(campaignViewAdapterFactory, Campaign.class);
adapterFactory = new AdminViewAdapterFactory();
Platform.getAdapterManager().registerAdapters(adapterFactory, AdminView.class);
Platform.getAdapterManager().registerAdapters(adapterFactory, AdminSection.class);
// Platform.getAdapterManager().registerAdapters(adapterFactory, CreatureAttribute.class);
// Platform.getAdapterManager().registerAdapters(adapterFactory, CreatureAttributeFactory.class);
// Platform.getAdapterManager().registerAdapters(adapterFactory, CreatureAttributeSection.class);