org.bdgp.swing
Class XMLLayout.LayoutNode

java.lang.Object
  |
  +--org.bdgp.swing.XMLLayout.LayoutNode
Enclosing class:
XMLLayout

protected class XMLLayout.LayoutNode
extends java.lang.Object


Field Summary
protected  org.bdgp.swing.Attributes attributes
           
protected  XMLLayout.LayoutItem item
           
protected  java.lang.String tagName
           
 
Constructor Summary
protected XMLLayout.LayoutNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagName

protected java.lang.String tagName

attributes

protected org.bdgp.swing.Attributes attributes

item

protected XMLLayout.LayoutItem item
Constructor Detail

XMLLayout.LayoutNode

protected XMLLayout.LayoutNode()