Package ghidra.app.context
Interface ProgramLocationSupplierContext
- All Superinterfaces:
ActionContext
- All Known Implementing Classes:
ListingActionContext,NavigatableActionContext,ProgramLocationActionContext,ProgramSymbolActionContext
A "mix-in" interface that specific implementers of
ActionContext may also implement if
they can supply a program location in their action context. Actions that want to work on
locations can look for this interface, which can be used in a variety of contexts.-
Method Summary
ChangeModifier and TypeMethodDescriptionReturns the program location.Methods inherited from interface docking.ActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject
-
Method Details
-
getLocation
ProgramLocation getLocation()Returns the program location.- Returns:
- the program location
-