Search in sources :

Example 1 with ScenarioSimulationGridWidgetMouseEventHandler

use of org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationGridWidgetMouseEventHandler in project drools-wb by kiegroup.

the class ScenarioGrid method getNodeMouseDoubleClickEventHandlers.

@Override
protected List<NodeMouseEventHandler> getNodeMouseDoubleClickEventHandlers(final GridSelectionManager selectionManager, final GridPinnedModeManager pinnedModeManager) {
    final List<NodeMouseEventHandler> handlers = new ArrayList<>();
    handlers.add(new ScenarioSimulationGridWidgetMouseEventHandler());
    return handlers;
}
Also used : ArrayList(java.util.ArrayList) ScenarioSimulationGridWidgetMouseEventHandler(org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationGridWidgetMouseEventHandler) NodeMouseEventHandler(org.uberfire.ext.wires.core.grids.client.widget.grid.NodeMouseEventHandler)

Aggregations

ArrayList (java.util.ArrayList)1 ScenarioSimulationGridWidgetMouseEventHandler (org.drools.workbench.screens.scenariosimulation.client.handlers.ScenarioSimulationGridWidgetMouseEventHandler)1 NodeMouseEventHandler (org.uberfire.ext.wires.core.grids.client.widget.grid.NodeMouseEventHandler)1