Package com.biglybt.ui.swt.utils
Class TooltipShell
- java.lang.Object
-
- com.biglybt.ui.swt.utils.TooltipShell
-
- All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
public class TooltipShell extends java.lang.Object implements org.eclipse.swt.widgets.Listener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TooltipShell.TooltipProvider
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Composite
composite
(package private) org.eclipse.swt.widgets.Shell
mainShell
(package private) org.eclipse.swt.custom.CLabel
toolTipLabel
(package private) org.eclipse.swt.widgets.Shell
toolTipShell
private TooltipShell.TooltipProvider
ttp
-
Constructor Summary
Constructors Constructor Description TooltipShell(TooltipShell.TooltipProvider ttp, org.eclipse.swt.widgets.Composite composite)
Initialize
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEvent(org.eclipse.swt.widgets.Event event)
-
-
-
Field Detail
-
toolTipShell
org.eclipse.swt.widgets.Shell toolTipShell
-
mainShell
org.eclipse.swt.widgets.Shell mainShell
-
toolTipLabel
org.eclipse.swt.custom.CLabel toolTipLabel
-
composite
private final org.eclipse.swt.widgets.Composite composite
-
ttp
private final TooltipShell.TooltipProvider ttp
-
-
Constructor Detail
-
TooltipShell
public TooltipShell(TooltipShell.TooltipProvider ttp, org.eclipse.swt.widgets.Composite composite)
Initialize
-
-