SystemFacade.getInstance().performAction(mdia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}
public void modifyStringInfo(StringInfo info, String newValue) {
ModifyStringInfoAction msia = new ModifyStringInfoAction(info, newValue);
SystemFacade.getInstance().performAction(msia, this.openFile);
this.dispatcher.notifyObservers(new Event(EventType.CLASS_UPDATE));
}