Home
last modified time | relevance | path

Searched refs:IMPORT_MOVE (Results 1 – 1 of 1) 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.java74 public static final int IMPORT_MOVE = 8; field in ImportTypeDialog
153 currentSelection = IMPORT_MOVE; in ImportTypeDialog()
214 moveButton.setSelection(currentSelection == IMPORT_MOVE); in refreshSelection()
270 …boolean linkIsOnlyChoice = hasFlag(IMPORT_LINK) && !(hasFlag(IMPORT_COPY | IMPORT_MOVE) || (hasFla… in createDialogArea()
314 if (hasFlag(IMPORT_MOVE)) { in createDialogArea()
319 moveButton.setData(IMPORT_MOVE); in createDialogArea()