org.fenfire.loom
Class LoomMenuBar

java.lang.Object
  |
  +--java.awt.MenuComponent
        |
        +--java.awt.MenuBar
              |
              +--org.fenfire.loom.LoomMenuBar
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.MenuContainer, java.io.Serializable

public class LoomMenuBar
extends java.awt.MenuBar

The menu bar code for Loom. The code in this class is currently not tested.

See Also:
Serialized Form

Field Summary
protected  Loom loom
           
protected  java.awt.Menu showClassMenu
           
 
Constructor Summary
LoomMenuBar(Loom loom)
           
 
Method Summary
 void setModel(Model model, NamespaceMap names)
           
 
Methods inherited from class java.awt.MenuBar
add, addNotify, countMenus, deleteShortcut, getAccessibleContext, getHelpMenu, getMenu, getMenuCount, getShortcutMenuItem, remove, remove, removeNotify, setHelpMenu, shortcuts
 
Methods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, getPeer, getTreeLock, paramString, postEvent, processEvent, setFont, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Field Detail

loom

protected Loom loom

showClassMenu

protected java.awt.Menu showClassMenu
Constructor Detail

LoomMenuBar

public LoomMenuBar(Loom loom)
Method Detail

setModel

public void setModel(Model model,
                     NamespaceMap names)
              throws RDFException
RDFException