mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
cleanup: deprecated class used for CDT 3.X style projects
This commit is contained in:
parent
4e54e89878
commit
833ccaaee1
4 changed files with 23 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2000, 2005 IBM Corporation and others.
|
||||
* Copyright (c) 2000, 2010 IBM Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -17,7 +17,11 @@ import org.eclipse.swt.widgets.Shell;
|
|||
|
||||
/**
|
||||
* Helper class for dealing with setting and restoring dialog settings.
|
||||
*
|
||||
* @deprecated as of CDT 4.0. This tab used in preference pages
|
||||
* for 3.X style projects.
|
||||
*/
|
||||
@Deprecated
|
||||
public class DialogSettingsHelper {
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -10,6 +10,11 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.cdt.make.internal.ui;
|
||||
|
||||
/**
|
||||
* @deprecated as of CDT 4.0. This interface used in preference pages
|
||||
* for 3.X style projects.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface IMakeUIPreferenceConstants {
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2003, 2005 IBM Corporation and others.
|
||||
* Copyright (c) 2003, 2010 IBM Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -36,6 +36,11 @@ import org.eclipse.swt.widgets.Label;
|
|||
import org.eclipse.swt.widgets.Shell;
|
||||
import org.eclipse.swt.widgets.Text;
|
||||
|
||||
/**
|
||||
* @deprecated as of CDT 4.0. This class used in preference pages
|
||||
* for 3.X style projects.
|
||||
*/
|
||||
@Deprecated
|
||||
public class MultipleInputDialog extends Dialog {
|
||||
protected static final String FIELD_NAME = "FIELD_NAME"; //$NON-NLS-1$
|
||||
protected static final int TEXT = 100;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2003, 2008 IBM Corporation and others.
|
||||
* Copyright (c) 2003, 2010 IBM Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -24,6 +24,11 @@ import org.eclipse.core.runtime.Platform;
|
|||
import org.eclipse.jface.resource.ImageDescriptor;
|
||||
import org.eclipse.swt.widgets.Composite;
|
||||
|
||||
/**
|
||||
* @deprecated as of CDT 4.0. This class used in property pages
|
||||
* for 3.X style projects.
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class AbstractBinaryParserPage extends AbstractCOptionPage {
|
||||
|
||||
protected ICOptionPage fCurrentBinaryParserPage;
|
||||
|
|
Loading…
Add table
Reference in a new issue