org.eclipse.uml2.uml.editor.presentation
Class UMLEditor.UMLCutToClipboardCommand

java.lang.Object
  extended by org.eclipse.emf.common.command.AbstractCommand
      extended by org.eclipse.emf.common.command.CommandWrapper
          extended by org.eclipse.emf.edit.command.CutToClipboardCommand
              extended by org.eclipse.uml2.uml.editor.presentation.UMLEditor.UMLCutToClipboardCommand
All Implemented Interfaces:
org.eclipse.emf.common.command.Command
Enclosing class:
UMLEditor

protected static class UMLEditor.UMLCutToClipboardCommand
extends org.eclipse.emf.edit.command.CutToClipboardCommand


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.edit.command.CutToClipboardCommand
DESCRIPTION, domain, LABEL, oldClipboard
 
Fields inherited from class org.eclipse.emf.common.command.CommandWrapper
command
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
protected UMLEditor.UMLCutToClipboardCommand(org.eclipse.emf.edit.domain.EditingDomain domain, org.eclipse.emf.common.command.Command command)
           
 
Method Summary
protected  boolean prepare()
           
 
Methods inherited from class org.eclipse.emf.edit.command.CutToClipboardCommand
create, create, create, create, execute, redo, toString, undo
 
Methods inherited from class org.eclipse.emf.common.command.CommandWrapper
canUndo, createCommand, dispose, getAffectedObjects, getCommand, getDescription, getLabel, getResult
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, chain, setDescription, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UMLEditor.UMLCutToClipboardCommand

protected UMLEditor.UMLCutToClipboardCommand(org.eclipse.emf.edit.domain.EditingDomain domain,
                                             org.eclipse.emf.common.command.Command command)
Method Detail

prepare

protected boolean prepare()
Overrides:
prepare in class org.eclipse.emf.common.command.CommandWrapper

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.