|
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.ui.tray.SystemTray
public class SystemTray
This Class creates a SystemTray
Constructor Summary | |
---|---|
SystemTray()
Creates the SystemTray |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemTray()
Method Detail |
---|
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.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |