class org.aswing.event.ToolTipEvent extends AWEvent
Class Fields
static var TIP_SHOWING:String
The ToolTipEvent.TIP_SHOWING constant defines the value of the
type property of the event object for a tipShowing event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
comp.addEventListener() to register an event listener,
comp is the value of the currentTarget. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
@eventType tipShowing
static var TIP_TEXT_CHANGED:String
The ToolTipEvent.ACT constant defines the value of the
type property of the event object for a tipTextChanged event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
comp.addEventListener() to register an event listener,
comp is the value of the currentTarget. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
@eventType tipTextChanged
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
