Class MultiChoiceSelectionDialog<T>

java.lang.Object
docking.DialogComponentProvider
ghidra.features.bsim.gui.filters.MultiChoiceSelectionDialog<T>
Type Parameters:
T - the type of choices
All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class MultiChoiceSelectionDialog<T> extends DialogComponentProvider
Dialog for selection one or more choices from a list of possible values.
  • Constructor Details

    • MultiChoiceSelectionDialog

      public MultiChoiceSelectionDialog(String dataTitle, List<T> choices, Set<T> selected)
    • MultiChoiceSelectionDialog

      public MultiChoiceSelectionDialog(String dataTitle, List<T> choices, Set<T> selected, DataToStringConverter<T> dataConverter)
  • Method Details