luxor.core.box
Class BoxDef

java.lang.Object
  |
  +--luxor.core.XulNode
        |
        +--luxor.core.XulContainer
              |
              +--luxor.core.XulBox
                    |
                    +--luxor.core.box.BoxDef
All Implemented Interfaces:
NComponentFactory, NContainerFactory
Direct Known Subclasses:
HBoxDef, VBoxDef

public class BoxDef
extends XulBox


Field Summary
protected  java.util.ArrayList _componentDef
           
 
Constructor Summary
BoxDef(Element element)
           
 
Method Summary
 void add(XulNode node)
           
 NComponent createNComponent(JComponentResolver resolver)
           
 NContainer createNContainer(JComponentResolver resolver)
           
 java.util.List getComponentDefs()
           
 
Methods inherited from class luxor.core.XulNode
getAccelKey, getAccessKey, getAction, getAlignAttribute, getAttribute, getAttribute, getBooleanAttribute, getChecked, getCollapsible, getCols, getColSpan, getElement, getElementName, getFlex, getHeading, getHeight, getHistory, getIcon, getId, getIntAttribute, getKey, getLabel, getList, getMap, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOrient, getOrient, getRows, getRowSpan, getSelect, getStyle, getStyleClass, getTooltip, getValue, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_componentDef

protected java.util.ArrayList _componentDef
Constructor Detail

BoxDef

public BoxDef(Element element)
Method Detail

getComponentDefs

public java.util.List getComponentDefs()

add

public void add(XulNode node)
Specified by:
add in class XulContainer

createNComponent

public NComponent createNComponent(JComponentResolver resolver)
Specified by:
createNComponent in interface NComponentFactory
Specified by:
createNComponent in class XulBox

createNContainer

public NContainer createNContainer(JComponentResolver resolver)
Specified by:
createNContainer in interface NContainerFactory
Specified by:
createNContainer in class XulBox


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo