public class ConnectionPreferenceController
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ConnectionPreferenceController()
Constructor which is hidden since this class only has static methods.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
displayPathPreferenceSelector()
Display the PathPreferenceSelector with no owner.
|
static boolean |
displayPathPreferenceSelector(java.awt.Dialog owner)
Display the PathPreferenceSelector with the specified Dialog as the owner.
|
static boolean |
displayPathPreferenceSelector(java.awt.Frame owner)
Display the PathPreferenceSelector with the specified Frame as the owner.
|
protected ConnectionPreferenceController()
public static boolean displayPathPreferenceSelector(java.awt.Frame owner)
owner - The owner of the PathPreferenceSelector dialog.public static boolean displayPathPreferenceSelector(java.awt.Dialog owner)
owner - The owner of the PathPreferenceSelector dialog.public static boolean displayPathPreferenceSelector()