Modelers

org.topcased.modeler.extensions
Class OutlineManager.CreateChildMenuConfiguration

java.lang.Object
  extended by org.topcased.modeler.extensions.OutlineManager.CreateChildMenuConfiguration
Enclosing class:
OutlineManager

public class OutlineManager.CreateChildMenuConfiguration
extends java.lang.Object

Represents a 'Create child' menu configuration for the org.topcased.modeler.outline extension point.
Creation : 24 nov. 2005


Constructor Summary
OutlineManager.CreateChildMenuConfiguration(java.lang.String configId, java.lang.String configName, java.lang.String configEditorId, org.eclipse.core.runtime.IConfigurationElement configMenu)
          Constructor.
 
Method Summary
 java.lang.String getEditorId()
          Gets this configuration editor id.
 java.lang.String getId()
          Gets this configuration id.
 ICreateChildMenu getMenu()
          Gets this configuration menu manager.
 java.lang.String getName()
          Gets this configuration name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineManager.CreateChildMenuConfiguration

public OutlineManager.CreateChildMenuConfiguration(java.lang.String configId,
                                                   java.lang.String configName,
                                                   java.lang.String configEditorId,
                                                   org.eclipse.core.runtime.IConfigurationElement configMenu)
Constructor.

Parameters:
configId - this configuration id
configName - this configuration name
configEditorId - this configuration editor id
configMenu - this configuration menu manager
Method Detail

getId

public java.lang.String getId()
Gets this configuration id.

Returns:
this configuration id

getName

public java.lang.String getName()
Gets this configuration name.

Returns:
this configuration name

getEditorId

public java.lang.String getEditorId()
Gets this configuration editor id.

Returns:
this configuration editor id

getMenu

public ICreateChildMenu getMenu()
Gets this configuration menu manager.

Returns:
this configuration menu manager

Modelers

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