Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mvsteenb.javauitransformer.xmltransformer.components.generic
Class XmlHorizontalGap  view XmlHorizontalGap download XmlHorizontalGap.java

java.lang.Object
  extended bycom.mvsteenb.javauitransformer.xmltransformer.xmlelements.XmlAbstractDataElement
      extended bycom.mvsteenb.javauitransformer.xmltransformer.components.generic.XmlHorizontalGap

public class XmlHorizontalGap
extends com.mvsteenb.javauitransformer.xmltransformer.xmlelements.XmlAbstractDataElement

com.mvsteenb.javauitransformer.xmltransformer.components.generic

About

This class is part of the JavaUITransformer version @build.version@ (build #@build.number@) which was built on @build.date@.

Description

This is a non-standard component to be able to add a gap component to the xml output

Free Software

Copyright (C) 2003 Mario Van Steenberghe

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

Please contact me at mario.vansteenberghe@pandora.be for more information.

Revision History

Aug 30, 2003 : mvsteenb : Initial Revision


Field Summary
private  int gap
           
 
Fields inherited from class com.mvsteenb.javauitransformer.xmltransformer.xmlelements.XmlAbstractDataElement
attributes, elementName, value
 
Constructor Summary
XmlHorizontalGap(int gap)
          Constructor
 
Method Summary
protected  void prepareAttributes()
          Prepares attributes - this method should be overridden to prepare the element's attributes.
 
Methods inherited from class com.mvsteenb.javauitransformer.xmltransformer.xmlelements.XmlAbstractDataElement
addAttribute, addAttribute, addElementData, addXmlClosingTag, addXmlOpeningTag, getAttributes, getElementName, getValue, setElementName, setValue, setValue, setValue, setValue, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gap

private int gap
Constructor Detail

XmlHorizontalGap

public XmlHorizontalGap(int gap)
Constructor

Method Detail

prepareAttributes

protected void prepareAttributes()
Prepares attributes - this method should be overridden to prepare the element's attributes.