mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Deprecated old classes from CDT 3.X.
This commit is contained in:
parent
e9b3b08cb4
commit
970872140e
3 changed files with 11 additions and 1 deletions
|
@ -19,8 +19,12 @@ import org.eclipse.core.resources.IProject;
|
|||
* Similar to CPElement. Describes discovered paths and symbols available
|
||||
* through DiscoveredPathInfo instead of CPathEntry.
|
||||
*
|
||||
* @deprecated as of CDT 4.0. This class was used to set preferences/properties
|
||||
* for 3.X style projects.
|
||||
*
|
||||
* @author vhirsl
|
||||
*/
|
||||
@Deprecated
|
||||
public class DiscoveredElement {
|
||||
public static final int CONTAINER = 1;
|
||||
public static final int INCLUDE_PATH = 2;
|
||||
|
|
|
@ -29,8 +29,12 @@ import org.eclipse.swt.widgets.Display;
|
|||
/**
|
||||
* Label provider for DiscoveredElement-s. DiscoveredElement can be active or removed.
|
||||
*
|
||||
* @deprecated as of CDT 4.0. This class was used to set preferences/properties
|
||||
* for 3.X style projects.
|
||||
*
|
||||
* @author vhirsl
|
||||
*/
|
||||
@Deprecated
|
||||
public class DiscoveredElementLabelProvider extends LabelProvider implements IColorProvider {
|
||||
private final Color inDirect = new Color(Display.getDefault(), new RGB(170, 170, 170));
|
||||
|
||||
|
|
|
@ -14,10 +14,12 @@ import org.eclipse.jface.viewers.Viewer;
|
|||
import org.eclipse.jface.viewers.ViewerSorter;
|
||||
|
||||
/**
|
||||
* TODO Provide description
|
||||
* @deprecated as of CDT 4.0. This class was used to set preferences/properties
|
||||
* for 3.X style projects.
|
||||
*
|
||||
* @author vhirsl
|
||||
*/
|
||||
@Deprecated
|
||||
public class DiscoveredElementSorter extends ViewerSorter {
|
||||
private static final int CONTAINER = 0;
|
||||
private static final int PATHS_GROUP = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue