Package ghidra.app.decompiler.component
Class DualDecompilerFieldPanelCoordinator
- java.lang.Object
-
- docking.widgets.fieldpanel.internal.FieldPanelCoordinator
-
- docking.widgets.fieldpanel.internal.LineLockedFieldPanelCoordinator
-
- ghidra.app.decompiler.component.DualDecompilerFieldPanelCoordinator
-
- All Implemented Interfaces:
ViewListener
- Direct Known Subclasses:
BasicDecompilerFieldPanelCoordinator
public abstract class DualDecompilerFieldPanelCoordinator extends LineLockedFieldPanelCoordinator
-
-
Field Summary
-
Fields inherited from class docking.widgets.fieldpanel.internal.LineLockedFieldPanelCoordinator
lockedLineNumbers
-
-
Constructor Summary
Constructors Constructor Description DualDecompilerFieldPanelCoordinator(DecompilerCodeComparisonPanel<? extends DualDecompilerFieldPanelCoordinator> dualDecompilerPanel)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
leftLocationChanged(ProgramLocation leftLocation)
abstract void
rightLocationChanged(ProgramLocation rightLocation)
-
Methods inherited from class docking.widgets.fieldpanel.internal.LineLockedFieldPanelCoordinator
add, getLockedLineForPanel, remove, resetLockedLines, setLockedLines, viewChanged
-
Methods inherited from class docking.widgets.fieldpanel.internal.FieldPanelCoordinator
dispose
-
-
-
-
Constructor Detail
-
DualDecompilerFieldPanelCoordinator
public DualDecompilerFieldPanelCoordinator(DecompilerCodeComparisonPanel<? extends DualDecompilerFieldPanelCoordinator> dualDecompilerPanel)
-
-
Method Detail
-
leftLocationChanged
public abstract void leftLocationChanged(ProgramLocation leftLocation)
-
rightLocationChanged
public abstract void rightLocationChanged(ProgramLocation rightLocation)
-
-