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 java.lang.Object implements org.eclipse.swt.widgets.Listener
-
-
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
static boolean
tooltips_disabled
(package private) org.eclipse.swt.widgets.Shell
toolTipShell
private TableViewSWT
tv
-
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)
-
-
-
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
-
tv
private final TableViewSWT tv
-
-
Constructor Detail
-
TableTooltips
public TableTooltips(TableViewSWT tv, org.eclipse.swt.widgets.Composite composite)
Initialize
-
-