Package | Description |
---|---|
org.uberfire.workbench.model.menu | |
org.uberfire.workbench.model.menu.impl |
Modifier and Type | Method and Description |
---|---|
void |
Menus.accept(MenuVisitor visitor)
Causes the given
MenuVisitor to visit this menu, then each item in turn (they will pass the visitor to
their descendants). |
void |
MenuItem.accept(MenuVisitor visitor)
Causes the given
MenuVisitor to visit this menu item and its
children. |
Modifier and Type | Class and Description |
---|---|
class |
BaseMenuVisitor |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMenus.accept(MenuVisitor visitor) |
void |
DefaultMenuGroup.accept(MenuVisitor visitor) |
void |
BaseMenuCustom.accept(MenuVisitor visitor) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.