SysML

org.topcased.modeler.sysml.menus
Class CreateChildMenu

java.lang.Object
  extended by org.eclipse.jface.action.ContributionManager
      extended by org.eclipse.jface.action.MenuManager
          extended by org.topcased.modeler.sysml.menus.CreateChildMenu
All Implemented Interfaces:
org.eclipse.jface.action.IContributionItem, org.eclipse.jface.action.IContributionManager, org.eclipse.jface.action.IMenuManager

public class CreateChildMenu
extends org.eclipse.jface.action.MenuManager

A customized 'Create child' menu manager.

** Generated **

Field Summary
 
Fields inherited from class org.eclipse.jface.action.MenuManager
visible
 
Constructor Summary
CreateChildMenu()
          Constructor.
 
Method Summary
 void createMenuContents()
          Creates this menu contents.
protected  void createMenus(org.eclipse.jface.action.MenuManager menu)
          Create this menu structure.
 void setMixedEditDomain(MixedEditDomain domain)
           
 void setSelectedEObject(EObject object)
           
 
Methods inherited from class org.eclipse.jface.action.MenuManager
addMenuListener, createContextMenu, createMenuBar, createMenuBar, dispose, fill, fill, fill, fill, findMenuUsingPath, findUsingPath, getId, getMenu, getMenuText, getOverrides, getParent, getRemoveAllWhenShown, isDynamic, isEnabled, isGroupMarker, isSeparator, isSubstituteFor, isVisible, markDirty, removeMenuListener, saveWidgetState, setOverrides, setParent, setRemoveAllWhenShown, setVisible, update, update, update, update, updateAll
 
Methods inherited from class org.eclipse.jface.action.ContributionManager
add, add, allowItem, appendToGroup, appendToGroup, dumpStatistics, find, getItems, getSize, hasDynamicItems, indexOf, indexOf, insert, insertAfter, insertAfter, insertBefore, insertBefore, internalSetItems, isDirty, isEmpty, itemAdded, itemRemoved, prependToGroup, prependToGroup, remove, remove, removeAll, replaceItem, setDirty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.action.IContributionManager
add, add, appendToGroup, appendToGroup, find, getItems, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, prependToGroup, prependToGroup, remove, remove, removeAll
 
Methods inherited from interface org.eclipse.jface.action.IContributionItem
isDirty
 

Constructor Detail

CreateChildMenu

public CreateChildMenu()
Constructor.

** Generated **
Method Detail

setMixedEditDomain

public void setMixedEditDomain(MixedEditDomain domain)
See Also:
org.topcased.modeler.editor.outline.ICreateChildMenu#setMixedEditDomain(org.topcased.modeler.editor.MixedEditDomain)

setSelectedEObject

public void setSelectedEObject(EObject object)
See Also:
org.topcased.modeler.editor.outline.ICreateChildMenu#setSelectedEObject(org.eclipse.emf.ecore.EObject)

createMenuContents

public void createMenuContents()
Creates this menu contents.
It creates the menu structure and add all the create child actions.

** Generated **
NOT

createMenus

protected void createMenus(org.eclipse.jface.action.MenuManager menu)
Create this menu structure.
It creates all the menus and groups.

Parameters:
menu - the create child menu manager
** Generated **
NOT

SysML

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