org.openoffice.ide.eclipse.core.model.language
Interface ILanguage
public interface ILanguage
This interface has to be implemented to add a new supported language
to the plugin. It only handles the interactions between the
UnoidlProject
and the language class.
- Author:
- cedricbosdo
- See Also:
UnoidlProject
getProjectHandler
IProjectHandler getProjectHandler()
- Returns:
- the utility class for projects handling.
getLanguageBuidler
ILanguageBuilder getLanguageBuidler()
- Returns:
- the utility class for building.
getLanguageUI
ILanguageUI getLanguageUI()
- Returns:
- the utility class for UI operation.