com.ebmwebsourcing.geasytools.webeditor.api.core
Interface IEditorFrontController

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers

public interface IEditorFrontController
extends com.google.gwt.event.shared.HasHandlers


Method Summary
 void addComponentHandler(IComponentHandler handler)
           
 void addEditorHandler(IEditorHandler handler)
           
 void addLayoutHandler(ILayoutHandler handler)
           
 IComponentDispatcher getComponentDispatcher()
           
 IComponentManager getComponentManager()
           
 IContentManager getContentManager()
           
 ICoreManager getCoreManager()
           
 IDownloadManager getDownloadManager()
           
 IEditorEventBus getEventBus()
           
 IMainMenuManager getMainMenuManager()
           
 IPluginManager getPluginManager()
           
 IPresenterManager getPresenterManager()
           
 IProjectManager getProjectManager()
           
 IEditorRegistry getRegistry()
           
 IServiceFactory getServiceFactory()
           
 IToolbarManager getToolbarManager()
           
 IEditorView getView()
           
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

getView

IEditorView getView()

getRegistry

IEditorRegistry getRegistry()

addEditorHandler

void addEditorHandler(IEditorHandler handler)

addComponentHandler

void addComponentHandler(IComponentHandler handler)

addLayoutHandler

void addLayoutHandler(ILayoutHandler handler)

getComponentDispatcher

IComponentDispatcher getComponentDispatcher()

getCoreManager

ICoreManager getCoreManager()

getPresenterManager

IPresenterManager getPresenterManager()

getPluginManager

IPluginManager getPluginManager()

getMainMenuManager

IMainMenuManager getMainMenuManager()

getProjectManager

IProjectManager getProjectManager()

getContentManager

IContentManager getContentManager()

getComponentManager

IComponentManager getComponentManager()

getDownloadManager

IDownloadManager getDownloadManager()

getToolbarManager

IToolbarManager getToolbarManager()

getServiceFactory

IServiceFactory getServiceFactory()

getEventBus

IEditorEventBus getEventBus()


Copyright © 2010-2011 Petals Link. All Rights Reserved.