| Interface | Description |
|---|---|
| com.jidesoft.converter.RegistrationListener |
please use the one at com.jidesoft.utils.RegistrationListener.
|
| 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. |
| Class | Description |
|---|---|
| com.jidesoft.converter.CacheMap |
please use the one at com.jidesoft.utils.CacheMap.
|
| com.jidesoft.converter.RegistrationEvent |
please use the one at com.jidesoft.utils.RegistrationEvent.
|
| 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. |