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