public void disposeComponent() {
   myContributor.dispose();
 }
 public void initComponent() {
   myContributor.init();
 }