9192939495969798
* @param type */ public void setType(XSObject type) { TreeModel model = jtTypeHierarchy.getModel(); model = null; jtTypeHierarchy.setModel(new TypeHierarchyTreeModelAdapter(type)); JTreeHelper.expandToLast(jtTypeHierarchy); }