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

Packages that use Installer
org.crosswire.bibledesktop.book.install An Install Manager for Books: Bibles, Commentaries and Dictionaries. 
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 Books (Modules). 
org.crosswire.jsword.bridge Command line programs to do useful things. 
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 books
 

Fields in org.crosswire.bibledesktop.book.install with type parameters of type Installer
private  Map<String,Installer> SitesPane.installers
          The known installers fetched from InstallManager
 

Methods in org.crosswire.bibledesktop.book.install that return Installer
 Installer SwordSiteEditor.getInstaller()
           
 Installer SiteEditor.getInstaller()
          Get the installer associated with this SiteEditor
private static Installer IndexResolver.selectInstaller(Component parent)
          Pick an installer
 

Methods in org.crosswire.bibledesktop.book.install with parameters of type Installer
static SiteEditor SiteEditorFactory.createSiteEditor(Installer installer)
          Create a new SiteEditor
private  void EditSitePane.display(String name, Installer installer)
          Set the display in the RHS to the given installer
 void SwordSiteEditor.setInstaller(Installer newInstaller)
           
 void SiteEditor.setInstaller(Installer newInstaller)
          Establish the installer for this SiteEditor.
private  void EditSitePane.setInstaller(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
 

Fields in org.crosswire.jsword.book.install with type parameters of type Installer
private  Map<String,Installer> InstallManager.installers
          The list of discovered installers
 

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 that return types with arguments of type Installer
 Map<String,Installer> InstallManager.getInstallers()
          Accessor for the known installers
 

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 HttpSwordInstaller
           
 

Methods in org.crosswire.jsword.book.install.sword that return Installer
 Installer HttpSwordInstallerFactory.createInstaller()
           
 Installer HttpSwordInstallerFactory.createInstaller(String installerDefinition)
           
private  Installer HttpSwordInstallerFactory.createInstaller(String[] parts)
           
private  Installer HttpSwordInstallerFactory.createOldInstaller(String[] parts)
           
 

Uses of Installer in org.crosswire.jsword.bridge
 

Methods in org.crosswire.jsword.bridge that return types with arguments of type Installer
 Map<String,Installer> BookInstaller.getInstallers()
          Get a list of all known installers.
 

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-2011