info.magnolia.ui.mediaeditor
Interface MediaEditorPresenter

All Known Implementing Classes:
MediaEditorPresenterImpl

public interface MediaEditorPresenter

Entry point of the media editor. Capable of creating the view, firing callbacks on media editing completion, switching between edit modes etc. Currently requires an ActionExecutor to be set externally. Normally instance of this class are created by MediaEditorPresenterFactory.


Method Summary
 info.magnolia.event.HandlerRegistration addCompletionHandler(MediaEditorCompletedEvent.Handler handler)
           
 MediaEditorDefinition getDefinition()
           
 View getView()
           
 void setActionExecutor(ActionExecutor actionExecutor)
           
 View start(InputStream stream)
           
 

Method Detail

getView

View getView()

start

View start(InputStream stream)

getDefinition

MediaEditorDefinition getDefinition()

addCompletionHandler

info.magnolia.event.HandlerRegistration addCompletionHandler(MediaEditorCompletedEvent.Handler handler)

setActionExecutor

void setActionExecutor(ActionExecutor actionExecutor)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.