abbot.editor
Class HierarchyWriter

java.lang.Object
  extended by abbot.editor.HierarchyWriter

public class HierarchyWriter
extends Object

Provides support for writing out a GUI hierarchy as XML.


Constructor Summary
HierarchyWriter(Hierarchy h)
           
 
Method Summary
 void writeHierarchy(Writer writer)
          Write to the given writer the GUI hierarchy represented by the given set of root windows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchyWriter

public HierarchyWriter(Hierarchy h)
Method Detail

writeHierarchy

public void writeHierarchy(Writer writer)
                    throws IOException
Write to the given writer the GUI hierarchy represented by the given set of root windows.

Throws:
IOException


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge