Class HopGuiTooltipExtension
- java.lang.Object
-
- org.apache.hop.ui.hopgui.file.shared.HopGuiTooltipExtension
-
public class HopGuiTooltipExtension extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AreaOwnerareaOwnerintscreenXintscreenYStringBuildertiporg.eclipse.swt.graphics.ImagetooltipImageintxinty
-
Constructor Summary
Constructors Constructor Description HopGuiTooltipExtension(int x, int y, int screenX, int screenY, AreaOwner areaOwner, StringBuilder tip)
-
-
-
Field Detail
-
x
public int x
-
y
public int y
-
screenX
public int screenX
-
screenY
public int screenY
-
areaOwner
public AreaOwner areaOwner
-
tooltipImage
public org.eclipse.swt.graphics.Image tooltipImage
-
tip
public StringBuilder tip
-
-
Constructor Detail
-
HopGuiTooltipExtension
public HopGuiTooltipExtension(int x, int y, int screenX, int screenY, AreaOwner areaOwner, StringBuilder tip)
-
-