Class EditableParameterAddress
java.lang.Object
ghidra.feature.vt.gui.provider.markuptable.DisplayableParameterAddress
ghidra.feature.vt.gui.provider.markuptable.EditableParameterAddress
- All Implemented Interfaces:
docking.widgets.table.DisplayStringProvider
,DisplayableAddress
,EditableAddress
,Comparable<DisplayableAddress>
public class EditableParameterAddress
extends DisplayableParameterAddress
implements EditableAddress
-
Field Summary
Fields inherited from class ghidra.feature.vt.gui.provider.markuptable.DisplayableParameterAddress
function, parameterAddress
Fields inherited from interface ghidra.feature.vt.gui.editors.DisplayableAddress
NO_ADDRESS
-
Constructor Summary
ConstructorDescriptionEditableParameterAddress
(ghidra.program.model.listing.Function function, ghidra.program.model.address.Address currentParameterAddress, VTMarkupItem markupItem) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ghidra.feature.vt.gui.provider.markuptable.DisplayableParameterAddress
compareTo, getAddress, getDisplayString, getDisplayValue, getProgram, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface ghidra.feature.vt.gui.editors.DisplayableAddress
getAddress, getDisplayString, getProgram
-
Constructor Details
-
EditableParameterAddress
public EditableParameterAddress(ghidra.program.model.listing.Function function, ghidra.program.model.address.Address currentParameterAddress, VTMarkupItem markupItem)
-
-
Method Details
-
getEditorPanel
- Specified by:
getEditorPanel
in interfaceEditableAddress
-
getEditorTitle
- Specified by:
getEditorTitle
in interfaceEditableAddress
-
getMarkupItem
- Specified by:
getMarkupItem
in interfaceEditableAddress
-