org.jext.misc
Class PluginDownload

java.lang.Object
  extended byorg.jext.misc.PluginDownload

public class PluginDownload
extends java.lang.Object

This is the master class of all the plugin update process; see the code of main() for a sample of use.

Since:
Jext3.2pre4
Author:
Blaisorblade

Field Summary
static boolean debug
           
 
Method Summary
static java.io.Reader getDtd()
           
static AbstractPlugReader getUpdater()
           
static javax.swing.JDialog getUpdateWindow()
           
static boolean loadList()
          This method loads the list of plugins into the AbstractPlugReader instance which can be got through getUpdater().
static void main(java.lang.String[] args)
           
static javax.swing.JPanel newUpdatePanel()
           
static void showUpdateWindow()
           
static void startUpdate()
          This method starts the update: downloads the new autoUpdate.jar if needed, and when this is done shows the window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Method Detail

loadList

public static boolean loadList()
This method loads the list of plugins into the AbstractPlugReader instance which can be got through getUpdater().


newUpdatePanel

public static javax.swing.JPanel newUpdatePanel()

getUpdater

public static AbstractPlugReader getUpdater()

getDtd

public static java.io.Reader getDtd()

getUpdateWindow

public static javax.swing.JDialog getUpdateWindow()

startUpdate

public static void startUpdate()
This method starts the update: downloads the new autoUpdate.jar if needed, and when this is done shows the window.


showUpdateWindow

public static void showUpdateWindow()

main

public static void main(java.lang.String[] args)


Copyright © 2002 Romain Guy.