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); } }