public class PluginDownload
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
debug |
Modifier and Type | Method and Description |
---|---|
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.
|
public static boolean loadList()
public static javax.swing.JPanel newUpdatePanel()
public static AbstractPlugReader getUpdater()
public static java.io.Reader getDtd()
public static javax.swing.JDialog getUpdateWindow()
public static void startUpdate()
public static void showUpdateWindow()
public static void main(java.lang.String[] args)
Copyright ? 2002 Romain Guy.