Class TargetConfigurationNameDialog

All Implemented Interfaces:
ActionListener, KeyListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class TargetConfigurationNameDialog extends JDialog implements ActionListener, KeyListener
The TargetConfigurationNameDialog is used by the LikelihoodDetectionParametersDialog to allow the user to enter in a new target configuration name.
See Also:
  • Constructor Details

    • TargetConfigurationNameDialog

      public TargetConfigurationNameDialog(ArrayList<String> existingIdentifiers)
      Instantiates a new target configuration name dialog.
      Parameters:
      existingIdentifiers - The existing target configuration identifiers. The dialog will make sure the new name is unique.
  • Method Details