Package ghidra.app.context
Class ListingActionContext
- java.lang.Object
 - 
- docking.ActionContext
 - 
- ghidra.app.context.ProgramActionContext
 - 
- ghidra.app.context.ProgramLocationActionContext
 - 
- ghidra.app.context.NavigatableActionContext
 - 
- ghidra.app.context.ListingActionContext
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 NavigationActionContext
public class ListingActionContext extends NavigatableActionContext
 
- 
- 
Field Summary
- 
Fields inherited from class ghidra.app.context.ProgramActionContext
program 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ListingActionContext(ComponentProvider provider, Navigatable navigatable)ListingActionContext(ComponentProvider provider, Navigatable navigatable, Program program, ProgramLocation location, ProgramSelection selection, ProgramSelection highlight)ListingActionContext(ComponentProvider provider, Navigatable navigatable, ProgramLocation location) 
- 
Method Summary
- 
Methods inherited from class ghidra.app.context.NavigatableActionContext
getNavigatable 
- 
Methods inherited from class ghidra.app.context.ProgramLocationActionContext
getAddress, getCodeUnit, getHighlight, getLocation, getSelection, hasHighlight, hasSelection 
- 
Methods inherited from class ghidra.app.context.ProgramActionContext
getProgram 
- 
Methods inherited from class docking.ActionContext
getComponentProvider, getContextObject, getGlobalContext, getMouseEvent, getSourceComponent, getSourceObject, setContextObject, setMouseEvent, setSourceObject, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ListingActionContext
public ListingActionContext(ComponentProvider provider, Navigatable navigatable)
 
- 
ListingActionContext
public ListingActionContext(ComponentProvider provider, Navigatable navigatable, ProgramLocation location)
 
- 
ListingActionContext
public ListingActionContext(ComponentProvider provider, Navigatable navigatable, Program program, ProgramLocation location, ProgramSelection selection, ProgramSelection highlight)
 
 - 
 
 -