Package com.iizigo.vs

Class VSGroupTooltip

java.lang.Object
com.iizigo.vs.VSGroupTooltip

public class VSGroupTooltip extends Object
Tooltip composite for VSGroup.
Author:
Christopher Mindus
  • 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.