Class TrayWindow

java.lang.Object
com.biglybt.ui.swt.TrayWindow
All Implemented Interfaces:
GlobalManagerListener, UIUpdatable

public class TrayWindow extends Object implements GlobalManagerListener, UIUpdatable
Download Basket. For System Tray, see SystemTraySWT
  • Field Details

    • ID

      private static final String ID
      See Also:
    • globalManager

      GlobalManager globalManager
    • managers

      List managers
    • managers_mon

      protected AEMonitor managers_mon
    • display

      org.eclipse.swt.widgets.Display display
    • minimized

      org.eclipse.swt.widgets.Shell minimized
    • label

      org.eclipse.swt.widgets.Label label
    • screen

      private org.eclipse.swt.graphics.Rectangle screen
    • xPressed

      private int xPressed
    • yPressed

      private int yPressed
    • moving

      private boolean moving
  • Constructor Details

    • TrayWindow

      public TrayWindow()
  • Method Details