260261262263264265266267
public void actionPerformed(ActionEvent evt) { if (_updateableModel != null) { new MakeEditableCommand(_updateableModel).execute(); } }