public class NavFactoryImpl extends Object implements NavFactory
_instance
Constructor and Description |
---|
NavFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
NavDivider |
createDivider() |
NavGroup |
createNavGroup() |
NavGroup |
createNavGroup(NavTree navTree) |
NavItem |
createNavItem() |
NavTree |
createNavTree() |
NavTree |
createNavTree(NavItem navItem) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get, set
public NavTree createNavTree(NavItem navItem)
createNavTree
in interface NavFactory
public NavTree createNavTree()
createNavTree
in interface NavFactory
public NavGroup createNavGroup()
createNavGroup
in interface NavFactory
public NavGroup createNavGroup(NavTree navTree)
createNavGroup
in interface NavFactory
public NavItem createNavItem()
createNavItem
in interface NavFactory
public NavDivider createDivider()
createDivider
in interface NavFactory
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.