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 CheatSheetPresenter |
cheatSheetPresenter |
protected org.uberfire.client.mvp.PlaceManager |
placeManager |
static String |
SCESIMEDITOR_ID |
protected SettingsPresenter |
settingsPresenter |
protected TestToolsPresenter |
testToolsPresenter |
| Constructor and Description |
|---|
AbstractScenarioSimulationDocksHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocks() |
void |
expandSettingsDock() |
abstract void |
expandTestResultsDock() |
void |
expandToolsDock() |
CheatSheetView.Presenter |
getCheatSheetPresenter() |
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 |
protected org.uberfire.mvp.PlaceRequest |
getSettingsPlaceManager() |
SettingsView.Presenter |
getSettingsPresenter() |
protected org.uberfire.mvp.PlaceRequest |
getTestToolsPlaceManager() |
TestToolsView.Presenter |
getTestToolsPresenter() |
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
@Inject protected TestToolsPresenter testToolsPresenter
@Inject protected SettingsPresenter settingsPresenter
@Inject protected CheatSheetPresenter cheatSheetPresenter
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.AbstractWorkbenchDocksHandlerpublic void expandToolsDock()
public void expandSettingsDock()
public abstract void expandTestResultsDock()
public void resetDocks()
public void setScesimEditorId(String scesimEditorId)
public CheatSheetView.Presenter getCheatSheetPresenter()
public TestToolsView.Presenter getTestToolsPresenter()
public SettingsView.Presenter getSettingsPresenter()
protected org.uberfire.mvp.PlaceRequest getSettingsPlaceManager()
protected org.uberfire.mvp.PlaceRequest getTestToolsPlaceManager()
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 ScenarioSimulationEditorPresenterPlaceRequest for the status of the requested right dockCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.