Interface NavigatorFunctions
-
- All Superinterfaces:
JS5ObjectFunctions,JSObjectFunctions
- All Known Implementing Classes:
Navigator
public interface NavigatorFunctions extends JS5ObjectFunctions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSBooleanjavaEnabled()function javaEnabled() - Specifies whether the browser has Java enabled-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Method Detail
-
javaEnabled
JSBoolean javaEnabled()
function javaEnabled() - Specifies whether the browser has Java enabled
-
-