public void update(FModel model) {
   if (currentEditor == constants) constants.update();
   if (currentEditor == dependency) dependency.update();
 }