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