Interface | 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. |
com.jidesoft.converter.RegistrationListener |
please use the one at com.jidesoft.utils.RegistrationListener.
|
Class | Description |
---|---|
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton |
replaced by
JideTabbedPane.NoFocusButton |
com.jidesoft.converter.CacheMap |
please use the one at com.jidesoft.utils.CacheMap.
|
com.jidesoft.swing.JCellRendererPane |
no longer used in other JIDE classes.
|
com.jidesoft.swing.LegacyTristateCheckBox |
Replaced by
TristateCheckBox . |
com.jidesoft.converter.RegistrationEvent |
please use the one at com.jidesoft.utils.RegistrationEvent.
|