Class TableTooltips

  • All Implemented Interfaces:
    org.eclipse.swt.widgets.Listener

    public class TableTooltips
    extends java.lang.Object
    implements org.eclipse.swt.widgets.Listener
    • Constructor Summary

      Constructors 
      Constructor Description
      TableTooltips​(TableViewSWT tv, 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tooltips_disabled

        public static boolean tooltips_disabled
      • 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
    • Constructor Detail

      • TableTooltips

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

      • handleEvent

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