org.eclipse.gmf.runtime.lite.commands
Class CreateNotationalElementCommand

java.lang.Object
  extended by org.eclipse.emf.common.command.AbstractCommand
      extended by org.eclipse.gmf.runtime.lite.commands.CreateNotationalElementCommand
All Implemented Interfaces:
org.eclipse.emf.common.command.Command
Direct Known Subclasses:
CreateNotationalEdgeCommand, CreateNotationalNodeCommand

public abstract class CreateNotationalElementCommand
extends org.eclipse.emf.common.command.AbstractCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.AbstractCommand.NonDirtying
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
CreateNotationalElementCommand(org.eclipse.gmf.runtime.notation.View parent)
           
 
Method Summary
 org.eclipse.gmf.runtime.notation.View getCreatedView()
           
protected  org.eclipse.gmf.runtime.notation.View getParent()
           
protected  void setCreatedView(org.eclipse.gmf.runtime.notation.View createdView)
           
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, canUndo, chain, dispose, getAffectedObjects, getDescription, getLabel, getResult, prepare, setDescription, setLabel, toString, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.common.command.Command
execute, redo
 

Constructor Detail

CreateNotationalElementCommand

public CreateNotationalElementCommand(org.eclipse.gmf.runtime.notation.View parent)
Method Detail

setCreatedView

protected void setCreatedView(org.eclipse.gmf.runtime.notation.View createdView)

getCreatedView

public org.eclipse.gmf.runtime.notation.View getCreatedView()

getParent

protected final org.eclipse.gmf.runtime.notation.View getParent()


Copyright © 2012. All Rights Reserved.