com.webstersmalley.mediacollection.controller
Class BrowserController

java.lang.Object
  extended by com.webstersmalley.mediacollection.controller.BrowserController

public class BrowserController
extends java.lang.Object


Constructor Summary
BrowserController(BrowserFrame frame, ca.odell.glazedlists.EventList list)
           
 
Method Summary
 void importFileSystem()
           
 void importFileSystem(java.lang.String path, java.lang.String collection, java.lang.String format)
           
 void newDatabase()
           
 void openDatabase()
           
 void showMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserController

public BrowserController(BrowserFrame frame,
                         ca.odell.glazedlists.EventList list)
Method Detail

newDatabase

public void newDatabase()
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        java.sql.SQLException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.sql.SQLException

openDatabase

public void openDatabase()
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException,
                         java.sql.SQLException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.sql.SQLException

importFileSystem

public void importFileSystem()

importFileSystem

public void importFileSystem(java.lang.String path,
                             java.lang.String collection,
                             java.lang.String format)

showMessage

public void showMessage(java.lang.String message)


Copyright © 2005-2007 Webster Smalley. All Rights Reserved.