org.bdgp.swing
Class XMLLayout.DividerElement

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

public static class XMLLayout.DividerElement
extends XMLLayout.LayoutItem


Field Summary
protected  XMLLayout.LayoutItem first
           
static int HORIZONTAL
           
protected  int orientation
           
protected  XMLLayout.LayoutItem second
           
static int VERTICAL
           
protected  int width
           
 
Constructor Summary
XMLLayout.DividerElement(int width, int orientation)
           
XMLLayout.DividerElement(XMLLayout.LayoutItem first, XMLLayout.LayoutItem second, int width, int orientation)
           
 
Method Summary
 XMLLayout.LayoutItem getFirst()
           
 int getOrientation()
           
 XMLLayout.LayoutItem getSecond()
           
 int getWidth()
           
 void setFirst(XMLLayout.LayoutItem first)
           
 void setSecond(XMLLayout.LayoutItem second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERTICAL

public static final int VERTICAL

HORIZONTAL

public static final int HORIZONTAL

width

protected int width

orientation

protected int orientation

first

protected XMLLayout.LayoutItem first

second

protected XMLLayout.LayoutItem second
Constructor Detail

XMLLayout.DividerElement

public XMLLayout.DividerElement(XMLLayout.LayoutItem first,
                                XMLLayout.LayoutItem second,
                                int width,
                                int orientation)

XMLLayout.DividerElement

public XMLLayout.DividerElement(int width,
                                int orientation)
Method Detail

setFirst

public void setFirst(XMLLayout.LayoutItem first)

setSecond

public void setSecond(XMLLayout.LayoutItem second)

getFirst

public XMLLayout.LayoutItem getFirst()

getSecond

public XMLLayout.LayoutItem getSecond()

getOrientation

public int getOrientation()

getWidth

public int getWidth()