public String getCategory() {
   return descriptor.getCategory();
 } /* (non-Javadoc)
 @Override
 public String getCategory() {
   return mDelegate.getCategory();
 }
 /*
  * (non-Javadoc) Method declared on IPropertySheetEntry.
  */
 public String getCategory() {
   return descriptor.getCategory();
 }