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

Packages that use FileListerXMLHandler
org.alltimeflashdreamer.filelister The filelister package contains the application core, such as the JDBC connectivity, the configuration reader, the indexer and the viewer servlets. 
org.alltimeflashdreamer.filelister.gui The gui package contains the classes used by the setup application which is used to graphically define the application settings. 
 

Uses of FileListerXMLHandler in org.alltimeflashdreamer.filelister
 

Constructors in org.alltimeflashdreamer.filelister with parameters of type FileListerXMLHandler
PropertyFileParameters(FileListerXMLHandler xmlHandler)
          Overloaded constructor which avoids the parsing of the file.
 

Uses of FileListerXMLHandler in org.alltimeflashdreamer.filelister.gui
 

Methods in org.alltimeflashdreamer.filelister.gui that return FileListerXMLHandler
 FileListerXMLHandler FileListerTableModel.getXMLHandler()
          Returns the config reader, e.g. for save actions.