org.bdgp.swing
Class XMLLayout.ScrollerElement
java.lang.Object
|
+--org.bdgp.swing.XMLLayout.LayoutItem
|
+--org.bdgp.swing.XMLLayout.ScrollerElement
- Enclosing class:
- XMLLayout
- public static class XMLLayout.ScrollerElement
- extends XMLLayout.LayoutItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALWAYS
public static final int ALWAYS
AS_NEEDED
public static final int AS_NEEDED
NEVER
public static final int NEVER
item
protected XMLLayout.LayoutItem item
horiz
protected int horiz
vert
protected int vert
XMLLayout.ScrollerElement
public XMLLayout.ScrollerElement(int horiz,
int vert)
XMLLayout.ScrollerElement
public XMLLayout.ScrollerElement(XMLLayout.LayoutItem item,
int horiz,
int vert)
setItem
public void setItem(XMLLayout.LayoutItem item)