Class TableTooltips

java.lang.Object
com.biglybt.ui.swt.views.table.impl.TableTooltips
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener

public class TableTooltips extends Object implements org.eclipse.swt.widgets.Listener
  • Field Details

    • tooltips_disabled

      public static boolean tooltips_disabled
    • tooltips_truncate

      public static boolean tooltips_truncate
    • 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
    • tv

      private final TableViewSWT tv
  • Constructor Details

    • TableTooltips

      public TableTooltips(TableViewSWT tv, org.eclipse.swt.widgets.Composite composite)
      Initialize
  • Method Details

    • handleEvent

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