Class ChooseAddressSetEditorPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
ghidra.feature.vt.gui.wizard.ChooseAddressSetEditorPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ChooseAddressSetEditorPanel extends JPanel
See Also:
  • Constructor Details

    • ChooseAddressSetEditorPanel

      public ChooseAddressSetEditorPanel(ghidra.framework.plugintool.PluginTool tool, String name, ghidra.program.model.listing.Program program, ghidra.program.model.address.AddressSetView selectionAddressSet, ghidra.program.model.address.AddressSetView myInitialAddressSet, ChooseAddressSetEditorPanel.AddressSetChoice initialAddressSetChoice)
  • Method Details

    • choseEntireProgram

      protected void choseEntireProgram()
    • choseToolSelection

      protected void choseToolSelection()
    • choseMyRanges

      protected void choseMyRanges()
    • setAddressSet

      protected void setAddressSet(ghidra.program.model.address.AddressSet addressSet)
    • showAddRangeDialog

      protected void showAddRangeDialog()
    • showSubtractRangeDialog

      protected void showSubtractRangeDialog()
    • getAddressSetView

      public ghidra.program.model.address.AddressSetView getAddressSetView()
    • isUsingSelection

      public boolean isUsingSelection()
    • addChangeListener

      public void addChangeListener(ChangeListener listener)
    • removeChangeListener

      public void removeChangeListener(ChangeListener listener)
    • getAddressSetChoice

      public ChooseAddressSetEditorPanel.AddressSetChoice getAddressSetChoice()