Modelers

org.topcased.modeler.editor
Interface IConfiguration


public interface IConfiguration

A diagram configuration : manages Palette, EditPartFactory for this diagram.
creation : 25 janv. 2005


Method Summary
 ICreationUtils getCreationUtils()
          Returns the CreationUtils class for this diagram
 DiagramGraphConf getDiagramGraphConf()
          Get the DiagramGraphConf model object associated with the diagram
 org.eclipse.gef.EditPartFactory getEditPartFactory()
          Returns the EditPartFactory for this diagram
 java.lang.String getId()
          Returns the id of this diagram configuration.
 java.lang.String getName()
          Returns the display name of this diagram configuration.
 IPaletteManager getPaletteManager()
          Returns the Palette manager for this diagram
 

Method Detail

getId

java.lang.String getId()
Returns the id of this diagram configuration.

Returns:
the diagram id

getName

java.lang.String getName()
Returns the display name of this diagram configuration.

Returns:
the diagram name

getEditPartFactory

org.eclipse.gef.EditPartFactory getEditPartFactory()
Returns the EditPartFactory for this diagram

Returns:
the current edit part factory

getPaletteManager

IPaletteManager getPaletteManager()
Returns the Palette manager for this diagram

Returns:
the current palette manager

getCreationUtils

ICreationUtils getCreationUtils()
Returns the CreationUtils class for this diagram

Returns:
the class

getDiagramGraphConf

DiagramGraphConf getDiagramGraphConf()
Get the DiagramGraphConf model object associated with the diagram

Returns:
the DiagramGraphConf model object

Modelers

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