org.tm4j.tmnav.app.menu.MenuAssembly .createMenuItemProvider(org.tm4j.tmnav.env.NavContext ctx,java.lang.Object ref,org.tm4j.tmnav.env.desc.MenuItemDesc md)

Description

Creates a MenuItemProvider from the given MenuItemDescription.
If the MenuItemDescription is of type invokable, this method wraps it in an implementation of JMenuItemProvider and returns the latter one

Parameters
org.tm4j.tmnav.env.NavContext ctx the TMNAv context
org.tm4j.tmnav.env.desc.MenuItemDesc md the MenuItemDescription
java.lang.Object ref the object that is considered as to what the menu item refers to

Returns

Other Resources

Related Topics