com.ebmwebsourcing.geasytools.diagrameditor
Interface IDiagramController

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Implementing Classes:
DiagramController

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

TODO: implements the other methods

Author:
nfleury

Method Summary
 com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IMainModelElement getMainModelElement()
           
 IRuleNotificationRegistry getNotificationRegistry()
           
 IRuleNotificationView getRuleNotificationView()
           
 void removeSelectedElements()
           
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

getNotificationRegistry

IRuleNotificationRegistry getNotificationRegistry()

getRuleNotificationView

IRuleNotificationView getRuleNotificationView()

getMainModelElement

com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IMainModelElement getMainModelElement()
                                                                                                                           throws DiagramValidationException
Throws:
DiagramValidationException

removeSelectedElements

void removeSelectedElements()


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