Packagevegas.ui
Classpublic class MouseWheelInspector
InheritanceMouseWheelInspector Inheritance Object

This mousewheel inspector use JS to inspect the mouse wheel event (problem with mac for example).



Public Properties
 PropertyDefined By
  available : Boolean
[read-only] Indicates if the inspector Javascript connection is available.
MouseWheelInspector
  isMac : Boolean
[read-only] Indicates if the platform used to open the application is a MAC.
MouseWheelInspector
  objectID : String
[read-only] Returns the id attribute of the object tag in Internet Explorer, or the name attribute of the embed tag in Netscape.
MouseWheelInspector
  scrolling : Boolean
Indicates if the browser scrolling.
MouseWheelInspector
Public Methods
 MethodDefined By
  
MouseWheelInspector(stage:Stage)
Creates a new MouseWheelInspector instance.
MouseWheelInspector
Public Constants
 ConstantDefined By
  AVAILABLE : XML
[static] This Javascript script is used to tests if the inspector if available.
MouseWheelInspector
  DISPOSE : XML
[static] This Javascript script is used to tests if the inspector if available.
MouseWheelInspector
  ENFORCER : String = MouseWheelInspector.force
[static] The command name to force the patch.
MouseWheelInspector
  RUNNER : String = MouseWheelInspector.run
[static] The command name to execute the patch.
MouseWheelInspector
Property Detail
availableproperty
available:Boolean  [read-only]

Indicates if the inspector Javascript connection is available.


Implementation
    public function get available():Boolean
isMacproperty 
isMac:Boolean  [read-only]

Indicates if the platform used to open the application is a MAC.


Implementation
    public function get isMac():Boolean
objectIDproperty 
objectID:String  [read-only]

Returns the id attribute of the object tag in Internet Explorer, or the name attribute of the embed tag in Netscape.


Implementation
    public function get objectID():String
scrollingproperty 
scrolling:Boolean

Indicates if the browser scrolling.


Implementation
    public function get scrolling():Boolean
    public function set scrolling(value:Boolean):void
Constructor Detail
MouseWheelInspector()Constructor
public function MouseWheelInspector(stage:Stage)

Creates a new MouseWheelInspector instance.

Parameters
stage:Stage — The stage reference of the application.
Constant Detail
AVAILABLEConstant
public static const AVAILABLE:XML

This Javascript script is used to tests if the inspector if available.

DISPOSEConstant 
public static const DISPOSE:XML

This Javascript script is used to tests if the inspector if available.

ENFORCERConstant 
public static const ENFORCER:String = MouseWheelInspector.force

The command name to force the patch.

RUNNERConstant 
public static const RUNNER:String = MouseWheelInspector.run

The command name to execute the patch.