Package ghidra.app.context
Class ListingActionContext
java.lang.Object
docking.DefaultActionContext
ghidra.app.context.ProgramActionContext
ghidra.app.context.ProgramLocationActionContext
ghidra.app.context.NavigatableActionContext
ghidra.app.context.ListingActionContext
- All Implemented Interfaces:
ActionContext
,FunctionSupplierContext
,NavigationActionContext
-
Field Summary
Fields inherited from class ghidra.app.context.ProgramActionContext
program
-
Constructor Summary
ConstructorDescriptionListingActionContext
(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, getFunctions, getHighlight, getLocation, getSelection, hasFunctions, hasHighlight, hasSelection
Methods inherited from class ghidra.app.context.ProgramActionContext
getProgram
Methods inherited from class docking.DefaultActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface docking.ActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject
-
Constructor Details