org.bdgp.swing
Class XMLLayout.PanelElement
java.lang.Object
|
+--org.bdgp.swing.XMLLayout.LayoutItem
|
+--org.bdgp.swing.XMLLayout.PanelElement
- Enclosing class:
- XMLLayout
- public static class XMLLayout.PanelElement
- extends XMLLayout.LayoutItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
north
protected XMLLayout.LayoutItem north
south
protected XMLLayout.LayoutItem south
east
protected XMLLayout.LayoutItem east
west
protected XMLLayout.LayoutItem west
center
protected XMLLayout.LayoutItem center
XMLLayout.PanelElement
public XMLLayout.PanelElement()
XMLLayout.PanelElement
public XMLLayout.PanelElement(XMLLayout.LayoutItem north,
XMLLayout.LayoutItem south,
XMLLayout.LayoutItem east,
XMLLayout.LayoutItem west,
XMLLayout.LayoutItem center)