pagelayout
Interface ComponentXMLSerializer

All Known Implementing Classes:
ComponentXMLSerializerImpl

public interface 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.


Method Summary
 void xmlserialize(XMLPrintStream ps, java.awt.Component component)
           
 

Method Detail

xmlserialize

void xmlserialize(XMLPrintStream ps,
                  java.awt.Component component)