mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Deprecated.
This commit is contained in:
parent
405a398c0f
commit
e9b3b08cb4
2 changed files with 8 additions and 0 deletions
|
@ -79,11 +79,15 @@ import org.eclipse.ui.contexts.IWorkbenchContextSupport;
|
|||
/**
|
||||
* A dialog page to manage discovered scanner configuration
|
||||
*
|
||||
* @deprecated as of CDT 4.0. This tab was used to set preferences/properties
|
||||
* for 3.X style projects.
|
||||
*
|
||||
* @author vhirsl
|
||||
*
|
||||
* @noextend This class is not intended to be subclassed by clients.
|
||||
* @noinstantiate This class is not intended to be instantiated by clients.
|
||||
*/
|
||||
@Deprecated
|
||||
public class DiscoveredPathContainerPage extends WizardPage implements IPathEntryContainerPage {
|
||||
private static final String PREFIX = "DiscoveredScannerConfigurationContainerPage"; //$NON-NLS-1$
|
||||
|
||||
|
|
|
@ -28,8 +28,12 @@ import org.eclipse.jface.wizard.IWizardPage;
|
|||
* Clients implementing this interface may subclass from
|
||||
* <code>org.eclipse.jface.wizard.WizardPage</code>.
|
||||
* </p>
|
||||
*
|
||||
* @deprecated as of CDT 4.0. This tab was used to set preferences/properties
|
||||
* for 3.X style projects.
|
||||
*/
|
||||
|
||||
@Deprecated
|
||||
public interface IPathEntryContainerPage extends IWizardPage {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue