Uses of Interface
com.biglybt.ui.swt.systray.TrayDelegate
-
Packages that use TrayDelegate Package Description com.biglybt.ui.swt.systray -
-
Uses of TrayDelegate in com.biglybt.ui.swt.systray
Classes in com.biglybt.ui.swt.systray that implement TrayDelegate Modifier and Type Class Description class
TraySWT
Created by TuxPaper on 6/29/2017.Fields in com.biglybt.ui.swt.systray declared as TrayDelegate Modifier and Type Field Description (package private) TrayDelegate
SystemTraySWT. tray
Methods in com.biglybt.ui.swt.systray that return TrayDelegate Modifier and Type Method Description (package private) static TrayDelegate
TrayDelegateFactory. getTray(org.eclipse.swt.widgets.Display display)
Methods in com.biglybt.ui.swt.systray with parameters of type TrayDelegate Modifier and Type Method Description (package private) static TrayItemDelegate
TrayDelegateFactory. createTrayItem(TrayDelegate tray)
Constructors in com.biglybt.ui.swt.systray with parameters of type TrayDelegate Constructor Description TrayItemSWT(TrayDelegate tray, int style)
-