public class TVBrowser extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
ALL_VERSIONS
The string array with the names of the earlier versions.
|
static String |
MAINWINDOW_TITLE
The title bar string.
|
static Localizer |
mLocalizer
The localizer for this class.
|
static Version |
VERSION |
Constructor and Description |
---|
TVBrowser() |
Modifier and Type | Method and Description |
---|---|
static void |
flushSettings(boolean log)
Saves the main settings.
|
static boolean |
handleAutomaticDownload()
Starts an automatic download if required
|
static boolean |
isStable()
get whether this is a development version or a stable build
|
static boolean |
isTransportable()
Gets if TV-Browser runs as portable version.
|
static boolean |
isUsingSystemTray()
Gets if the system tray is used.
|
static void |
loadTray()
Loads the tray icon.
|
static void |
main(String[] args)
Entry point of the application
|
static void |
removeTray()
Remove the tray icon.
|
static void |
shutdown(boolean log)
Called when TV-Browser shuts down.
|
static void |
updateProxySettings()
Updates the proxy settings.
|
public static Localizer mLocalizer
public static final String[] ALL_VERSIONS
public static final Version VERSION
public static final String MAINWINDOW_TITLE
public static void main(String[] args)
args
- The arguments given in the command line.public static void flushSettings(boolean log)
log
- If it should be written into the log.public static boolean isUsingSystemTray()
true
if the system tray is used, false
otherwise.public static void loadTray()
public static void removeTray()
public static boolean handleAutomaticDownload()
public static void shutdown(boolean log)
Stops the save thread and saves the settings.
log
- If it should be written to the log.public static void updateProxySettings()
public static boolean isTransportable()
public static boolean isStable()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)