net.sourceforge.geeboss.view.tray
Class SystemTrayAlert

java.lang.Object
  extended by net.sourceforge.geeboss.view.tray.SystemTrayAlert

public class SystemTrayAlert
extends java.lang.Object

This class creates a small Shell which places itself to the bottom right corner. A click on the content text will restore Geeboss from the System Tray.


Constructor Summary
SystemTrayAlert(org.eclipse.swt.widgets.Display display, SystemTray geebossSystemTray)
          Instantiate a new SystemTrayAlert
 
Method Summary
 boolean isPopupClosed()
          Get if the popup was closed already
 void open()
          Open the popup shell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTrayAlert

public SystemTrayAlert(org.eclipse.swt.widgets.Display display,
                       SystemTray geebossSystemTray)
Instantiate a new SystemTrayAlert

Parameters:
display - The display of Geeboss
geebossSystemTray - The calling System Tray class
Method Detail

isPopupClosed

public boolean isPopupClosed()
Get if the popup was closed already

Returns:
boolean true if the popup was closed

open

public void open()
Open the popup shell. The popup shall not grab focus, so we will simply set it visible.



Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.