|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.event.tooltip.TooltipEvent
A class representing JRex Tooltip Event.
Constructor Summary | |
TooltipEvent(int jrexPeer,
int eventType,
int cX,
int cY,
String toolTip)
WindowEvent constructor |
Method Summary | |
int |
getClientX()
Returns the x co-ordinate where tool tip should be shown. |
int |
getClientY()
Returns the y co-ordinate where tool tip should be shown. |
int |
getEventType()
Returns the tooltip event type. |
int |
getJRexPeer()
Returns the target browser component to which the event belongs. |
String |
getToolTip()
Returns the tool tip string to be shown. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TooltipEvent(int jrexPeer, int eventType, int cX, int cY, String toolTip)
jrexPeer
- target browser component to which the event belongseventType
- type of tool tip event.cX
- tool tip window x co-ordinate.cY
- tool tip window y co-ordinate.toolTip
- tool tip string to be shown.TooltipEventConstants
Method Detail |
public int getJRexPeer()
public int getEventType()
public int getClientX()
public int getClientY()
public String getToolTip()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |