typesListTypeInspectionCommand = new TypeInspectionCommand();
elementTypeConstraint = new SchemaTypeConstraint(accessor);
masterDetailList = new MasterListDetailList();
masterDetailList.setListModelFactory(new SimilarTypeListModelFactory(elementTypeConstraint));
masterDetailList.addPropertyChangeListener(MasterListDetailList.PC_MASTERLIST_LISTMODEL, new PropertyChangeListener() {
@Override
public void propertyChange(PropertyChangeEvent evt) {