Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenuView.BaseMenuPresenter
-
Packages that use BaseMenuView.BaseMenuPresenter Package Description org.drools.workbench.screens.scenariosimulation.client.editor.menu -
-
Uses of BaseMenuView.BaseMenuPresenter in org.drools.workbench.screens.scenariosimulation.client.editor.menu
Subinterfaces of BaseMenuView.BaseMenuPresenter in org.drools.workbench.screens.scenariosimulation.client.editor.menu Modifier and Type Interface Description interfaceHeaderMenuPresenterThis is the first ScenaraioSimulation specific interface - i.e. it is bound to a specific use case.Classes in org.drools.workbench.screens.scenariosimulation.client.editor.menu that implement BaseMenuView.BaseMenuPresenter Modifier and Type Class Description classAbstractColumnMenuPresenterThis class is meant to provide common methods to column-specific menusExpectedContextMenuandGivenContextMenu, both instance and property header.classAbstractHeaderGroupMenuPresenterThis class is meant to provide common methods to group-specific menusHeaderExpectedContextMenuandHeaderGivenContextMenuIt is provided to avoid code duplication in concrete implementationsclassAbstractHeaderMenuPresenterThis is the first ScenarioSimulation specific abstract class - i.e. it is bound to a specific use case.classBaseMenuBase Menu implementation for MenuItems.classExpectedContextMenuThe contextual menu of a specific EXPECT column It differ fromHeaderExpectedContextMenubecause it manage column (insert/remove) in different wayclassGivenContextMenuThe contextual menu of a specific GIVEN column It differ fromHeaderGivenContextMenubecause it manage column (insert/remove) in different wayclassGridContextMenuThe contextual menu of a ROW cell whose GROUP does allow column modification (insert/delete).classHeaderExpectedContextMenuThe contextual menu of the top level EXPECT group.classHeaderGivenContextMenuThe contextual menu of the top level GIVEN group.classOtherContextMenuThe contextual menu of the OTHER group (both top level and specific column).
-