updateSecComp.setToolTipText(e.getNewValue() == null ? "" : e.getNewValue().toString());
}
ISectionComponent[] finalList = getSectionComponents();
ApplicationTaskPaneSectionChangeEvent evt = new ApplicationTaskPaneSectionChangeEvent(this, this.getID(), finalList, null);
appTaskPane.getLeftHandNavigationPane().fireTaskPaneSectionChangeEvent(evt);
}