similarTypesInspectionCommand.setAccessor(accessor);
typesListTypeHierarchyCommand = new TypeHierarchyCommand();
typesListTypeInspectionCommand = new TypeInspectionCommand();
elementTypeConstraint = new SchemaTypeConstraint(accessor);
masterDetailList = new MasterListDetailList();
masterDetailList.setListModelFactory(new SimilarTypeListModelFactory(elementTypeConstraint));
masterDetailList.addPropertyChangeListener(MasterListDetailList.PC_MASTERLIST_LISTMODEL, new PropertyChangeListener() {