protected Actions createEditActions() {
StageOne stageOne = stageTwo.getStageOne();
WavePanelImpl panel = stageOne.getWavePanel();
FocusFramePresenter focus = stageOne.getFocusFrame();
ModelAsViewProvider views = stageTwo.getModelAsViewProvider();
WaveDocuments<? extends InteractiveDocument> docs = stageTwo.getDocumentRegistry();
BlipQueueRenderer blipQueue = stageTwo.getBlipQueue();
EditSession edit = getEditSession();
return ActionsImpl.create(views, docs, blipQueue, focus, edit);
}