@SuppressWarnings("rawtypes")
Map<Class, PropertyEditor> editors = new HashMap<Class, PropertyEditor>();
editors.put(Motion.class, new MotionTypeEditor(project.getMotions()));
motionPropertyPnl = new PropertyPanel(motion, editors);
motionPropertyPnl.setDescriptionVisible(false);
PropertyChangeListener listener = new PropertyChangeListener() {
public void propertyChange(PropertyChangeEvent evt) {