Source code: com/mvsteenb/javauitransformer/xmltransformer/layout/XmlDefaultLayoutMapper.java
1 package com.mvsteenb.javauitransformer.xmltransformer.layout;
2
3 /**
4 * com.mvsteenb.javauitransformer.xmltransformer.layout
5 *
6 * <p><b>About</b></p>
7 *
8 * <p>
9 * This class is part of the JavaUITransformer version @build.version@ (build #@build.number@) which was built on @build.date@.
10 * </p>
11 *
12 * <p><b>Description</b></p>
13 *
14 * <p>
15 * Maps Java Layout to Xml Layout
16 * </p>
17 *
18 * <p><b>Free Software</b></p>
19 *
20 * <p>
21 * Copyright (C) 2003 Mario Van Steenberghe
22 * </p>
23 *
24 * <p>
25 * <small>
26 * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser
27 * General Public License as published by the Free Software Foundation; either version 2.1 of the License, or
28 * (at your option) any later version. This library is distributed in the hope that it will be useful,
29 * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
30 * PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the
31 * GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc.,
32 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
33 * </small>
34 * </p>
35 *
36 * <p>
37 * <small>
38 * Please contact me at mario.vansteenberghe@pandora.be for more information.
39 * </small>
40 * </p>
41 *
42 * <p><b>Revision History</b></p>
43 *
44 * <p>
45 * Aug 23, 2003 : mvsteenb : Initial Revision
46 * </p>
47 *
48 */
49
50 public abstract class XmlDefaultLayoutMapper implements XmlLayoutMapper {
51
52 }