Modelers

org.topcased.modeler.editor
Class ModelerConfigurationManager

java.lang.Object
  extended by org.topcased.modeler.editor.ModelerConfigurationManager

public class ModelerConfigurationManager
extends java.lang.Object

Manages the different diagram configurations.
Associates a diagram id with its diagram configuration.
Creation : 9 févr. 2006


Constructor Summary
ModelerConfigurationManager()
          The constructor
 
Method Summary
 IConfiguration getActiveConfiguration()
          Returns the active Diagram configuration.
 void setActiveDiagram(Diagram activeDiagram)
          Set the new active diagram : this method must change the active configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelerConfigurationManager

public ModelerConfigurationManager()
The constructor

Method Detail

setActiveDiagram

public void setActiveDiagram(Diagram activeDiagram)
Set the new active diagram : this method must change the active configuration.

Parameters:
activeDiagram -

getActiveConfiguration

public IConfiguration getActiveConfiguration()
Returns the active Diagram configuration.

Returns:
the configuration

Modelers

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