/// <summary> /// Sets the text ribbon to display the occurrences in the current WordGroup. /// </summary> internal void SetRibbon() { // TODO GordonM: make it work for an array of WordGroups? CacheWordGroupOccurrencesForRibbon(); m_ribbon.SetRoot(m_wordGroup.Hvo); }
/// <summary> /// Sets the text ribbon to display the wfics in the current CCA. /// </summary> /// <param name="hvoCca"></param> internal void SetRibbon() { // TODO GordonM: make it work for an array of Ccas? CacheCcaWficsForRibbon(); m_ribbon.SetRoot(m_hvoCca); }