Uses of Class
org.eclipse.jdt.internal.core.MultiOperation

Packages that use MultiOperation
org.eclipse.jdt.internal.core   
 

Uses of MultiOperation in org.eclipse.jdt.internal.core
 

Subclasses of MultiOperation in org.eclipse.jdt.internal.core
 class CopyElementsOperation
          This operation copies/moves a collection of elements from their current container to a new container, optionally renaming the elements.
 class CopyResourceElementsOperation
          This operation copies/moves/renames a collection of resources from their current container to a new container, optionally renaming the elements.
 class DeleteElementsOperation
          This operation deletes a collection of elements (and all of their children).
 class DeleteResourceElementsOperation
          This operation deletes a collection of resources and all of their children.
 class MoveElementsOperation
          This operation moves elements from their current container to a specified destination container, optionally renaming the elements.
 class MoveResourceElementsOperation
          This operation moves resources (package fragments and compilation units) from their current container to a specified destination container, optionally renaming the elements.
 class RenameElementsOperation
          This operation renames elements.
 class RenameResourceElementsOperation
          This operation renames resources (Package fragments and compilation units).
 

Methods in org.eclipse.jdt.internal.core with parameters of type MultiOperation
protected  void JavaModel.runOperation(MultiOperation op, IJavaElement[] elements, IJavaElement[] siblings, java.lang.String[] renamings, IProgressMonitor monitor)
          Configures and runs the MultiOperation.