Package com.iizigo.vs

Class VSFieldTooltip

java.lang.Object
com.iizigo.vs.VSFieldTooltip

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