mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
deprecated ui componets due move of builders out of the core/ui
This commit is contained in:
parent
322dcaad49
commit
77a0015c90
10 changed files with 36 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
|||
2003-09-11 David Inglis
|
||||
Deprecated
|
||||
|
||||
* src/org/eclipse/cdt/ui/wizards/BinaryParserBlock.java
|
||||
* src/org/eclipse/cdt/ui/wizards/BuildPathInfoBlock.java
|
||||
* src/org/eclipse/cdt/ui/wizards/CCProjectWizard.java
|
||||
* src/org/eclipse/cdt/ui/wizards/CProjectWizard.java
|
||||
* src/org/eclipse/cdt/ui/wizards/CProjectWizardPage.java
|
||||
* src/org/eclipse/cdt/ui/wizards/IWizardTab.java
|
||||
* src/org/eclipse/cdt/ui/wizards/IndexerBlock.java
|
||||
* src/org/eclipse/cdt/ui/wizards/TabFolderPage.java
|
||||
* utils.ui/org/eclipse/cdt/utils/ui/swt/IValidation.java
|
||||
|
||||
2003-09-11 John Camelon
|
||||
Updated SourceElementRequestor callbacks to include IASTParameterReference callbacks.
|
||||
|
||||
|
|
|
@ -20,6 +20,10 @@ import org.eclipse.core.runtime.NullProgressMonitor;
|
|||
import org.eclipse.swt.graphics.Image;
|
||||
import org.eclipse.swt.widgets.Composite;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
*/
|
||||
public class BinaryParserBlock implements IWizardTab {
|
||||
|
||||
//private static final String PREFIX = "BinaryParserBlock"; //$NON-NLS-1$
|
||||
|
|
|
@ -36,6 +36,9 @@ import org.eclipse.swt.widgets.Shell;
|
|||
* IBM Rational Software - Initial API and implementation
|
||||
***********************************************************************/
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public class BuildPathInfoBlock implements IWizardTab {
|
||||
private static final String PREFIX = "BuildPathInfoBlock"; //$NON-NLS-1$
|
||||
private static final String LABEL = PREFIX + ".label"; //$NON-NLS-1$
|
||||
|
|
|
@ -12,6 +12,7 @@ import org.eclipse.core.runtime.IProgressMonitor;
|
|||
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* C Project wizard that creates a new project resource in
|
||||
*/
|
||||
public abstract class CCProjectWizard extends CProjectWizard {
|
||||
|
|
|
@ -47,6 +47,7 @@ import org.eclipse.ui.wizards.newresource.BasicNewResourceWizard;
|
|||
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* C Project wizard that creates a new project resource in
|
||||
* a location of the user's choice.
|
||||
*/
|
||||
|
|
|
@ -34,6 +34,7 @@ import org.eclipse.ui.help.WorkbenchHelp;
|
|||
import org.eclipse.ui.internal.IHelpContextIds;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* Standard main page for a wizard that is creates a project resource.
|
||||
* <p>
|
||||
* This page may be used by clients as-is; it may be also be subclassed to suit.
|
||||
|
|
|
@ -10,6 +10,10 @@ import org.eclipse.core.runtime.IProgressMonitor;
|
|||
import org.eclipse.swt.graphics.Image;
|
||||
import org.eclipse.swt.widgets.Composite;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
*/
|
||||
public interface IWizardTab {
|
||||
|
||||
public String getLabel();
|
||||
|
|
|
@ -5,6 +5,7 @@ package org.eclipse.cdt.ui.wizards;
|
|||
* All Rights Reserved.
|
||||
*/
|
||||
|
||||
|
||||
import org.eclipse.cdt.core.CCorePlugin;
|
||||
import org.eclipse.cdt.core.index.IndexModel;
|
||||
import org.eclipse.cdt.internal.core.search.indexing.IndexManager;
|
||||
|
@ -17,6 +18,9 @@ import org.eclipse.swt.graphics.Image;
|
|||
import org.eclipse.swt.layout.GridLayout;
|
||||
import org.eclipse.swt.widgets.Button;
|
||||
import org.eclipse.swt.widgets.Composite;
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
public class IndexerBlock implements IWizardTab {
|
||||
private Button indexerSwitch;
|
||||
|
|
|
@ -15,6 +15,7 @@ import org.eclipse.swt.widgets.Composite;
|
|||
import org.eclipse.swt.widgets.TabFolder;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* Standard main page for a wizard that is creates a project resource.
|
||||
* <p>
|
||||
* This page may be used by clients as-is; it may be also be subclassed to suit.
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
package org.eclipse.cdt.utils.ui.swt;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
*/
|
||||
/*
|
||||
* (c) Copyright QNX Software Systems Ltd. 2002.
|
||||
* All Rights Reserved.
|
||||
|
|
Loading…
Add table
Reference in a new issue