Class PortConfig.RequireHints

java.lang.Object
org.ka2ddo.yaac.io.PortConfig.RequireHints
Direct Known Subclasses:
PortConfig.RequireFile
Enclosing class:
PortConfig

public static class PortConfig.RequireHints extends Object
Data structure describing how the ConfigImporter should ask for missing (or blanked-out) required port configuration parameters.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Field Details

    • promptTag

      public final String promptTag
      The ResourceBundle key for a localized prompt string to display in a dialog box.
    • typeOfDialogPrompt

      public final PortConfig.HintType typeOfDialogPrompt
      The data entry field type to be used in the prompting dialog box.
  • Constructor Details

    • RequireHints

      public RequireHints(String promptTag)
      Create a RequireHints object for the specified prompt string and a default text field.
      Parameters:
      promptTag - String key to a ResourceBundle localized prompt text
    • RequireHints

      public RequireHints(String promptTag, PortConfig.HintType typeOfDialogPrompt)
      Create a RequireHints object for the specified prompt string and the specified type of data entry field.
      Parameters:
      promptTag - String key to a ResourceBundle localized prompt text
      typeOfDialogPrompt - HintType enum for the type of data entry to use