source: trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/ITextField.java @ 655

Last change on this file since 655 was 655, checked in by pharms, 12 years ago
  • removed old copyright file header
File size: 223 bytes
Line 
1package de.ugoe.cs.quest.eventcore.guimodel;
2
3/**
4 * TODO comment
5 *
6 * @version $Revision: $ $Date: 28.04.2012$
7 * @author 2012, last modified by $Author: patrick$
8 */
9public interface ITextField extends IGUIElement {
10
11}
Note: See TracBrowser for help on using the repository browser.