// Module : $RCSfile: WindowFromReplay.java,v $ // Version : $Revision: 0.0 $ $Author: Patrick $ $Date: 27.11.2011 18:26:10 $ // Project : TaskTreePerformanceTest // Creation : 2011 by Patrick // Copyright : Patrick Harms, 2011 package de.ugoe.cs.quest.plugin.mfc.guimodel; import de.ugoe.cs.quest.eventcore.guimodel.IFrame; /** * TODO comment * * @version $Revision: $ $Date: $ * @author 2011, last modified by $Author: $ */ public class MFCWindow extends MFCGUIElement implements IFrame { /** */ private static final long serialVersionUID = 1L; /** * @param name * @param id * @param isModal */ public MFCWindow(MFCGUIElementSpec specification, MFCGUIElement parent) { super(specification, parent); } }