Packageorg.aswing.event
Classpublic class ToolTipEvent
InheritanceToolTipEvent Inheritance AWEvent Inheritance flash.events.Event



Public Methods
 MethodDefined by
  
ToolTipEvent(type:String)
ToolTipEvent
  
clone():Event
ToolTipEvent
Public Constants
 ConstantDefined by
 InheritedACT : String = "act"
[static] The AWEvent.ACT constant defines the value of the type property of the event object for a act event.
AWEvent
 InheritedFOCUS_GAINED : String = "focusGained"
[static] The AWEvent.FOCUS_GAINED constant defines the value of the type property of the event object for a focusGained event.
AWEvent
 InheritedFOCUS_LOST : String = "focusLost"
[static] The AWEvent.FOCUS_LOST constant defines the value of the type property of the event object for a focusLost event.
AWEvent
 InheritedHIDDEN : String = "hidden"
[static] The AWEvent.HIDDEN constant defines the value of the type property of the event object for a hidden event.
AWEvent
 InheritedPAINT : String = "paint"
[static] The AWEvent.PAINT constant defines the value of the type property of the event object for a paint event.
AWEvent
 InheritedSHOWN : String = "shown"
[static] The AWEvent.SHOWN constant defines the value of the type property of the event object for a shown event.
AWEvent
  TIP_SHOWING : String = "tipShowing"
[static] The ToolTipEvent.TIP_SHOWING constant defines the value of the type property of the event object for a tipShowing event.
ToolTipEvent
  TIP_TEXT_CHANGED : String = "tipTextChanged"
[static] The ToolTipEvent.ACT constant defines the value of the type property of the event object for a tipTextChanged event.
ToolTipEvent
Constructor detail
ToolTipEvent()constructor
public function ToolTipEvent(type:String)Parameters
type:String
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
TIP_SHOWINGconstant
public static const TIP_SHOWING:String = "tipShowing"

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:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe 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.
targetThe 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.
TIP_TEXT_CHANGEDconstant 
public static const TIP_TEXT_CHANGED:String = "tipTextChanged"

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:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe 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.
targetThe 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.