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

Last change on this file since 846 was 831, checked in by sherbold, 12 years ago
  • code documentation and clean-up
File size: 251 bytes
RevLine 
[545]1package de.ugoe.cs.quest.eventcore.guimodel;
2
3/**
[748]4 * <p>
[831]5 * Marker interface for GUI elements that represent a panel for structuring GUI content
[748]6 * </p>
[545]7 *
[831]8 * @version 1.0
[748]9 * @author Patrick Harms
[545]10 */
11public interface IPanel extends IGUIElement {
12
13}
Note: See TracBrowser for help on using the repository browser.