public void setPaneMode(CFPane.PaneMode value) {
   CFPane.PaneMode oldMode = getPaneMode();
   if (oldMode == value) {
     return;
   }
   try {
     super.setPaneMode(value);
     ((ICFDbTestJavaFXStringDefPaneCommon) attrPane).setPaneMode(value);
   } catch (Throwable t) {
     super.setPaneMode(oldMode);
     ((ICFDbTestJavaFXStringDefPaneCommon) attrPane).setPaneMode(oldMode);
     throw t;
   }
 }
 public void setPaneMode(CFPane.PaneMode value) {
   CFPane.PaneMode oldValue = getPaneMode();
   if (value == oldValue) {
     return;
   }
   try {
     super.setPaneMode(value);
     ((ICFBamJavaFXUInt32TypePaneCommon) attrPane).setPaneMode(value);
   } catch (Throwable t) {
     super.setPaneMode(oldValue);
     ((ICFBamJavaFXUInt32TypePaneCommon) attrPane).setPaneMode(oldValue);
     throw t;
   }
 }
 public void setPaneMode(CFPane.PaneMode value) {
   CFPane.PaneMode oldValue = getPaneMode();
   if (value == oldValue) {
     return;
   }
   try {
     super.setPaneMode(value);
     ((ICFSecurityJavaFXTSecGroupPaneCommon) attrPane).setPaneMode(value);
   } catch (Throwable t) {
     super.setPaneMode(oldValue);
     ((ICFSecurityJavaFXTSecGroupPaneCommon) attrPane).setPaneMode(oldValue);
     throw t;
   }
 }
 public void setPaneMode(CFPane.PaneMode value) {
   CFPane.PaneMode oldMode = getPaneMode();
   if (oldMode == value) {
     return;
   }
   try {
     super.setPaneMode(value);
     ((ICFSecurityJavaFXSecDevicePaneCommon) attrPane).setPaneMode(value);
   } catch (Throwable t) {
     super.setPaneMode(oldMode);
     ((ICFSecurityJavaFXSecDevicePaneCommon) attrPane).setPaneMode(oldMode);
     throw t;
   }
 }
 public void setPaneMode(CFPane.PaneMode value) {
   CFPane.PaneMode oldMode = getPaneMode();
   if (oldMode == value) {
     return;
   }
   try {
     super.setPaneMode(value);
     ((ICFBamJavaFXServerMethodPaneCommon) attrPane).setPaneMode(value);
     ((ICFBamJavaFXServerMethodPaneCommon) eltTabPane).setPaneMode(value);
   } catch (Throwable t) {
     super.setPaneMode(oldMode);
     ((ICFBamJavaFXServerMethodPaneCommon) attrPane).setPaneMode(oldMode);
     ((ICFBamJavaFXServerMethodPaneCommon) eltTabPane).setPaneMode(oldMode);
     throw t;
   }
 }
 public void setPaneMode(CFPane.PaneMode value) {
   CFPane.PaneMode oldMode = getPaneMode();
   if (oldMode == value) {
     return;
   }
   try {
     super.setPaneMode(value);
     ((ICFFreeSwitchJavaFXPbxIvrMenuPaneCommon) attrPane).setPaneMode(value);
     ((ICFFreeSwitchJavaFXPbxIvrMenuPaneCommon) eltTabPane).setPaneMode(value);
   } catch (Throwable t) {
     super.setPaneMode(oldMode);
     ((ICFFreeSwitchJavaFXPbxIvrMenuPaneCommon) attrPane).setPaneMode(oldMode);
     ((ICFFreeSwitchJavaFXPbxIvrMenuPaneCommon) eltTabPane).setPaneMode(oldMode);
     throw t;
   }
 }
 public void setPaneMode(CFPane.PaneMode value) {
   CFPane.PaneMode oldMode = getPaneMode();
   if (oldMode == value) {
     return;
   }
   try {
     super.setPaneMode(value);
     ((ICFInternetJavaFXMajorVersionPaneCommon) attrPane).setPaneMode(value);
     ((ICFInternetJavaFXMajorVersionPaneCommon) eltTabPane).setPaneMode(value);
   } catch (Throwable t) {
     super.setPaneMode(oldMode);
     ((ICFInternetJavaFXMajorVersionPaneCommon) attrPane).setPaneMode(oldMode);
     ((ICFInternetJavaFXMajorVersionPaneCommon) eltTabPane).setPaneMode(oldMode);
     throw t;
   }
 }
 public ICFLibAnyObj getJavaFXFocus() {
   ICFLibAnyObj obj;
   if (javafxAddPane != null) {
     obj = javafxAddPane.getJavaFXFocus();
   } else {
     obj = null;
   }
   return (obj);
 }
 public void setJavaFXFocus(ICFLibAnyObj value) {
   final String S_ProcName = "setJavaFXFocus";
   if ((value == null) || (value instanceof ICFAccInvoiceObj)) {
     super.setJavaFXFocus(value);
   } else {
     throw CFLib.getDefaultExceptionFactory()
         .newUnsupportedClassException(getClass(), S_ProcName, "value", value, "ICFAccInvoiceObj");
   }
 }
 public void setJavaFXFocus(ICFLibAnyObj value) {
   final String S_ProcName = "setJavaFXFocus";
   if ((value == null) || (value instanceof ICFBamBoolColObj)) {
     super.setJavaFXFocus(value);
     if ((attrPane != null) && (attrPane.getJavaFXFocus() != value)) {
       attrPane.setJavaFXFocus(value);
     }
   } else {
     throw CFLib.getDefaultExceptionFactory()
         .newUnsupportedClassException(getClass(), S_ProcName, "value", value, "ICFBamBoolColObj");
   }
 }