| Package | vegas.ui |
| Class | public class MouseWheelInspector |
| Inheritance | MouseWheelInspector Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
MouseWheelInspector(stage:Stage)
Creates a new MouseWheelInspector instance. | MouseWheelInspector | ||
| Constant | Defined 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 | ||
| available | property |
available:Boolean [read-only] Indicates if the inspector Javascript connection is available.
public function get available():Boolean| isMac | property |
isMac:Boolean [read-only] Indicates if the platform used to open the application is a MAC.
public function get isMac():Boolean| objectID | property |
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.
public function get objectID():String| scrolling | property |
scrolling:BooleanIndicates if the browser scrolling.
public function get scrolling():Boolean public function set scrolling(value:Boolean):void| MouseWheelInspector | () | Constructor |
public function MouseWheelInspector(stage:Stage)Creates a new MouseWheelInspector instance.
Parametersstage:Stage — The stage reference of the application.
|
| AVAILABLE | Constant |
public static const AVAILABLE:XMLThis Javascript script is used to tests if the inspector if available.
| DISPOSE | Constant |
public static const DISPOSE:XMLThis Javascript script is used to tests if the inspector if available.
| ENFORCER | Constant |
public static const ENFORCER:String = MouseWheelInspector.forceThe command name to force the patch.
| RUNNER | Constant |
public static const RUNNER:String = MouseWheelInspector.runThe command name to execute the patch.