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