Manages tool tips for UI components.

Available since

1.0.0

.

See also:

Static variables

@:flash.propertystatictoolTipManagerFactory:DisplayObject ‑> IToolTipManager

Returns a new instance of an IToolTipManager implementation. May be used to replace the default tool tip manager with a custom implementation.

Available since

1.0.0

.

See also:

Static methods

staticaddRoot(stage:Stage):IToolTipManager

Returns the IToolTipManager instance associated with the specified Stage instance. If a tool tip manager hasn't been created for this stage yet, one will be created automatically using ToolTipManager.toolTipManagerFactory.

Available since

1.0.0

.

See also:

staticdispose():Void

Removes all IToolTipManager instances created by calling ToolTipManager.forStage().

Available since

1.0.0

.

staticforRoot(stage:Stage):IToolTipManager

Return the tool tip manager for the specified root, or null.

Available since

1.0.0

.

statichasRoot(stage:Stage):Bool

Indicates if a specific stage object is a tool tip manager root.

Available since

1.0.0

.

staticremoveRoot(stage:Stage):Void

Removes a tool tip manager root that was enabled with addRoot().

Available since

1.0.0

.