Package ghidra.app.context
Class NavigatableActionContext
- java.lang.Object
-
- docking.ActionContext
-
- ghidra.app.context.ProgramActionContext
-
- ghidra.app.context.ProgramLocationActionContext
-
- ghidra.app.context.NavigatableActionContext
-
- All Implemented Interfaces:
NavigationActionContext
- Direct Known Subclasses:
DualListingActionContext
,ListingActionContext
public class NavigatableActionContext extends ProgramLocationActionContext implements NavigationActionContext
-
-
Field Summary
-
Fields inherited from class ghidra.app.context.ProgramActionContext
program
-
-
Constructor Summary
Constructors Constructor Description NavigatableActionContext(ComponentProvider provider, Navigatable navigatable)
NavigatableActionContext(ComponentProvider provider, Navigatable navigatable, Program program, ProgramLocation location, ProgramSelection selection, ProgramSelection highlight)
NavigatableActionContext(ComponentProvider provider, Navigatable navigatable, ProgramLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Navigatable
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
-
NavigatableActionContext
public NavigatableActionContext(ComponentProvider provider, Navigatable navigatable)
-
NavigatableActionContext
public NavigatableActionContext(ComponentProvider provider, Navigatable navigatable, ProgramLocation location)
-
NavigatableActionContext
public NavigatableActionContext(ComponentProvider provider, Navigatable navigatable, Program program, ProgramLocation location, ProgramSelection selection, ProgramSelection highlight)
-
-
Method Detail
-
getNavigatable
public Navigatable getNavigatable()
-
-