Class Navigator
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.client.Navigator
-
- All Implemented Interfaces:
NavigatorFunctions,JSObjectFunctions,JS5ObjectFunctions
public abstract class Navigator extends java.lang.Object implements NavigatorFunctions
-
-
Field Summary
Fields Modifier and Type Field Description JSStringappCodeNameProperty appCodeNameJSStringappNameProperty appNameJSStringappVersionProperty appVersionprotected JSFunctionconstructorproperty constructorJSBooleancookieEnabledProperty cookieEnabledJS5ArraymimeTypesProperty mimeTypesJSStringplatformProperty platformJS5ArraypluginsProperty pluginsNavigatorprototypeproperty prototypeJSStringuserAgentProperty userAgent
-
Constructor Summary
Constructors Constructor Description Navigator()Object Navigator()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.client.funtions.NavigatorFunctions
javaEnabled
-
-
-
-
Field Detail
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Function
-
appCodeName
public JSString appCodeName
Property appCodeName
-
appName
public JSString appName
Property appName
-
appVersion
public JSString appVersion
Property appVersion
-
cookieEnabled
public JSBoolean cookieEnabled
Property cookieEnabled
-
mimeTypes
public JS5Array mimeTypes
Property mimeTypes
-
platform
public JSString platform
Property platform
-
plugins
public JS5Array plugins
Property plugins
-
userAgent
public JSString userAgent
Property userAgent
-
-