Deprecated API


Contents
Deprecated Interfaces
com.jidesoft.swing.JideMenu.MenuCreator
          The createMenu method of MenuCreator should JPopupMenu as parameter. Since it's a public API we have to deprecated this one and ask users to use JideMenu.PopupMenuCustomizer instead. 
 

Deprecated Classes
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton
          replaced by JideTabbedPane.NoFocusButton 
com.jidesoft.swing.JCellRendererPane
          no longer used in other JIDE classes. 
com.jidesoft.swing.LegacyTristateCheckBox
          Replaced by TristateCheckBox. 
 

Deprecated Fields
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton.CLOSE_BUTTON
          replaced by JideTabbedPane.BUTTON_CLOSE 
com.jidesoft.converter.ConverterContext.DEFAULT_CONTEXT_DYNAMIC_VALUE
           
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton.EAST_BUTTON
          replaced by JideTabbedPane.BUTTON_EAST 
com.jidesoft.plaf.LookAndFeelFactory.EXTENSION_STYLE_OFFICE2003_WITHOUT_MENU
           
com.jidesoft.plaf.LookAndFeelFactory.EXTENSION_STYLE_OFFICE2007_WITHOUT_MENU
           
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton.LIST_BUTTON
          replaced by JideTabbedPane.BUTTON_LIST 
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton.NORTH_BUTTON
          replaced by JideTabbedPane.BUTTON_NORTH 
com.jidesoft.plaf.LookAndFeelFactory.PLASTIC3D_LNF_1_3
          replaced by PLASTIC3D_LNF 
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton.SOUTH_BUTTON
          replaced by JideTabbedPane.BUTTON_SOUTH 
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton.WEST_BUTTON
          replaced by JideTabbedPane.BUTTON_WEST 
 

Deprecated Methods
com.jidesoft.swing.JideBorderLayout.addLayoutComponent(String, Component)
          replaced by addLayoutComponent(Component, Object). 
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.createNoFocusButton(int)
          replaced by JideTabbedPane.createNoFocusButton(int) 
com.jidesoft.swing.JideMenu.getMenuCreator()
          useJideMenu.PopupMenuCustomizer and JideMenu.getPopupMenuCustomizer() instead. 
com.jidesoft.plaf.LookAndFeelFactory.isPlastic3D13LnfInstalled()
          replace by LookAndFeelFactory.isPlastic3DLnfInstalled() 
com.jidesoft.utils.DateUtils.max(List)
          replaced by DateUtils.maxDates(java.util.List) to comply with the new compilation regulation. We have to delete the max(List) in releases earlier than 2.9.4 due to the same reason. 
com.jidesoft.utils.DateUtils.min(List)
          replaced by DateUtils.minDates(java.util.List) to comply with the new compilation regulation. We have to delete the min(List) in releases earlier than 2.9.4 due to the same reason. 
com.jidesoft.swing.JideMenu.setMenuCreator(JideMenu.MenuCreator)
          useJideMenu.PopupMenuCustomizer and JideMenu.setPopupMenuCustomizer(com.jidesoft.swing.JideMenu.PopupMenuCustomizer) instead. 
com.jidesoft.swing.JideSwingUtilities.setTextComponentTransparent(JComponent)
          replaced by JideSwingUtilities.setComponentTransparent(javax.swing.JComponent). 
com.jidesoft.dialog.StandardDialog.show()
          As of JDK version 1.5, replaced by Component.setVisible(boolean). 
 



Copyright © 2012. All Rights Reserved.