SAM

org.topcased.modeler.sam.systemdiagram
Class SystConfiguration

java.lang.Object
  extended by org.topcased.modeler.sam.systemdiagram.SystConfiguration

public class SystConfiguration
extends java.lang.Object

A diagram configuration : manages Palette, EditPartFactory for this diagram.

** Generated **

Constructor Summary
SystConfiguration()
          Constructor.
 
Method Summary
 ICreationUtils getCreationUtils()
           
 DiagramGraphConf getDiagramGraphConf()
           
 org.eclipse.gef.EditPartFactory getEditPartFactory()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 IPaletteManager getPaletteManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystConfiguration

public SystConfiguration()
Constructor. Initialize Adapter factories.

** Generated **
Method Detail

getId

public java.lang.String getId()

See Also:
org.topcased.modeler.editor.IConfiguration#getId()
** Generated **

getName

public java.lang.String getName()

See Also:
org.topcased.modeler.editor.IConfiguration#getName()
** Generated **

getEditPartFactory

public org.eclipse.gef.EditPartFactory getEditPartFactory()

See Also:
org.topcased.modeler.editor.IConfiguration#getEditPartFactory()
** Generated **

getPaletteManager

public IPaletteManager getPaletteManager()

See Also:
org.topcased.modeler.editor.IConfiguration#getPaletteManager()
** Generated **

getCreationUtils

public ICreationUtils getCreationUtils()

See Also:
org.topcased.modeler.editor.IConfiguration#getCreationUtils()
** Generated **

getDiagramGraphConf

public DiagramGraphConf getDiagramGraphConf()
See Also:
org.topcased.modeler.editor.IConfiguration#getDiagramGraphConf()

SAM

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