|
 |
|
|
Uses of Interface org.eclipse.ui.dialogs.IOverwriteQuery
Constructors in
org.eclipse.ui.wizards.datatransfer with parameters of type
IOverwriteQuery
|
ImportOperation
(
IPath containerPath,
IImportStructureProvider provider,
IOverwriteQuery overwriteImplementor,
List filesToImport)
Creates a new operation that imports specific file system objects. |
ImportOperation
(
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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|