Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 274889
Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ui/editor/product/PluginConfigurationSection.java (-7 lines)
Lines 309-321 Link Here
309
			}
309
			}
310
		});
310
		});
311
311
312
		table.addFocusListener(new FocusAdapter() {
313
314
			public void focusLost(FocusEvent e) {
315
				clearEditors();
316
			}
317
318
		});
319
	}
312
	}
320
313
321
	private void showControls() {
314
	private void showControls() {

Return to bug 274889