Runtime

Uses of Package
org.eclipse.gmf.runtime.diagram.ui.commands

Packages that use org.eclipse.gmf.runtime.diagram.ui.commands
org.eclipse.gmf.runtime.diagram.ui.commands Aurora internal packages Package Specification Diagram ui commands 
org.eclipse.gmf.runtime.diagram.ui.editpolicies Aurora internal packages Package Specification This package contains the edit policy classes.  
org.eclipse.gmf.runtime.diagram.ui.parts Aurora internal packages Package Specification this package sontains the editors and the editing domain 
 

Classes in org.eclipse.gmf.runtime.diagram.ui.commands used by org.eclipse.gmf.runtime.diagram.ui.commands
PopupMenuCommand
          A command that pops up a PopupMenu or a PopupDialog when it executes.
SetViewMutabilityCommand
          Command that sets the view's mutability. if a view is Mutability state is used by the Diagram Listener to decide if a view can move from the transient childern list of its container to the persisted list. so a mutable view will never be persisted keep in mind that the mutability state of the view is a transient state so as soon as the model is closed and oppened again all views will be immutable.
 

Classes in org.eclipse.gmf.runtime.diagram.ui.commands used by org.eclipse.gmf.runtime.diagram.ui.editpolicies
CreateOrSelectElementCommand
           A command that pops up a menu which can allow the user to select whether they want to create a new type, select an existing element, or leave it unspecified.
CreateViewAndOptionallyElementCommand
          A command used to optionally create a new view and new element.
PopupMenuCommand
          A command that pops up a PopupMenu or a PopupDialog when it executes.
PromptForConnectionAndEndCommand
           A command that pops up a menu which can allow the user to select the type of connection to be created and whether they want to create a new type or select an existing element for the other end of the connection.
 

Classes in org.eclipse.gmf.runtime.diagram.ui.commands used by org.eclipse.gmf.runtime.diagram.ui.parts
CommandProxy
          ICommand that delegates to a GEF Command.
ICommandProxy
          A Command Wrapper for a GMF ICommand.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.