Uses of Class
org.drools.workbench.screens.scenariosimulation.client.widgets.ScenarioGridLayer
-
-
Uses of ScenarioGridLayer in org.drools.workbench.screens.scenariosimulation.client.commands
Methods in org.drools.workbench.screens.scenariosimulation.client.commands that return types with arguments of type ScenarioGridLayer Modifier and Type Method Description Optional<ScenarioGridLayer>ScenarioSimulationContext. getSelectedScenarioGridLayer() -
Uses of ScenarioGridLayer in org.drools.workbench.screens.scenariosimulation.client.producers
Fields in org.drools.workbench.screens.scenariosimulation.client.producers declared as ScenarioGridLayer Modifier and Type Field Description protected ScenarioGridLayerScenarioGridPanelProducer. backgroundGridLayerprotected ScenarioGridLayerScenarioGridPanelProducer. simulationGridLayerMethods in org.drools.workbench.screens.scenariosimulation.client.producers with parameters of type ScenarioGridLayer Modifier and Type Method Description protected voidScenarioGridPanelProducer. initializeGrid(ScenarioGridLayer scenarioGridLayer, ScenarioGridPanel scenarioGridPanel, AbstractScesimGridModel abstractScesimGridModel, ScenarioSimulationContext scenarioSimulationContext, int defaultDataCellX, int defaultDataCellY) -
Uses of ScenarioGridLayer in org.drools.workbench.screens.scenariosimulation.client.widgets
Methods in org.drools.workbench.screens.scenariosimulation.client.widgets that return ScenarioGridLayer Modifier and Type Method Description ScenarioGridLayerScenarioGridPanel. getScenarioGridLayer()Constructors in org.drools.workbench.screens.scenariosimulation.client.widgets with parameters of type ScenarioGridLayer Constructor Description ScenarioGrid(AbstractScesimGridModel model, ScenarioGridLayer scenarioGridLayer, ScenarioGridRenderer renderer, ScenarioContextMenuRegistry scenarioContextMenuRegistry)
-