org.eclipse.cdt.ui.wizards
Interface IWizardItemsListListener
- All Known Implementing Classes:
- CDTMainWizardPage, TestCProjectPlatformPage
public interface IWizardItemsListListener
Interface should be implemented by some visible object
(usually - 1st page in CDT New Project wizard)
to be informed about changes in tool chains selection
performed by ICNewWizard implementors.
Method Summary |
boolean |
isCurrent()
|
void |
toolChainListChanged(int count)
Called by ICNewWizard instance when
user has changed tool chains selection |
toolChainListChanged
void toolChainListChanged(int count)
- Called by ICNewWizard instance when
user has changed tool chains selection
- Parameters:
count
- - number of selected toolchains.
isCurrent
boolean isCurrent()
- Returns:
- true if this page is visible