Uses of Interface
org.eclipse.ui.dialogs.IOverwriteQuery
Package
Description
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of IOverwriteQuery in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
The common superclass for wizard import and export pages.class
Abstract superclass for a typical export wizard's main page.class
The abstract superclass for a typical import wizard's main page. -
Uses of IOverwriteQuery in org.eclipse.ui.wizards.datatransfer
ModifierConstructorDescriptionImportOperation
(IPath containerPath, Object source, IImportStructureProvider provider, IOverwriteQuery overwriteImplementor) Creates a new operation that recursively imports the entire contents of the specified root file system object.ImportOperation
(IPath containerPath, Object source, IImportStructureProvider provider, IOverwriteQuery overwriteImplementor, List filesToImport) Creates a new operation that imports specific file system objects.ImportOperation
(IPath containerPath, IImportStructureProvider provider, IOverwriteQuery overwriteImplementor, List filesToImport) Creates a new operation that imports specific file system objects.