Class ConnectionPreferenceController

java.lang.Object
xal.tools.database.ConnectionPreferenceController

public class ConnectionPreferenceController extends Object
ConnectionPreferenceController is a convenience class for displaying a PathPreferenceSelector for a database configuration.
Author:
tap
  • Constructor Details

    • ConnectionPreferenceController

      protected ConnectionPreferenceController()
      Constructor which is hidden since this class only has static methods.
  • Method Details

    • displayPathPreferenceSelector

      public static boolean displayPathPreferenceSelector(Frame owner)
      Display the PathPreferenceSelector with the specified Frame as the owner.
      Parameters:
      owner - The owner of the PathPreferenceSelector dialog.
      Returns:
      true if the the user has committed changes
    • displayPathPreferenceSelector

      public static boolean displayPathPreferenceSelector(Dialog owner)
      Display the PathPreferenceSelector with the specified Dialog as the owner.
      Parameters:
      owner - The owner of the PathPreferenceSelector dialog.
      Returns:
      true if the the user has committed changes
    • displayPathPreferenceSelector

      public static boolean displayPathPreferenceSelector()
      Display the PathPreferenceSelector with no owner.
      Returns:
      true if the the user has committed changes