FakeTabPanel titleBar = new FakeTabPanel("Messaging Clustering");
layout.add(titleBar);
panel = new PagedView();
providerList = new ProviderList(presenter, NameTokens.MsgClusteringPresenter);
broadcastGroupList = new BroadcastGroupList(presenter);
discoveryGroupList = new DiscoveryGroupList(presenter);
clusterConnectionList = new ClusterConnectionList(presenter);
panel.addPage(Console.CONSTANTS.common_label_back(), providerList.asWidget());