Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.uml2.common.edit.command
Class SubsetAddCommand

java.lang.Object
  extended by org.eclipse.emf.common.command.AbstractCommand
      extended by org.eclipse.emf.common.command.CompoundCommand
          extended by 

org.eclipse.uml2.common.edit.command.SubsetCommand
              extended by 
org.eclipse.uml2.common.edit.command.SubsetAddCommand
All Implemented Interfaces:
org.eclipse.emf.common.command.Command

public class SubsetAddCommand
extends SubsetCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.common.command.AbstractCommand.NonDirtying
 
Field Summary
protected  java.util.Collection<?> collection
           
protected  int index
           
 
Fields inherited from class org.eclipse.uml2.common.edit.command. SubsetCommand
domain, feature, owner, subsetCommand, supersetFeatures
 
Fields inherited from class org.eclipse.emf.common.command.CompoundCommand
commandList, LAST_COMMAND_ALL, MERGE_COMMAND_ALL, resultIndex
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
SubsetAddCommand (org.eclipse.emf.edit.domain.EditingDomain domain, org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.ecore.EStructuralFeature[] supersetFeatures, java.util.Collection<?> collection, int index)
           
 
Method Summary
 void execute ()
           
 
Methods inherited from class org.eclipse.uml2.common.edit.command. SubsetCommand
prepare
 
Methods inherited from class org.eclipse.emf.common.command.CompoundCommand
append, appendAndExecute, appendIfCanExecute, canUndo, dispose, getAffectedObjects, getCommandList, getDescription, getLabel, getMergedAffectedObjectsCollection, getMergedResultCollection, getResult, getResultIndex, isEmpty, redo, toString, undo, unwrap
 
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
 

Field Detail

collection

protected final java.util.Collection<?> collection

index

protected final int index
Constructor Detail

SubsetAddCommand

public SubsetAddCommand(org.eclipse.emf.edit.domain.EditingDomain domain,
                        org.eclipse.emf.ecore.EObject owner,
                        org.eclipse.emf.ecore.EStructuralFeature feature,
                        org.eclipse.emf.ecore.EStructuralFeature[] supersetFeatures,
                        java.util.Collection<?> collection,
                        int index)
Method Detail

execute

public void execute()
Specified by:
execute in interface org.eclipse.emf.common.command.Command
Overrides:
execute in class SubsetCommand

Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire