Uses of Class
org.alltimeflashdreamer.filelister.xml.JDBC

Packages that use JDBC
org.alltimeflashdreamer.filelister.gui The gui package contains the classes used by the setup application which is used to graphically define the application settings. 
org.alltimeflashdreamer.filelister.xml The xml package contains the XML tag representing classes and the DOM parser implementation. 
 

Uses of JDBC in org.alltimeflashdreamer.filelister.gui
 

Constructors in org.alltimeflashdreamer.filelister.gui with parameters of type JDBC
ConnectionTesterDialog(JDBC settings, Point parentLocation, Dimension parentSize)
          Reads the settings from the given property list and tries to establish a connection.
 

Uses of JDBC in org.alltimeflashdreamer.filelister.xml
 

Methods in org.alltimeflashdreamer.filelister.xml that return JDBC
 JDBC FileListerXMLHandler.getJDBC()
          Returns the jdbc element within the config file.