Esempio n. 1
0
 public IConfigurationElement getConfigurationElement() {
   if (this.configurationElement != null) {
     return this.configurationElement;
   } else {
     return WizardUtil.getWizardConfigurationElement(this.getClass().getName());
   }
 }