Uses of Interface
org.uberfire.workbench.model.toolbar.ToolBarItem
-
Packages that use ToolBarItem Package Description org.uberfire.workbench.model.toolbar org.uberfire.workbench.model.toolbar.impl -
-
Uses of ToolBarItem in org.uberfire.workbench.model.toolbar
Methods in org.uberfire.workbench.model.toolbar that return types with arguments of type ToolBarItem Modifier and Type Method Description List<ToolBarItem>ToolBar. getItems()Methods in org.uberfire.workbench.model.toolbar with parameters of type ToolBarItem Modifier and Type Method Description voidToolBar. addItem(ToolBarItem item) -
Uses of ToolBarItem in org.uberfire.workbench.model.toolbar.impl
Classes in org.uberfire.workbench.model.toolbar.impl that implement ToolBarItem Modifier and Type Class Description classDefaultToolBarItemDefault implementation of ToolBarItemMethods in org.uberfire.workbench.model.toolbar.impl that return types with arguments of type ToolBarItem Modifier and Type Method Description List<ToolBarItem>DefaultToolBar. getItems()Methods in org.uberfire.workbench.model.toolbar.impl with parameters of type ToolBarItem Modifier and Type Method Description voidDefaultToolBar. addItem(ToolBarItem item)Constructor parameters in org.uberfire.workbench.model.toolbar.impl with type arguments of type ToolBarItem Constructor Description DefaultToolBar(String id, List<ToolBarItem> items)
-