Uses of Interface
org.crosswire.jsword.book.install.Installer

Packages that use Installer
org.crosswire.bibledesktop.book.install   
org.crosswire.jsword.book.install An abstraction of an installer. 
org.crosswire.jsword.book.install.sword An implementaiion of an installer that can handle Sword Modules. 
org.crosswire.jsword.util This package contains general Project specific utilities. 
 

Uses of Installer in org.crosswire.bibledesktop.book.install
 

Fields in org.crosswire.bibledesktop.book.install declared as Installer
private  Installer EditSitePane.editInstaller
          If we are editing an installer, we need to know it's original value in case someone clicks cancel.
protected  Installer SitePane.installer
          From which we get our list of installable modules
 

Methods in org.crosswire.bibledesktop.book.install that return Installer
private static Installer IndexResolver.selectInstaller(Component parent)
          Pick an installer
 

Methods in org.crosswire.bibledesktop.book.install with parameters of type Installer
private  void EditSitePane.display(String name, Installer installer)
          Set the display in the RHS to the given installer
private  void EditSitePane.setBean(Installer installer)
          Convenience method to allow us to change the type of the current installer.
 

Constructors in org.crosswire.bibledesktop.book.install with parameters of type Installer
SitePane(Installer bookListInstaller)
          For remote installations
SitePane(Installer bookListInstaller, String labelAcronymn)
          Internal ctor
 

Uses of Installer in org.crosswire.jsword.book.install
 

Fields in org.crosswire.jsword.book.install declared as Installer
private  Installer InstallerEvent.installer
          The name of the changed Bible
 

Methods in org.crosswire.jsword.book.install that return Installer
 Installer InstallerFactory.createInstaller()
          Create a new Installer with default values for editing via bean properties.
 Installer InstallerFactory.createInstaller(String url)
          Create a new Installer with values from the given url to use for initial values.
 Installer InstallerEvent.getInstaller()
          Get the name of the changed Bible
 Installer InstallManager.getInstaller(String name)
          Find an installer by name
 

Methods in org.crosswire.jsword.book.install with parameters of type Installer
 void InstallManager.addInstaller(String name, Installer installer)
          Add an installer to our list of installers
protected  void InstallManager.fireInstallersChanged(Object source, Installer installer, boolean added)
          Kick of an event sequence
 String InstallManager.getFactoryNameForInstaller(Installer installer)
          Find the registered name of the InstallerFactory that created the given installer.
 String InstallManager.getInstallerNameForInstaller(Installer installer)
          Find the registered name of the Installer.
private  void InstallManager.internalAdd(String name, Installer installer)
          InstallManager is a Map, however we demand that both names and installers are unique (so we can lookup a name from an installer)
 

Constructors in org.crosswire.jsword.book.install with parameters of type Installer
InstallerEvent(Object source, Installer installer, boolean added)
          Basic constructor
 

Uses of Installer in org.crosswire.jsword.book.install.sword
 

Classes in org.crosswire.jsword.book.install.sword that implement Installer
 class AbstractSwordInstaller
          .
 class FtpSwordInstaller
          An implementation of Installer for reading data from Sword FTP sites.
 class HttpSwordInstaller
          An implementation of Installer for reading data from Sword Web sites.
 

Methods in org.crosswire.jsword.book.install.sword that return Installer
 Installer HttpSwordInstallerFactory.createInstaller()
           
 Installer FtpSwordInstallerFactory.createInstaller()
           
 Installer HttpSwordInstallerFactory.createInstaller(String url)
           
 Installer FtpSwordInstallerFactory.createInstaller(String url)
           
 

Uses of Installer in org.crosswire.jsword.util
 

Methods in org.crosswire.jsword.util with parameters of type Installer
static void IndexDownloader.downloadIndex(Book book, Installer installer)
          Download and install a search index
 


Copyright ? 2003-2004