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