Class TooltipShell
java.lang.Object
com.biglybt.ui.swt.utils.TooltipShell
- All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.swt.widgets.Composite(package private) org.eclipse.swt.widgets.Shell(package private) org.eclipse.swt.custom.CLabel(package private) org.eclipse.swt.widgets.Shellprivate final TooltipShell.TooltipProvider -
Constructor Summary
ConstructorsConstructorDescriptionTooltipShell(TooltipShell.TooltipProvider ttp, org.eclipse.swt.widgets.Composite composite) Initialize -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
TooltipShell
Initialize
-
-
Method Details
-
handleEvent
public void handleEvent(org.eclipse.swt.widgets.Event event) - Specified by:
handleEventin interfaceorg.eclipse.swt.widgets.Listener
-