luxor.core.menu
Class MenuDef

java.lang.Object
  |
  +--luxor.core.XulNode
        |
        +--luxor.core.XulContainer
              |
              +--luxor.core.menu.MenuDef
All Implemented Interfaces:
MenuFactory

public class MenuDef
extends XulContainer
implements MenuFactory


Constructor Summary
MenuDef(Element element)
           
 
Method Summary
 void add(XulNode node)
           
 javax.swing.JMenu createMenu()
           
 
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
 

Constructor Detail

MenuDef

public MenuDef(Element element)
Method Detail

add

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

createMenu

public javax.swing.JMenu createMenu()
Specified by:
createMenu in interface MenuFactory


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