VersionHistoryPanel

Package: ghidra.framework.main.datatree
Type: class

11.2_PUBLIC

removedmethod: dragCanceled
void dragCanceled(java.awt.dnd.DragSourceDropEvent event)
removedmethod: move
void move()

10.3_PUBLIC

addedmethod: getSelectedVersion
ghidra.framework.store.Version getSelectedVersion()
removedmethod: getSelectedVersion
ghidra.framework.model.DomainObject getSelectedVersion(java.lang.Object consumer, boolean readOnly)

9.1_PUBLIC

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)

9.0.1_PUBLIC

introducedInitial version