Package ghidra.app.context
Class ProgramSymbolActionContext
java.lang.Object
docking.DefaultActionContext
ghidra.app.context.ProgramActionContext
ghidra.app.context.ProgramSymbolActionContext
- All Implemented Interfaces:
ActionContext,ProgramLocationSupplierContext
public class ProgramSymbolActionContext
extends ProgramActionContext
implements ProgramLocationSupplierContext
-
Field Summary
Fields inherited from class ghidra.app.context.ProgramActionContext
program -
Constructor Summary
ConstructorsChangeConstructorDescriptionProgramSymbolActionContext(ComponentProvider provider, Program program, List<Symbol> symbols, Component sourceComponent) -
Method Summary
ChangeModifier and TypeMethodDescriptionNEWReturns the program location.intMethods inherited from class ghidra.app.context.ProgramActionContext
getProgram, isActiveProgramMethods inherited from class docking.DefaultActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface docking.ActionContext
getComponentProvider, getContextObject, getEventClickModifiers, getMouseEvent, getSourceComponent, getSourceObject, hasAnyEventClickModifiers, setContextObject, setEventClickModifiers, setMouseEvent, setSourceComponent, setSourceObject
-
Constructor Details
-
ProgramSymbolActionContext
public ProgramSymbolActionContext(ComponentProvider provider, Program program, List<Symbol> symbols, Component sourceComponent)
-
-
Method Details
-
getSymbolCount
public int getSymbolCount() -
getFirstSymbol
-
getSymbols
-
getLocation NEW
Description copied from interface:ProgramLocationSupplierContextReturns the program location.- Specified by:
getLocationin interfaceProgramLocationSupplierContext- Returns:
- the program location
-