gov.sns.tools.database
Class ConnectionPreferenceController

java.lang.Object
  |
  +--gov.sns.tools.database.ConnectionPreferenceController

public class ConnectionPreferenceController
extends java.lang.Object

ConnectionPreferenceController is a convenience class for displaying a PathPreferenceSelector for a connection dictionary.


Constructor Summary
protected ConnectionPreferenceController()
          Constructor which is hidden since this class only has static methods.
 
Method Summary
static void displayPathPreferenceSelector()
          Display the PathPreferenceSelector with no owner.
static void displayPathPreferenceSelector(java.awt.Dialog owner)
          Display the PathPreferenceSelector with the specified Dialog as the owner.
static void displayPathPreferenceSelector(java.awt.Frame owner)
          Display the PathPreferenceSelector with the specified Frame as the owner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPreferenceController

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

Method Detail

displayPathPreferenceSelector

public static void displayPathPreferenceSelector(java.awt.Frame owner)
Display the PathPreferenceSelector with the specified Frame as the owner.

Parameters:
owner - The owner of the PathPreferenceSelector dialog.

displayPathPreferenceSelector

public static void displayPathPreferenceSelector(java.awt.Dialog owner)
Display the PathPreferenceSelector with the specified Dialog as the owner.

Parameters:
owner - The owner of the PathPreferenceSelector dialog.

displayPathPreferenceSelector

public static void displayPathPreferenceSelector()
Display the PathPreferenceSelector with no owner.