Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.MultiOperation
Packages, die MultiOperation verwenden
-
Verwendungen von MultiOperation in org.aspectj.org.eclipse.jdt.internal.core
Unterklassen von MultiOperation in org.aspectj.org.eclipse.jdt.internal.coreModifizierer und TypKlasseBeschreibungclassThis operation copies/moves a collection of elements from their current container to a new container, optionally renaming the elements.classThis operation copies/moves/renames a collection of resources from their current container to a new container, optionally renaming the elements.classThis operation deletes a collection of elements (and all of their children).classThis operation deletes a collection of resources and all of their children.classThis operation moves elements from their current container to a specified destination container, optionally renaming the elements.classThis operation moves resources (package fragments and compilation units) from their current container to a specified destination container, optionally renaming the elements.classThis operation renames elements.classThis operation renames resources (Package fragments and compilation units).Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ MultiOperationModifizierer und TypMethodeBeschreibungprotected voidJavaModel.runOperation(MultiOperation op, IJavaElement[] elements, IJavaElement[] siblings, String[] renamings, org.eclipse.core.runtime.IProgressMonitor monitor) Configures and runs theMultiOperation.