use of org.eclipse.scout.rt.shared.extension.ContributionComposite in project scout.rt by eclipse.
the class AbstractCodeTypeWithGeneric method initConfig.
protected void initConfig() {
m_text = getConfiguredText();
m_iconId = getConfiguredIconId();
m_hierarchy = getConfiguredIsHierarchy();
m_maxLevel = getConfiguredMaxLevel();
m_contributionHolder = new ContributionComposite(this);
loadCodes();
}
Aggregations