Public Member Functions

de.fraunhofer.isst.axbench.dialogs.operations.MenuCreator Class Reference

Creates the generated operations menus. More...

List of all members.

Public Member Functions

void createContributionItems (IServiceLocator serviceLocator, IContributionRoot additions)
 Creates the operations menus from the registered operations.

Detailed Description

Creates the generated operations menus.

Author:
ekleinod
Version:
0.9.0
Since:
0.9.0

Member Function Documentation

void de.fraunhofer.isst.axbench.dialogs.operations.MenuCreator.createContributionItems ( IServiceLocator  serviceLocator,
IContributionRoot  additions 
)

Creates the operations menus from the registered operations.

  1. loop through groups, these will be submenus
  2. loop through operations, these will be menu items
Parameters:
serviceLocator a service locator that may be used in the construction of items created by this factory
additions A IContributionRoot supplied by the framework. It will never be null.