public void setPanelMode(CFJPanel.PanelMode value) {
   CFJPanel.PanelMode oldMode = getPanelMode();
   super.setPanelMode(value);
   if (tabViewComponentsClearDepListJPanel != null) {
     ((ICFBamSwingClearSubDep1JPanelCommon) tabViewComponentsClearDepListJPanel)
         .setPanelMode(value);
   }
 }
 public void setSwingFocus(ICFLibAnyObj value) {
   final String S_ProcName = "setSwingFocus";
   if ((value == null) || (value instanceof ICFBamClearTopDepObj)) {
     super.setSwingFocus(value);
   } else {
     throw CFLib.getDefaultExceptionFactory()
         .newUnsupportedClassException(
             getClass(), S_ProcName, "value", value, "ICFBamClearTopDepObj");
   }
 }