Package | Description |
---|---|
org.drools.workbench.screens.scenariosimulation.client.editor.menu |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseMenuView<M extends BaseMenu>
Basic interface for any menu dynamically generated.
|
class |
BaseMenuViewImpl<M extends BaseMenu> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumnMenuPresenter
This class is meant to provide common methods to column-specific menus
ExpectedContextMenu and GivenContextMenu ,
both instance and property header. |
class |
AbstractHeaderGroupMenuPresenter
This class is meant to provide common methods to group-specific menus
HeaderExpectedContextMenu and HeaderGivenContextMenu
It is provided to avoid code duplication in concrete implementations |
class |
AbstractHeaderMenuPresenter
This is the first ScenarioSimulation specific abstract class - i.e. it is bound to a specific use case.
|
class |
ExpectedContextMenu
The contextual menu of a specific EXPECT column
It differ from
HeaderExpectedContextMenu because it manage column (insert/remove) in different way |
class |
GivenContextMenu
The contextual menu of a specific GIVEN column
It differ from
HeaderGivenContextMenu because it manage column (insert/remove) in different way |
class |
GridContextMenu
The contextual menu of a a ROW cell whose GROUP does allow column modification (insert/delete).
|
class |
HeaderExpectedContextMenu
The contextual menu of the top level EXPECT group.
|
class |
HeaderGivenContextMenu
The contextual menu of the top level GIVEN group.
|
class |
OtherContextMenu
The contextual menu of the OTHER group (both top level and specific column).
|
class |
UnmodifiableColumnGridContextMenu
The contextual menu of a ROW cell whose GROUP does not allow column modification (insert/delete).
|
Modifier and Type | Field and Description |
---|---|
protected M |
BaseMenuViewImpl.presenter |
Modifier and Type | Method and Description |
---|---|
void |
ExecutableMenuItemView.Presenter.init(BaseMenu parent) |
void |
ExecutableMenuItemPresenter.init(BaseMenu parent) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.