Uses of Interface
net.shredzone.ifish.db.StatusCallback

Packages that use StatusCallback
net.shredzone.ifish.db   
net.shredzone.ifish.gui   
 

Uses of StatusCallback in net.shredzone.ifish.db
 

Classes in net.shredzone.ifish.db that implement StatusCallback
static class StatusCallback.DefaultStatusCallback
          A default implementation of the StatusCallback class, which is just doing nothing.
 

Methods in net.shredzone.ifish.db with parameters of type StatusCallback
 void NaviDb.exportFile(File file, String charset, StatusCallback cb)
          Export this database to a database file.
 void NaviDb.importFile(File file, String charset, StatusCallback cb)
          Import a database file into this database.
 void PlaylistDb.readPlaylists(File base, NaviDb navi, String charset, StatusCallback cb)
          Read all playlists from the ifish directory of the base directory, in the given charset.
 void Sync.syncDir(File base, StatusCallback cb, RenameCallback rcb)
          Synchronizes a directory with this database.
 void PlaylistDb.writePlaylists(File base, String charset, StatusCallback cb)
          Write all playlists to the ifish directory of the base directory, in the given charset.
 

Uses of StatusCallback in net.shredzone.ifish.gui
 

Classes in net.shredzone.ifish.gui that implement StatusCallback
 class StatusProgressBar
          This is an extension of the NaviDb class to make it usable in JTables.
 



Copyright © 2007-2011 shredzone.org. All Rights Reserved.