Packagecom.ithaca.timeline
Classpublic class TimeToolTip
InheritanceTimeToolTip Inheritance mx.containers.Panel
Implements mx.binding.IBindingClient, mx.core.IToolTip

Tooltip-like component that shows a time label ; it is used in the Cursor class or appears when the mouse cursor is over a TimeRuler.

(this is not a true toolTip)

See also

Cursor


Public Properties
 PropertyDefined By
  body : BorderContainer
TimeToolTip
  bodyText : String
TimeToolTip
  bottomArrow : Path
TimeToolTip
  showBottomArrow : Boolean = true
TimeToolTip
  showTopArrow : Boolean = true
TimeToolTip
  _text : String
TimeToolTip
  text : String
TimeToolTip
  topArrow : Path
TimeToolTip
Public Methods
 MethodDefined By
  
Constructor.
TimeToolTip
  
styleChanged(styleProp:String):void
[override]
TimeToolTip
Styles
 Style Description Defined By
  
showBottomArrow
Type: Boolean CSS Inheritance: no
TimeToolTip
  
showTopArrow
Type: Boolean CSS Inheritance: no
TimeToolTip
Property Detail
_textproperty
public var _text:String

bodyproperty 
public var body:BorderContainer

This property can be used as the source for data binding.

bodyTextproperty 
public var bodyText:String

This property can be used as the source for data binding.

bottomArrowproperty 
public var bottomArrow:Path

This property can be used as the source for data binding.

showBottomArrowproperty 
public var showBottomArrow:Boolean = true

This property can be used as the source for data binding.

showTopArrowproperty 
public var showTopArrow:Boolean = true

This property can be used as the source for data binding.

textproperty 
text:String

This property can be used as the source for data binding.


Implementation
    public function get text():String
    public function set text(value:String):void
topArrowproperty 
public var topArrow:Path

This property can be used as the source for data binding.

Constructor Detail
TimeToolTip()Constructor
public function TimeToolTip()

Constructor.

Method Detail
styleChanged()method
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String