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 434612
Collapse All | Expand All

(-)ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2012 IBM Corporation and others.
2
 * Copyright (c) 2000, 2014 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 103-109 Link Here
103
 * Determines how to display java elements, including labels, images and editors.
103
 * Determines how to display java elements, including labels, images and editors.
104
 * @see IDebugModelPresentation
104
 * @see IDebugModelPresentation
105
 */
105
 */
106
public class JDIModelPresentation extends LabelProvider implements IDebugModelPresentation, IColorProvider, IDebugModelPresentationExtension {
106
public class JDIModelPresentation extends LabelProvider implements IDebugModelPresentationExtension, IColorProvider {
107
107
108
	/**
108
	/**
109
	 * Qualified names presentation property (value <code>"DISPLAY_QUALIFIED_NAMES"</code>).
109
	 * Qualified names presentation property (value <code>"DISPLAY_QUALIFIED_NAMES"</code>).

Return to bug 434612