// Module : $RCSfile: TrackBar.java,v $ // Version : $Revision: 0.0 $ $Author: patrick $ $Date: 28.04.2012 $ // Project : GUIModel // Creation : 2012 by patrick // Copyright : Patrick Harms, 2012 package de.ugoe.cs.quest.eventcore.guimodel; /** * TODO comment * * @version $Revision: $ $Date: 28.04.2012$ * @author 2012, last modified by $Author: patrick$ */ public interface ITextField extends IGUIElement { }