Package ch.tocco.nice2.model.menu.api
Interface MenuItemLabelFactory
- All Known Implementing Classes:
MenuItemLabelFactoryImpl
public interface MenuItemLabelFactory
Used to create labels for a menu item. Mainly goes through
the path of the item and signals a required textresource.
-
Method Summary
Modifier and TypeMethodDescriptioncreateLabel
(MenuItem item) Create a label for the passed menu itemvoid
Sets the label directly to the passed menu item.
-
Method Details