ewe.ui
Class ToolTip

java.lang.Object
  extended byewe.ui.ToolTip

public class ToolTip
extends Object


Field Summary
 Control forWho
          Who this tip is for.
 boolean persists
          If this is true, then the tool tip will remain visible until the mouse moves off of the control.
 Object tip
          This should be either a String, Control or IImage.
 
Constructor Summary
ToolTip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

tip

public Object tip
This should be either a String, Control or IImage.


persists

public boolean persists
If this is true, then the tool tip will remain visible until the mouse moves off of the control. If it is false then it will disappear once the mouse moves.


forWho

public Control forWho
Who this tip is for. You do not need to set this, it is used by PenEvent.

Constructor Detail

ToolTip

public ToolTip()