Home
last modified time | relevance | path

Searched refs:jElements (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/ccp/
H A DPasteActionTest.java243 PasteAction paste= verifyEnabled(resources , jElements, ws); in testPastingJavaElementIntoWorkingSet()
259 IJavaElement[] jElements= {}; in testPastingResourceIntoWorkingSet() local
260 PasteAction paste= verifyEnabled(resources , jElements, ws); in testPastingResourceIntoWorkingSet()
274 IJavaElement[] jElements= {}; in testPastingJavaElementAsResourceIntoWorkingSet() local
275 PasteAction paste= verifyEnabled(resources , jElements, ws); in testPastingJavaElementAsResourceIntoWorkingSet()
291 PasteAction paste= verifyEnabled(resources , jElements, ws); in testPastingExistingElementIntoWorkingSet()
306 IJavaElement[] jElements= {getPackageP()}; in testPastingChildJavaElementIntoWorkingSet() local
307 PasteAction paste= verifyEnabled(resources , jElements, ws); in testPastingChildJavaElementIntoWorkingSet()
326 IJavaElement[] jElements= {}; in testPastingChildResourceIntoWorkingSet() local
327 PasteAction paste= verifyEnabled(resources , jElements, ws); in testPastingChildResourceIntoWorkingSet()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/
H A DJavaCopyProcessor.java198 IJavaElement[] jElements= fCopyPolicy.getJavaElements(); in getElements() local
200 List<IAdaptable> result= new ArrayList<>(jElements.length + resources.length); in getElements()
201 result.addAll(Arrays.asList(jElements)); in getElements()
/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 DTypeSelectionDialog2.java197 List jElements= new ArrayList(); in handleWidgetSelected() local
201 jElements.add(type); in handleWidgetSelected()
208 status= fValidator.validate(jElements.toArray()); in handleWidgetSelected()