Uses of Class
net.shredzone.ifish.actions.IFishAction

Packages that use IFishAction
net.shredzone.ifish   
net.shredzone.ifish.actions   
net.shredzone.ifish.gui   
 

Uses of IFishAction in net.shredzone.ifish
 

Methods in net.shredzone.ifish that return IFishAction
 IFishAction IFishPane.getAction(String key)
          Get the Action named with the given key.
 

Uses of IFishAction in net.shredzone.ifish.actions
 

Subclasses of IFishAction in net.shredzone.ifish.actions
 class AboutAction
          Shows the About window.
 class AsyncIFishAction
          The basic class for asynchronous IFish actions.
 class DeleteDatabaseAction
          Delete the database from the current directory.
 class ExportDatabaseAction
          Exports the database into some file, as XML.
 class PlayerAction
          Player action: starts, stops and pauses the external player.
 class PrefsAction
          Shows the Preferences window.
 class QuitAction
          Quit the application.
 class ReadDatabaseAction
          Read a database from the current directory.
 class SaveDatabaseAction
          Saves a database to the current directory.
 class SyncDatabaseAction
          Synchronizes a database from the current directory.
 

Uses of IFishAction in net.shredzone.ifish.gui
 

Subclasses of IFishAction in net.shredzone.ifish.gui
static class PlaylistPane.AllAction
           
static class PlaylistPane.CreateAction
           
static class PlaylistPane.DeleteAction
           
static class PlaylistPane.MoveAction
           
static class PlaylistPane.PasteAction
           
static class PlaylistPane.RemoveAction
           
static class PlaylistPane.RenameAction
           
static class PlaylistPane.SortAction
           
 



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