org.bdgp.swing
Class XMLLayout.ComponentElement

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

public static class XMLLayout.ComponentElement
extends XMLLayout.LayoutItem


Field Summary
protected  java.lang.String id
           
protected  java.util.Properties props
           
 
Constructor Summary
XMLLayout.ComponentElement(java.lang.String id, java.util.Properties props)
           
 
Method Summary
 java.lang.String getID()
           
 java.util.Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

props

protected java.util.Properties props
Constructor Detail

XMLLayout.ComponentElement

public XMLLayout.ComponentElement(java.lang.String id,
                                  java.util.Properties props)
Method Detail

getID

public java.lang.String getID()

getProperties

public java.util.Properties getProperties()