mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 15:35:24 +02:00
cleanup: deprecated class used for CDT 3.X style projects
This commit is contained in:
parent
518f686e52
commit
d934cb5a03
3 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue