public abstract class AbstractScenarioSimulationDocksHandler
extends org.kie.workbench.common.widgets.client.docks.AbstractWorkbenchDocksHandler
Modifier and Type | Field and Description |
---|---|
protected org.kie.workbench.common.widgets.client.docks.AuthoringEditorDock |
authoringWorkbenchDocks |
protected org.uberfire.client.mvp.PlaceManager |
placeManager |
static String |
SCESIMEDITOR_ID |
Constructor and Description |
---|
AbstractScenarioSimulationDocksHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addDocks() |
abstract void |
expandTestResultsDock() |
void |
expandToolsDock() |
Optional<CheatSheetView.Presenter> |
getCheatSheetPresenter() |
protected Optional<CheatSheetView> |
getCheatSheetView(org.uberfire.mvp.PlaceRequest placeRequest) |
protected org.uberfire.mvp.PlaceRequest |
getCurrentRightDockPlaceRequest(String identifier)
Returns a
PlaceRequest for the status of the right dock with the given identifier
relative to the current instance of ScenarioSimulationEditorPresenter |
Optional<SettingsView.Presenter> |
getSettingsPresenter() |
protected Optional<SettingsView> |
getSettingsView(org.uberfire.mvp.PlaceRequest placeRequest) |
Optional<TestToolsView.Presenter> |
getTestToolsPresenter() |
protected Optional<TestToolsView> |
getTestToolsView(org.uberfire.mvp.PlaceRequest placeRequest) |
Collection<org.uberfire.client.workbench.docks.UberfireDock> |
provideDocks(String perspectiveIdentifier) |
protected void |
refreshDocks(boolean shouldRefresh,
boolean shouldDisable) |
void |
removeDocks() |
void |
resetDocks() |
void |
setScesimEditorId(String scesimEditorId) |
public static final String SCESIMEDITOR_ID
@Inject protected org.kie.workbench.common.widgets.client.docks.AuthoringEditorDock authoringWorkbenchDocks
@Inject protected org.uberfire.client.mvp.PlaceManager placeManager
public AbstractScenarioSimulationDocksHandler()
public Collection<org.uberfire.client.workbench.docks.UberfireDock> provideDocks(String perspectiveIdentifier)
public void addDocks()
public void removeDocks()
protected void refreshDocks(boolean shouldRefresh, boolean shouldDisable)
refreshDocks
in class org.kie.workbench.common.widgets.client.docks.AbstractWorkbenchDocksHandler
public void expandToolsDock()
public abstract void expandTestResultsDock()
public void resetDocks()
public void setScesimEditorId(String scesimEditorId)
public Optional<CheatSheetView.Presenter> getCheatSheetPresenter()
public Optional<TestToolsView.Presenter> getTestToolsPresenter()
public Optional<SettingsView.Presenter> getSettingsPresenter()
protected org.uberfire.mvp.PlaceRequest getCurrentRightDockPlaceRequest(String identifier)
PlaceRequest
for the status of the right dock with the given identifier
relative to the current instance of ScenarioSimulationEditorPresenter
PlaceRequest
for the status of the requested right dockprotected Optional<TestToolsView> getTestToolsView(org.uberfire.mvp.PlaceRequest placeRequest)
protected Optional<CheatSheetView> getCheatSheetView(org.uberfire.mvp.PlaceRequest placeRequest)
protected Optional<SettingsView> getSettingsView(org.uberfire.mvp.PlaceRequest placeRequest)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.