|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
buoy.event.ToolTipEvent
public class ToolTipEvent
This event indicates that the user has performed the series of actions which signal that a tool tip should be displayed. Generally, this involves placing the mouse pointer over a Widget and not moving it for a certain amount of time.
For more information on how to display tool tips, see the BToolTip
class.
| Constructor Summary | |
|---|---|
ToolTipEvent(Widget source,
long when,
java.awt.Point pos,
java.awt.Point tipPos)
Create a ToolTipEvent. |
|
| Method Summary | |
|---|---|
java.awt.Point |
getPoint()
Get the position of the mouse pointer. |
java.awt.Point |
getToolTipLocation()
Get the suggested position at which the tool tip should be displayed. |
long |
getWhen()
Get the time at which the event occurred. |
Widget |
getWidget()
Get the Widget which generated this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ToolTipEvent(Widget source,
long when,
java.awt.Point pos,
java.awt.Point tipPos)
source - the Widget which generated this eventwhen - the time at which the event occurredpos - the position of the mouse pointertipPos - the position at which the tool tip should be displayed| Method Detail |
|---|
public Widget getWidget()
getWidget in interface WidgetEventpublic long getWhen()
public java.awt.Point getPoint()
public java.awt.Point getToolTipLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||