Package xal.tools.database
Class ConnectionPreferenceController
java.lang.Object
xal.tools.database.ConnectionPreferenceController
ConnectionPreferenceController is a convenience class for displaying a
PathPreferenceSelector for a database configuration.
- Author:
- tap
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor which is hidden since this class only has static methods. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Display the PathPreferenceSelector with no owner.static boolean
Display the PathPreferenceSelector with the specified Dialog as the owner.static boolean
Display the PathPreferenceSelector with the specified Frame as the owner.
-
Constructor Details
-
ConnectionPreferenceController
protected ConnectionPreferenceController()Constructor which is hidden since this class only has static methods.
-
-
Method Details
-
displayPathPreferenceSelector
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
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
-