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 SummaryConstructors Constructor Description ListingDiffActionManager(ListingDiff listingDiff)Constructor for the action manager for a ListingDiff.
 - 
Method SummaryAll 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- 
ListingDiffActionManagerpublic 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- 
createActionsprotected void createActions() Creates the actions.
 - 
getActionspublic DockingAction[] getActions() Gets the actions.- Returns:
- the docking actions.
 
 - 
updateActionEnablementpublic 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.
 
 
- 
 
-