Class TableTooltips
java.lang.Object
com.biglybt.ui.swt.views.table.impl.TableTooltips
- All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.swt.widgets.Composite(package private) org.eclipse.swt.widgets.Shell(package private) org.eclipse.swt.custom.CLabelstatic booleanstatic boolean(package private) org.eclipse.swt.widgets.Shellprivate final TableViewSWT -
Constructor Summary
ConstructorsConstructorDescriptionTableTooltips(TableViewSWT tv, org.eclipse.swt.widgets.Composite composite) Initialize -
Method Summary
-
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
-
-
Constructor Details
-
TableTooltips
Initialize
-
-
Method Details
-
handleEvent
public void handleEvent(org.eclipse.swt.widgets.Event event) - Specified by:
handleEventin interfaceorg.eclipse.swt.widgets.Listener
-