Home
last modified time | relevance | path

Searched refs:ImportTypeDialog (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/
H A DImportTypeDialog.java57 public class ImportTypeDialog extends TrayDialog { class
113 public ImportTypeDialog(Shell shell, int dropOperation, in ImportTypeDialog() method in ImportTypeDialog
131 public ImportTypeDialog(Shell shell, int dropOperation, String[] names, IContainer target) { in ImportTypeDialog() method in ImportTypeDialog
139 private ImportTypeDialog(Shell parentShell, int operationMask, String preferredVariable) { in ImportTypeDialog() method in ImportTypeDialog
490 int mask = ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS | ImportTypeDialog.IMPORT_LINK; in selectAppropriateMask()
492 mask |= ImportTypeDialog.IMPORT_COPY; in selectAppropriateMask()
494 mask |= ImportTypeDialog.IMPORT_FILES_ONLY; in selectAppropriateMask()
510 int mask = ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS | ImportTypeDialog.IMPORT_LINK; in selectAppropriateMask()
512 mask |= ImportTypeDialog.IMPORT_COPY; in selectAppropriateMask()
514 mask |= ImportTypeDialog.IMPORT_FILES_ONLY; in selectAppropriateMask()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/
H A DNavigatorDropAdapter.java45 import org.eclipse.ui.ide.dialogs.ImportTypeDialog;
324ImportTypeDialog dialog = new ImportTypeDialog(getShell(), getCurrentOperation(), sources, target); in performResourceCopy()
327 if (dialog.getSelection() == ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS) in performResourceCopy()
329 if (dialog.getSelection() == ImportTypeDialog.IMPORT_LINK) in performResourceCopy()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/
H A DCopyFilesAndFoldersOperation.java71 import org.eclipse.ui.ide.dialogs.ImportTypeDialog;
750 int mode= ImportTypeDialog.IMPORT_NONE; in copyOrLinkFiles()
755 mode= ImportTypeDialog.IMPORT_COPY; in copyOrLinkFiles()
758ImportTypeDialog dialog= new ImportTypeDialog(messageShell, dropOperation, fileNames, destination); in copyOrLinkFiles()
765 mode= ImportTypeDialog.IMPORT_COPY; in copyOrLinkFiles()
767 mode= ImportTypeDialog.IMPORT_LINK; in copyOrLinkFiles()
769 mode= ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS; in copyOrLinkFiles()
774 case ImportTypeDialog.IMPORT_COPY: in copyOrLinkFiles()
777 case ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS: in copyOrLinkFiles()
782 case ImportTypeDialog.IMPORT_LINK: in copyOrLinkFiles()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/
H A DResourceDropAdapterAssistant.java57 import org.eclipse.ui.ide.dialogs.ImportTypeDialog;
398ImportTypeDialog dialog = new ImportTypeDialog(getShell(), dropAdapter.getCurrentOperation(), sour… in performResourceCopy()
401 if (dialog.getSelection() == ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS) in performResourceCopy()
403 if (dialog.getSelection() == ImportTypeDialog.IMPORT_LINK) in performResourceCopy()