mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
cleanup: deprecated class used for CDT 3.X style projects
This commit is contained in:
parent
54460ccbce
commit
adfdd48115
9 changed files with 58 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2008 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -32,7 +32,10 @@ import org.eclipse.swt.layout.GridLayout;
|
||||||
import org.eclipse.swt.widgets.Composite;
|
import org.eclipse.swt.widgets.Composite;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated as of CDT 4.0. This class was used for property pages/wizards
|
||||||
|
* for 3.X style projects.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class CPathContainerDefaultPage extends NewElementWizardPage implements IPathEntryContainerPage {
|
public class CPathContainerDefaultPage extends NewElementWizardPage implements IPathEntryContainerPage {
|
||||||
|
|
||||||
private StringDialogField fEntryField;
|
private StringDialogField fEntryField;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2008 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -30,7 +30,10 @@ import org.eclipse.cdt.internal.ui.util.ExceptionHandler;
|
||||||
import org.eclipse.cdt.internal.ui.util.PixelConverter;
|
import org.eclipse.cdt.internal.ui.util.PixelConverter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated as of CDT 4.0. This wizard was used in property pages
|
||||||
|
* for 3.X style projects.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class CPathContainerWizard extends Wizard {
|
public class CPathContainerWizard extends Wizard {
|
||||||
|
|
||||||
private IContainerDescriptor fPageDesc;
|
private IContainerDescriptor fPageDesc;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2008 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -36,6 +36,11 @@ import org.eclipse.swt.layout.GridLayout;
|
||||||
import org.eclipse.swt.widgets.Composite;
|
import org.eclipse.swt.widgets.Composite;
|
||||||
import org.eclipse.swt.widgets.Label;
|
import org.eclipse.swt.widgets.Label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated as of CDT 4.0. This page was used in Path Container Wizard
|
||||||
|
* for 3.X style projects.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class CPathFilterPage extends WizardPage {
|
public class CPathFilterPage extends WizardPage {
|
||||||
|
|
||||||
private final int[] fFilterType;
|
private final int[] fFilterType;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2006 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -13,6 +13,11 @@ package org.eclipse.cdt.internal.ui.dialogs.cpaths;
|
||||||
import org.eclipse.jface.wizard.Wizard;
|
import org.eclipse.jface.wizard.Wizard;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated as of CDT 4.0. This class does not seem to be used,
|
||||||
|
* probably remnant of 3.X style projects or earlier.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class CPathFilterPathPage extends Wizard {
|
public class CPathFilterPathPage extends Wizard {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2008 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -25,6 +25,13 @@ import org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField;
|
||||||
import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil;
|
import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil;
|
||||||
import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField;
|
import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Export tab for C/C++ Project Paths page for 3.X projects.
|
||||||
|
*
|
||||||
|
* @deprecated as of CDT 4.0. This tab was used to set preferences/properties
|
||||||
|
* for 3.X style projects.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class CPathOrderExportPage extends CPathBasePage {
|
public class CPathOrderExportPage extends CPathBasePage {
|
||||||
|
|
||||||
private ListDialogField<?> fCPathList;
|
private ListDialogField<?> fCPathList;
|
||||||
|
|
|
@ -40,8 +40,14 @@ import org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation;
|
||||||
import org.eclipse.ui.dialogs.PropertyPage;
|
import org.eclipse.ui.dialogs.PropertyPage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see PropertyPage
|
* C/C++ Project Paths page for 3.X projects.
|
||||||
|
*
|
||||||
|
* @deprecated as of CDT 4.0. This property page was used to set properties
|
||||||
|
* "C/C++ Make Project" for 3.X style projects.
|
||||||
|
* This page lives dormant as of writing (CDT 7.0) but may get activated for
|
||||||
|
* {@code org.eclipse.cdt.make.core.makeNature} project (3.X style).
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class CPathPropertyPage extends PropertyPage implements IStatusChangeListener{
|
public class CPathPropertyPage extends PropertyPage implements IStatusChangeListener{
|
||||||
|
|
||||||
private static final String PAGE_SETTINGS = "CPathsPropertyPage"; //$NON-NLS-1$
|
private static final String PAGE_SETTINGS = "CPathsPropertyPage"; //$NON-NLS-1$
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2006 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -15,6 +15,11 @@ import org.eclipse.cdt.ui.wizards.IPathEntryContainerPage;
|
||||||
import org.eclipse.core.runtime.CoreException;
|
import org.eclipse.core.runtime.CoreException;
|
||||||
import org.eclipse.swt.graphics.Image;
|
import org.eclipse.swt.graphics.Image;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated as of CDT 4.0. This class was used for property pages
|
||||||
|
* for 3.X style projects.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public interface IContainerDescriptor {
|
public interface IContainerDescriptor {
|
||||||
|
|
||||||
public IPathEntryContainerPage createPage() throws CoreException;
|
public IPathEntryContainerPage createPage() throws CoreException;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2008 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -42,6 +42,15 @@ import org.eclipse.swt.widgets.Shell;
|
||||||
import org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation;
|
import org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation;
|
||||||
import org.eclipse.ui.dialogs.PropertyPage;
|
import org.eclipse.ui.dialogs.PropertyPage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* C/C++ Include Paths and Symbols page for 3.X projects.
|
||||||
|
*
|
||||||
|
* This page lives dormant as of writing (CDT 7.0) but may get activated for
|
||||||
|
* {@code org.eclipse.cdt.make.core.makeNature} project (3.X style).
|
||||||
|
*
|
||||||
|
* @deprecated as of CDT 4.0.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class IncludesSymbolsPropertyPage extends PropertyPage implements IStatusChangeListener, IPathEntryStoreListener {
|
public class IncludesSymbolsPropertyPage extends PropertyPage implements IStatusChangeListener, IPathEntryStoreListener {
|
||||||
|
|
||||||
private static final String PAGE_SETTINGS = "IncludeSysmbolsPropertyPage"; //$NON-NLS-1$
|
private static final String PAGE_SETTINGS = "IncludeSysmbolsPropertyPage"; //$NON-NLS-1$
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2004, 2005 QNX Software Systems and others.
|
* Copyright (c) 2004, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -26,6 +26,12 @@ import org.eclipse.cdt.ui.dialogs.ICOptionPage;
|
||||||
|
|
||||||
import org.eclipse.cdt.internal.ui.dialogs.IStatusChangeListener;
|
import org.eclipse.cdt.internal.ui.dialogs.IStatusChangeListener;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Block for C/C++ Include Paths and Symbols page for 3.X projects.
|
||||||
|
*
|
||||||
|
* @deprecated as of CDT 4.0.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class NewIncludesSymbolsTabBlock extends AbstractPathOptionBlock implements IStatusChangeListener {
|
public class NewIncludesSymbolsTabBlock extends AbstractPathOptionBlock implements IStatusChangeListener {
|
||||||
|
|
||||||
private CPathIncludeSymbolEntryBasePage fIncludeSymbols;
|
private CPathIncludeSymbolEntryBasePage fIncludeSymbols;
|
||||||
|
|
Loading…
Add table
Reference in a new issue