01: /* DojoComponent.java
02:
03: {{IS_NOTE
04: Purpose:
05:
06: Description:
07:
08: History:
09: Wed Jan 4 18:26:55 2006, Created by tomyeh
10: }}IS_NOTE
11:
12: Copyright (C) 2006 Potix Corporation. All Rights Reserved.
13:
14: {{IS_RIGHT
15: }}IS_RIGHT
16: */
17: package org.zkforge.dojo.impl;
18:
19: import org.zkoss.zk.ui.HtmlBasedComponent;
20:
21: /**
22: * The skeletal implementation for Dojo components.
23: *
24: * @author tomyeh
25: * @version $Revision: 1.3 $ $Date: 2006/02/06 15:30:35 $
26: */
27: public class DojoComponent extends HtmlBasedComponent {
28: }
|