Uses of Class
net.shredzone.ifish.db.Entry

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

Uses of Entry in net.shredzone.ifish
 

Methods in net.shredzone.ifish that return Entry
 Entry[] IFishPane.getSelectedDatabaseEntries()
          Get the entries currently selected in the database pane.
 Entry[] PlaylistSource.getSelectedEntries()
          Get an array of all Entry to be played.
 Entry[] IFishPane.getSelectedEntries()
          Get the currently selected Entries in the database or the playlist.
 

Uses of Entry in net.shredzone.ifish.db
 

Subclasses of Entry in net.shredzone.ifish.db
 class DbEntry
          This class represents an Entry which was read from the database.
 class FileEntry
          This class represents an Entry which was read from the file system.
 

Fields in net.shredzone.ifish.db with type parameters of type Entry
protected  SortedSet<Entry> NaviDb.sEntries
           
 

Methods in net.shredzone.ifish.db that return Entry
 Entry NaviDb.getEntry(File file)
          Get the Entry for the given File.
 Entry NaviDb.getEntry(File base, String fname)
          Get the Entry for the given database filename (i.e. the jukebox' filename).
 

Methods in net.shredzone.ifish.db that return types with arguments of type Entry
 List<Entry> Playlist.getEntries()
          Get all entries in a unmodifiable List.
 Iterator<Entry> NaviDb.iterator()
          Get an iterator of all entries.
 

Methods in net.shredzone.ifish.db with parameters of type Entry
 void NaviDb.addEntry(Entry entry)
          Add an entry to the database.
 void Playlist.addEntry(Entry entry)
          Add an Entry to the bottom of the playlist.
 int Entry.compareTo(Entry o)
          Compare one Entry to another.
 boolean Playlist.contains(Entry entry)
          Check if this Playlist contains an Entry.
 int Playlist.insertEntry(int index, Entry entry)
          Insert an Entry to a certain position.
 void NaviDb.removeEntry(Entry entry)
          Remove an entry from the database.
 void PlaylistDb.removeEntry(Entry entry)
          Remove an Entry from all playlists.
 void Playlist.removeEntry(Entry entry)
          Remove an Entry from the playlist.
 void StatusCallback.setCurrentEntry(Entry entry)
          Set the current entry that is being processed by the current action.
 void StatusCallback.DefaultStatusCallback.setCurrentEntry(Entry entry)
           
 

Uses of Entry in net.shredzone.ifish.gui
 

Fields in net.shredzone.ifish.gui with type parameters of type Entry
protected  List<Entry> NaviDbTableModel.lSequence
           
 

Methods in net.shredzone.ifish.gui that return Entry
 Entry NaviDbTableModel.getEntryAt(int rowIndex)
          Get the entry of a certain row.
 Entry PlaylistTableModel.getEntryAt(int rowIndex)
          Get the Entry of a row.
 Entry[] PlaylistPane.getSelectedEntries()
          Get an array of all Entry to be played.
 Entry[] DatabasePane.getSelectedEntries()
          Get all selected entries
 

Methods in net.shredzone.ifish.gui with parameters of type Entry
 void NaviDbTableModel.addEntry(Entry entry)
          Add an entry to the database.
 void NaviDbTableModel.removeEntry(Entry entry)
          Remove an entry from the database.
 void StatusProgressBar.setCurrentEntry(Entry entry)
          Set the current entry that is being processed by the current action.
 



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