1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 23:45:23 +02:00

cleanup: deprecated class used for CDT 3.X style projects

This commit is contained in:
Andrew Gvozdev 2010-03-15 17:13:45 +00:00
parent 518f686e52
commit d934cb5a03
3 changed files with 12 additions and 0 deletions

View file

@ -52,6 +52,11 @@ import org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter;
import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil;
import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField;
/**
* @deprecated as of CDT 4.0. This dialog was used for property pages
* for 3.X style projects.
*
*/
public class ExclusionPatternDialog extends StatusDialog {
private static class ExclusionPatternLabelProvider extends LabelProvider {

View file

@ -39,6 +39,9 @@ import org.eclipse.ui.model.WorkbenchContentProvider;
import org.eclipse.ui.model.WorkbenchLabelProvider;
/**
* @deprecated as of CDT 4.0. This Block was used for New Project Wizard
* for 3.X style projects.
*
* @noextend This class is not intended to be subclassed by clients.
*/
public class ReferenceBlock extends AbstractCOptionPage {

View file

@ -35,6 +35,10 @@ import org.eclipse.swt.widgets.Label;
import org.eclipse.swt.widgets.TabFolder;
import org.eclipse.swt.widgets.TabItem;
/**
* @deprecated as of CDT 4.0. This abstract block was used for New Project Wizards
* and property pages for 3.X style projects.
*/
public abstract class TabFolderOptionBlock {
protected boolean initializingTabs = true;