public void setSwingFocusAsDomain(ICFInternetDomainObj value) {
   swingFocus = value;
   if (attrJPanel != null) {
     ((ICFBamSwingDomainJPanelCommon) attrJPanel).setSwingFocus(value);
   }
 }