Uses of Class
org.uberfire.workbench.model.toolbar.IconType
-
Packages that use IconType Package Description org.uberfire.workbench.model.toolbar org.uberfire.workbench.model.toolbar.impl -
-
Uses of IconType in org.uberfire.workbench.model.toolbar
Methods in org.uberfire.workbench.model.toolbar that return IconType Modifier and Type Method Description IconTypeToolBarTypeIcon. getType()static IconTypeIconType. valueOf(String name)Returns the enum constant of this type with the specified name.static IconType[]IconType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IconType in org.uberfire.workbench.model.toolbar.impl
Constructors in org.uberfire.workbench.model.toolbar.impl with parameters of type IconType Constructor Description DefaultToolBarItem(IconType iconType, String tooltip, Command command)
-