Class EditableListingAddress
java.lang.Object
ghidra.feature.vt.gui.provider.markuptable.DisplayableListingAddress
ghidra.feature.vt.gui.provider.markuptable.EditableListingAddress
- All Implemented Interfaces:
docking.widgets.table.DisplayStringProvider
,DisplayableAddress
,EditableAddress
,Comparable<DisplayableAddress>
-
Field Summary
Fields inherited from class ghidra.feature.vt.gui.provider.markuptable.DisplayableListingAddress
address, program
Fields inherited from interface ghidra.feature.vt.gui.editors.DisplayableAddress
NO_ADDRESS
-
Constructor Summary
ConstructorDescriptionEditableListingAddress
(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address currentListingAddress, VTMarkupItem markupItem) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ghidra.feature.vt.gui.provider.markuptable.DisplayableListingAddress
compareTo, getAddress, getDisplayString, 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
-
EditableListingAddress
public EditableListingAddress(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address currentListingAddress, VTMarkupItem markupItem)
-
-
Method Details
-
getEditorPanel
- Specified by:
getEditorPanel
in interfaceEditableAddress
-
getEditorTitle
- Specified by:
getEditorTitle
in interfaceEditableAddress
-
getMarkupItem
- Specified by:
getMarkupItem
in interfaceEditableAddress
-