addedmethod:
createPopupActions
java.util.List<docking.action.DockingActionIf> createPopupActions()
modifiedmethod:
addListSelectionListener
param 1 renamed: listener1 → selectionListener
- void addListSelectionListener(javax.swing.event.ListSelectionListener listener1)
+ void addListSelectionListener(javax.swing.event.ListSelectionListener selectionListener)
modifiedmethod:
removeListSelectionListener
param 1 renamed: listener1 → selectionListener
- void removeListSelectionListener(javax.swing.event.ListSelectionListener listener1)
+ void removeListSelectionListener(javax.swing.event.ListSelectionListener selectionListener)
removedmethod:
addPopupActions
void addPopupActions(docking.DialogComponentProvider provider)
removedmethod:
getDockingActions
java.util.List<docking.action.DockingActionIf> getDockingActions(docking.ActionContext currentContext)