Uses of Interface
org.dashbuilder.navigation.NavItemVisitor
-
Packages that use NavItemVisitor Package Description org.dashbuilder.navigation org.dashbuilder.navigation.impl -
-
Uses of NavItemVisitor in org.dashbuilder.navigation
Methods in org.dashbuilder.navigation with parameters of type NavItemVisitor Modifier and Type Method Description voidNavItem. accept(NavItemVisitor visitor)Entry point for visitor interfacesvoidNavTree. accept(NavItemVisitor visitor)Entry point for visitor interfaces -
Uses of NavItemVisitor in org.dashbuilder.navigation.impl
Methods in org.dashbuilder.navigation.impl with parameters of type NavItemVisitor Modifier and Type Method Description voidNavDividerImpl. accept(NavItemVisitor visitor)voidNavGroupImpl. accept(NavItemVisitor visitor)voidNavItemImpl. accept(NavItemVisitor visitor)voidNavTreeImpl. accept(NavItemVisitor visitor)
-