The default implementation of IToolTipManager
.
Available since
1.0.0
.See also:
feathers.core.ToolTipManager
Static variables
staticfinalread onlyCHILD_VARIANT_TOOL_TIP:String = "toolTip"
A variant used to style the tool tip label.
The following example uses this variant:
var toolTip = new Label();
toolTip.variant = DefaultToolTipManager.CHILD_VARIANT_TOOL_TIP;
Available since
1.0.0
.See also:
Constructor
new(root:DisplayObject)
Creates a new DefaultToolTipManager
object with the given arguments.
Available since
1.0.0
.