Class TooltipShell

java.lang.Object
com.biglybt.ui.swt.utils.TooltipShell
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener

public class TooltipShell extends Object implements org.eclipse.swt.widgets.Listener
  • 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

      private final TooltipShell.TooltipProvider ttp
  • Constructor Details

  • Method Details

    • handleEvent

      public void handleEvent(org.eclipse.swt.widgets.Event event)
      Specified by:
      handleEvent in interface org.eclipse.swt.widgets.Listener