|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.TVBrowser
public class TVBrowser
TV-Browser
Field Summary | |
---|---|
static java.lang.String |
MAINWINDOW_TITLE
The title bar string. |
static Version |
VERSION
|
Constructor Summary | |
---|---|
TVBrowser()
|
Method Summary | |
---|---|
static void |
addRestart()
|
static void |
flushSettings(boolean log)
Saves the main settings. |
static java.lang.String[] |
getAllVersionStrings()
get the version names of all released versions (for use in directory names) |
static java.lang.String |
getCurrentVersionString()
get the version string of this version (for use in directories) |
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 |
loadDataServicesAtStartup()
|
static void |
loadTray()
Loads the tray icon. |
static void |
main(java.lang.String[] args)
Entry point of the application |
static void |
removeTray()
Remove the tray icon. |
static boolean |
restartEnabled()
|
static boolean |
showBalloonTip(java.lang.String caption,
java.lang.String message,
java.awt.TrayIcon.MessageType messageType)
Shows a balloon tip on the TV-Browser tray icon. |
static void |
shutdown(boolean log)
Called when TV-Browser shuts down. |
static void |
stopAutomaticDownload()
|
static void |
updateProxySettings()
Updates the proxy settings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Version VERSION
public static final java.lang.String MAINWINDOW_TITLE
Constructor Detail |
---|
public TVBrowser()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The arguments given in the command line.public static boolean restartEnabled()
public static void addRestart()
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 showBalloonTip(java.lang.String caption, java.lang.String message, java.awt.TrayIcon.MessageType messageType)
caption
- The caption of the displayed message.message
- The message to display in the balloon tip.messageType
- The type of the displayed balllon tip.
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()
public static java.lang.String getCurrentVersionString()
public static java.lang.String[] getAllVersionStrings()
public static void stopAutomaticDownload()
public static void loadDataServicesAtStartup()
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |