public class SystemTray
extends java.lang.Object
Constructor and Description |
---|
SystemTray()
Creates the SystemTray
|
Modifier and Type | Method and Description |
---|---|
void |
createMenus()
Creates the Menus
|
protected static javax.swing.JDialog |
getProgamPopupParent() |
boolean |
initSystemTray()
Initializes the System
|
boolean |
isTrayUsed()
Is the Tray activated and used?
|
void |
setVisible(boolean value)
Sets the visibility of the tray.
|
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.
|
public boolean initSystemTray()
public void createMenus()
public void setVisible(boolean value)
value
- True if visible.public 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 ballon tip.public boolean isTrayUsed()
protected static javax.swing.JDialog getProgamPopupParent()
TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)