1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

JavaDoc added

This commit is contained in:
Andrew Gvozdev 2010-05-03 22:15:31 +00:00
parent 89f528fac7
commit b07f185354

View file

@ -464,6 +464,13 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
setSettingEntries(getKind(), lsEntries, toAllLang); setSettingEntries(getKind(), lsEntries, toAllLang);
} }
/**
* Add and/or delete entries in the case of multi-configuration selection in the drop-down box.<br/>
* Hint: {@code lang} keeps the selected language for each one of the selected configurations.
*
* @param ent - entry to add
* @param del - entry to delete
*/
private void performMulti(ICLanguageSettingEntry ent, ICLanguageSettingEntry del) { private void performMulti(ICLanguageSettingEntry ent, ICLanguageSettingEntry del) {
MultiLanguageSetting ms = (MultiLanguageSetting)lang; MultiLanguageSetting ms = (MultiLanguageSetting)lang;
ICLanguageSetting[] langSettings = (ICLanguageSetting[])ms.getItems(); ICLanguageSetting[] langSettings = (ICLanguageSetting[])ms.getItems();