| AbstractColumnMenuPresenter |
|
| AbstractHeaderGroupMenuPresenter |
|
| AbstractHeaderMenuPresenter |
This is the first ScenarioSimulation specific abstract class - i.e. it is bound to a specific use case.
|
| BaseMenu |
Base Menu implementation for MenuItems.
|
| BaseMenuViewImpl<M extends BaseMenu> |
|
| ExecutableMenuItemPresenter |
|
| ExecutableMenuItemViewImpl |
|
| ExpectedContextMenu |
The contextual menu of a specific EXPECT column
It differ from HeaderExpectedContextMenu because it manage column (insert/remove) in different way
|
| GivenContextMenu |
The contextual menu of a specific GIVEN column
It differ from HeaderGivenContextMenu because it manage column (insert/remove) in different way
|
| GridContextMenu |
The contextual menu of a ROW cell whose GROUP does allow column modification (insert/delete).
|
| HeaderExpectedContextMenu |
The contextual menu of the top level EXPECT group.
|
| HeaderGivenContextMenu |
The contextual menu of the top level GIVEN group.
|
| MenuItemPresenter |
|
| MenuItemViewImpl |
|
| OtherContextMenu |
The contextual menu of the OTHER group (both top level and specific column).
|