Home
last modified time | relevance | path

Searched refs:fMultipleSelection (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/internal compatibility/org/eclipse/jdt/internal/ui/dialogs/
H A DTypeSelectionComponent.java92 private boolean fMultipleSelection; field in TypeSelectionComponent
164 fMultipleSelection= multi; in TypeSelectionComponent()
255 fViewer= new TypeInfoViewer(this, fMultipleSelection ? SWT.MULTI : SWT.NONE, label, in createContent()
281 if (!fMultipleSelection) { in createContent()
405 if (!fMultipleSelection) { in fillViewMenu()
H A DTypeSelectionDialog2.java82 private boolean fMultipleSelection; field in TypeSelectionDialog2
121 fMultipleSelection= multi; in TypeSelectionDialog2()
168 fMultipleSelection, fScope, fElementKind, fInitialFilter, in createDialogArea()