pagelayout
Class ComponentXMLSerializerImpl

java.lang.Object
  extended by pagelayout.ComponentXMLSerializerImpl
All Implemented Interfaces:
ComponentXMLSerializer

public class ComponentXMLSerializerImpl
extends java.lang.Object
implements ComponentXMLSerializer

This class is used by Gola ( http://gola.mathnium.com ), a visual layout editor, and is not needed if you want to hand code the layout.


Constructor Summary
ComponentXMLSerializerImpl()
           
 
Method Summary
 void xmlserialize(XMLPrintStream ps, java.awt.Component component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentXMLSerializerImpl

public ComponentXMLSerializerImpl()
Method Detail

xmlserialize

public void xmlserialize(XMLPrintStream ps,
                         java.awt.Component component)
Specified by:
xmlserialize in interface ComponentXMLSerializer