org.bdgp.swing
Class XMLLayout.BoxElement
java.lang.Object
|
+--org.bdgp.swing.XMLLayout.LayoutItem
|
+--org.bdgp.swing.XMLLayout.BoxElement
- Enclosing class:
- XMLLayout
- public static class XMLLayout.BoxElement
- extends XMLLayout.LayoutItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERTICAL
public static final int VERTICAL
HORIZONTAL
public static final int HORIZONTAL
orientation
protected int orientation
XMLLayout.BoxElement
public XMLLayout.BoxElement(int orientation)
addItem
public void addItem(XMLLayout.LayoutItem item)
getItems
public java.util.Vector getItems()
getOrientation
public int getOrientation()