Package com.iizigo.vs
Class VSTableTooltip
java.lang.Object
com.iizigo.vs.VSTableTooltip
Tooltip composite for VSTable.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Compositecreate(org.eclipse.swt.widgets.Composite parent, EditorVSTable table) Creates the tooltip.
Constructor Details
VSTableTooltip
public VSTableTooltip()
Method Details
create
public static org.eclipse.swt.widgets.Composite create(org.eclipse.swt.widgets.Composite parent, EditorVSTable table) Creates the tooltip.- Parameters:
parent- The parent.table- The table.- Returns:
- The created tooltip.