Uses of Class
org.universAAL.ui.dm.userInteraction.mainMenu.file.MenuNode

Packages that use MenuNode
org.universAAL.ui.dm.userInteraction.mainMenu.file   
org.universAAL.ui.dm.userInteraction.mainMenu.profilable   
 

Uses of MenuNode in org.universAAL.ui.dm.userInteraction.mainMenu.file
 

Fields in org.universAAL.ui.dm.userInteraction.mainMenu.file declared as MenuNode
protected  MenuNode MainMenu.root
          The root node.
protected  MenuNode MainMenu.selection
          The node that is currently selected.
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.file that return MenuNode
 MenuNode MenuNode.getParent()
          Get the parent of this node.
protected  MenuNode MenuNode.newMenuNode(int level)
           
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.file that return types with arguments of type MenuNode
 Iterable<MenuNode> MenuNode.children()
          Get an iterator for all children of this node.
 Iterable<MenuNode> MainMenu.entries()
          Get all the entries for the (sub)menu.
 

Uses of MenuNode in org.universAAL.ui.dm.userInteraction.mainMenu.profilable
 

Subclasses of MenuNode in org.universAAL.ui.dm.userInteraction.mainMenu.profilable
 class RDFMenuNode
           
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.profilable that return MenuNode
protected  MenuNode RDFMenuNode.newMenuNode(int level)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.