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 ProgramActionContext
program -
Constructor Summary
ConstructorsConstructorDescriptionListingActionContext(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 NavigatableActionContext
getNavigatableMethods inherited from class ProgramLocationActionContext
getAddress, getCodeUnit, getFunctionForLocation, getFunctions, getHighlight, getLocation, getSelection, hasFunctions, hasHighlight, hasSelectionMethods inherited from class ProgramActionContext
getProgramMethods inherited from class DefaultActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject, toString
-
Constructor Details