Home
last modified time | relevance | path

Searched refs:IMPORT_LINK (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.java70 public static final int IMPORT_LINK = 4; field in ImportTypeDialog
212 linkButton.setSelection(currentSelection == IMPORT_LINK); in refreshSelection()
216 …riableGroup.setEnabled((currentSelection & (IMPORT_VIRTUAL_FOLDERS_AND_LINKS | IMPORT_LINK)) != 0); in refreshSelection()
270 …boolean linkIsOnlyChoice = hasFlag(IMPORT_LINK) && !(hasFlag(IMPORT_COPY | IMPORT_MOVE) || (hasFla… in createDialogArea()
324 if (hasFlag(IMPORT_LINK) && !linkIsOnlyChoice) { in createDialogArea()
329 linkButton.setData(IMPORT_LINK); in createDialogArea()
344 if (hasFlag(IMPORT_VIRTUAL_FOLDERS_AND_LINKS | IMPORT_LINK)) { in createDialogArea()
394 currentSelection = IMPORT_LINK; in createDialogArea()
490 int mask = ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS | ImportTypeDialog.IMPORT_LINK; in selectAppropriateMask()
510 int mask = ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS | ImportTypeDialog.IMPORT_LINK; 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.java329 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.java767 mode= ImportTypeDialog.IMPORT_LINK; in copyOrLinkFiles()
782 case ImportTypeDialog.IMPORT_LINK: in copyOrLinkFiles()
/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.java403 if (dialog.getSelection() == ImportTypeDialog.IMPORT_LINK) in performResourceCopy()