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