UML

org.topcased.modeler.uml.deploymentdiagram
Class DeploymentConfiguration

java.lang.Object
  extended by org.topcased.modeler.uml.deploymentdiagram.DeploymentConfiguration

public class DeploymentConfiguration
extends java.lang.Object

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

** Generated **

Constructor Summary
DeploymentConfiguration()
          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

DeploymentConfiguration

public DeploymentConfiguration()
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()
** Generated **

UML

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