Class TraySWT

java.lang.Object
com.biglybt.ui.swt.systray.TraySWT
All Implemented Interfaces:
TrayDelegate

public class TraySWT extends Object implements TrayDelegate
Created by TuxPaper on 6/29/2017.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.eclipse.swt.widgets.Tray
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TraySWT(org.eclipse.swt.widgets.Display display)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.widgets.Tray
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • tray

      private final org.eclipse.swt.widgets.Tray tray
  • Constructor Details

    • TraySWT

      public TraySWT(org.eclipse.swt.widgets.Display display)
  • Method Details

    • getSWT

      public org.eclipse.swt.widgets.Tray getSWT()