catList.add(category);
category.addExample(new CwListBox(constants),
RunAsyncCode.runAsyncCode(CwListBox.class));
category.addExample(new CwSuggestBox(constants),
RunAsyncCode.runAsyncCode(CwSuggestBox.class));
category.addExample(new CwTree(constants),
RunAsyncCode.runAsyncCode(CwTree.class));
category.addExample(new CwMenuBar(constants),
RunAsyncCode.runAsyncCode(CwMenuBar.class));
category.addExample(new CwStackPanel(constants),
RunAsyncCode.runAsyncCode(CwStackPanel.class));