Class Navigator
java.lang.Object
org.fife.rsta.ac.js.ecma.api.client.Navigator
- All Implemented Interfaces:
NavigatorFunctions,JSObjectFunctions,JS5ObjectFunctions
-
Field Summary
FieldsModifier and TypeFieldDescriptionProperty appCodeNameProperty appNameProperty appVersionprotected JSFunctionproperty constructorProperty cookieEnabledProperty mimeTypesProperty platformProperty pluginsproperty prototypeProperty userAgent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfMethods inherited from interface org.fife.rsta.ac.js.ecma.api.client.funtions.NavigatorFunctions
javaEnabled
-
Field Details
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
prototype
property prototype- See Also:
-
appCodeName
Property appCodeName -
appName
Property appName -
appVersion
Property appVersion -
cookieEnabled
Property cookieEnabled -
mimeTypes
Property mimeTypes -
platform
Property platform -
plugins
Property plugins -
userAgent
Property userAgent
-
-
Constructor Details
-
Navigator
public Navigator()Object Navigator()- Since:
- Common Usage, no standard
-