JIDE Common Layer 2.7.1

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 Methods
com.jidesoft.swing.JideMenu.getMenuCreator()
          useJideMenu.PopupMenuCustomizer and JideMenu.getPopupMenuCustomizer() instead. 
com.jidesoft.swing.JideMenu.setMenuCreator(JideMenu.MenuCreator)
          useJideMenu.PopupMenuCustomizer and JideMenu.setPopupMenuCustomizer(com.jidesoft.swing.JideMenu.PopupMenuCustomizer) instead. 
com.jidesoft.dialog.StandardDialog.show()
          As of JDK version 1.5, replaced by Component.setVisible(boolean). 
 


JIDE Common Layer 2.7.1