Uses of Class
org.drools.workbench.screens.scenariosimulation.client.editor.menu.BaseMenu
-
Packages that use BaseMenu Package Description org.drools.workbench.screens.scenariosimulation.client.editor.menu -
-
Uses of BaseMenu in org.drools.workbench.screens.scenariosimulation.client.editor.menu
Classes in org.drools.workbench.screens.scenariosimulation.client.editor.menu with type parameters of type BaseMenu Modifier and Type Interface Description interfaceBaseMenuView<M extends BaseMenu>Basic interface for any menu dynamically generated.classBaseMenuViewImpl<M extends BaseMenu>Subclasses of BaseMenu in org.drools.workbench.screens.scenariosimulation.client.editor.menu 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.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).Fields in org.drools.workbench.screens.scenariosimulation.client.editor.menu declared as BaseMenu Modifier and Type Field Description protected MBaseMenuViewImpl. presenterMethods in org.drools.workbench.screens.scenariosimulation.client.editor.menu with parameters of type BaseMenu Modifier and Type Method Description voidExecutableMenuItemPresenter. init(BaseMenu parent)voidExecutableMenuItemView.Presenter. init(BaseMenu parent)
-