Class DataSourcesDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.dandymadeproductions.ajqvue.utilities.DataSourcesDialog
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class DataSourcesDialog extends JDialog implements ActionListener, PropertyChangeListener
The DataSourcesDialog class provides a dialog to access the Ajqvue defined data source connections as defined by the LoginManager. !Note - This class extends JDialog and is not disposed on window closing, or on action buttons. Insure to dispose this object when finished.
See Also: