org.openoffice.ide.eclipse.core.model.language
Interface ILanguageUI


public interface ILanguageUI

Provides an access to the UI elements of the ILanguage.

Author:
cedricbosdo

Method Summary
 LanguageWizardPage getWizardPage(UnoFactoryData pData)
          Returns the wizard page to insert after the new UNO project page.
 

Method Detail

getWizardPage

LanguageWizardPage getWizardPage(UnoFactoryData pData)
Returns the wizard page to insert after the new UNO project page. This page should contains language specific properties.

Parameters:
pData - data representing the project informations
Returns:
the page or null if there is no need of any language page.