Uses of Class
org.karchan.menus.Menu
Packages that use Menu
-
Uses of Menu in org.karchan.menus
Subclasses of Menu in org.karchan.menusModifier and TypeClassDescriptionclass
class
class
class
class
class
final class
A simple menu that does not require a datamodel of any kind.class
class
class
Methods in org.karchan.menus that return MenuModifier and TypeMethodDescriptionMenuFactory.createBlogMenu
(String url) MenuFactory.createCommandMenu()
Creates the datamodel for the command explanation in the freemarker root.MenuFactory.createPersonMenu()
Creates the datamodel for the character sheet in the freemarker root.MenuFactory.createWikiMenu
(String url, boolean isDeputy) static Menu
MenuFactory.getNotFoundMenu()
Menu.getParent()
static Menu
MenuFactory.getRootMenu()
Methods in org.karchan.menus that return types with arguments of type MenuModifier and TypeMethodDescriptionLooks in all menus that have been created.MenuFactory.findVisibleMenu
(String url) Returns the visible menu, based on the URL.MenuFactory.getNavigationBarMenus()
Returns the top level menus (and the appropriate sub menus) for displaying purposes.Menu.getSubMenu()
Methods in org.karchan.menus with parameters of type MenuModifier and TypeMethodDescriptionvoid
protected void
Constructor parameters in org.karchan.menus with type arguments of type Menu