mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 21:53:39 +02:00
doc update
This commit is contained in:
parent
1725222feb
commit
748193a677
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ import org.eclipse.jface.wizard.IWizardPage;
|
||||||
public interface ICPathContainerPage extends IWizardPage {
|
public interface ICPathContainerPage extends IWizardPage {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method <code>initialize()</code> is called before <code>IClasspathContainerPage.setSelection</code>
|
* Method <code>initialize()</code> is called before <code>ICPathContainerPage.setSelection</code>
|
||||||
* to give additional information about the context the classpath container entry is configured in. This information
|
* to give additional information about the context the path container entry is configured in. This information
|
||||||
* only reflects the underlying dialogs current selection state. The user still can make changes after the
|
* only reflects the underlying dialogs current selection state. The user still can make changes after the
|
||||||
* the classpath container pages has been closed or decide to cancel the operation.
|
* the classpath container pages has been closed or decide to cancel the operation.
|
||||||
* @param project The project the new or modified entry is added to. The project does not have to exist.
|
* @param project The project the new or modified entry is added to. The project does not have to exist.
|
||||||
|
|
Loading…
Add table
Reference in a new issue