Modelers

org.topcased.modeler.editor
Interface IEditPartFactoryManager


public interface IEditPartFactoryManager

Manager for the EditPartFactories of each diagram.
creation : 25 janv. 2005


Method Summary
 org.eclipse.gef.EditPartFactory getEditPartFactory(Diagram diag)
          This method returns the edit part factory associated with the given diagram type.
 

Method Detail

getEditPartFactory

org.eclipse.gef.EditPartFactory getEditPartFactory(Diagram diag)
This method returns the edit part factory associated with the given diagram type.

Parameters:
diag - the active diagram
Returns:
the active EditPartFactory

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.