Class ListingDiffActionManager
- java.lang.Object
 - 
- ghidra.app.util.viewer.listingpanel.ListingDiffActionManager
 
 
- 
public class ListingDiffActionManager extends java.lang.ObjectManages the actions that control a ListingDiff. 
- 
- 
Constructor Summary
Constructors Constructor Description ListingDiffActionManager(ListingDiff listingDiff)Constructor for the action manager for a ListingDiff. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateActions()Creates the actions.DockingAction[]getActions()Gets the actions.voidupdateActionEnablement(boolean isShowing)Update the enablement of the actions created by this manager. 
 - 
 
- 
- 
Constructor Detail
- 
ListingDiffActionManager
public ListingDiffActionManager(ListingDiff listingDiff)
Constructor for the action manager for a ListingDiff.- Parameters:
 listingDiff- the ListingDiff that is controlled by this manager's docking actions.
 
 - 
 
- 
Method Detail
- 
createActions
protected void createActions()
Creates the actions. 
- 
getActions
public DockingAction[] getActions()
Gets the actions.- Returns:
 - the docking actions.
 
 
- 
updateActionEnablement
public void updateActionEnablement(boolean isShowing)
Update the enablement of the actions created by this manager.- Parameters:
 isShowing- true indicates that the dual listing diff is currently visible on screen.
 
 - 
 
 -