Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma3.JSBoolean
-
-
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.client
Fields in org.fife.rsta.ac.js.ecma.api.client declared as JSBoolean Modifier and Type Field Description JSBooleanWindow. closedProperty closedJSBooleanNavigator. cookieEnabledProperty cookieEnabled -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.client.funtions
Methods in org.fife.rsta.ac.js.ecma.api.client.funtions that return JSBoolean Modifier and Type Method Description JSBooleanWindowFunctions. confirm(JSString arg)function confirm() Displays a dialog box with a message and an OK and a Cancel buttonJSBooleanNavigatorFunctions. javaEnabled()function javaEnabled() - Specifies whether the browser has Java enabledMethods in org.fife.rsta.ac.js.ecma.api.client.funtions with parameters of type JSBoolean Modifier and Type Method Description WindowWindowFunctions. open(JSString URL, JSString name, JSString specs, JSBoolean replace)function open(URL, name, specs, replace) Opens a new browser windowvoidLocationFunctions. reload(JSBoolean optionalArg)function reload(optionalArg) - Reload the current documentvoidWindowFunctions. setResizable(JSBoolean arg)function setResizable(arg) -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.e4x
Fields in org.fife.rsta.ac.js.ecma.api.e4x declared as JSBoolean Modifier and Type Field Description static JSBooleanE4XXML. ignoreProcessingInstructionsproperty ignoreProcessingInstructions The initial value of the ignoreProcessingInstructions property is true.static JSBooleanE4XXML. ignoreWhitespaceproperty ignoreWhitespace The initial value of the ignoreWhitespace property is true.static JSBooleanE4XXML. ignoringCommentsproperty ignoringComments The initial value of the ignoreComments property is true.static JSBooleanE4XXML. prettyPrintingproperty prettyPrinting The initial value of the prettyPrinting property is true. -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.e4x.functions
Methods in org.fife.rsta.ac.js.ecma.api.e4x.functions that return JSBoolean Modifier and Type Method Description JSBooleanE4XXMLFunctions. contains(E4XXML value)function contains(value) returns the result of comparing this XML object with the given value.JSBooleanE4XXMLFunctions. contains(E4XXMLList value)function contains(value) returns the result of comparing this XML object with the given value.JSBooleanE4XXMLListFunctions. contains(E4XXML value)function contains(value) returns a boolean value indicating whether this XMLList object contains an XML object that compares equal to the given value.JSBooleanE4XXMLFunctions. copy()function copy() returns a deep copy of the XML object.JSBooleanE4XXMLListFunctions. copy()function copy() returns a deep copy of the XMLList object.JSBooleanE4XXMLFunctions. hasComplexContent()function hasComplexContent() a Boolean value indicating whether this XML object contains complex content.JSBooleanE4XXMLListFunctions. hasComplexContent()function hasComplexContent() returns a Boolean value indicating whether this XMLList object contains complex content.JSBooleanE4XXMLFunctions. hasSimpleContent()function hasSimpleContent() a Boolean value indicating whether this XML object contains simple content.JSBooleanE4XXMLListFunctions. hasSimpleContent()function hasSimpleContent() returns a Boolean value indicating whether this XMLList contains simple content.JSBooleanE4XGlobalFunctions. isXMLName(JSString name)function isXMLName(name) determines whether name is a valid XML name. -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma3
Fields in org.fife.rsta.ac.js.ecma.api.ecma3 declared as JSBoolean Modifier and Type Field Description protected JSBooleanJSRegExp. globalproperty globalprotected JSBooleanJSRegExp. ignoreCaseproperty ignoreCaseprotected JSBooleanJSRegExp. multilineproperty multilineJSBooleanJSBoolean. prototypeproperty prototype -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma3.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma3.functions that return JSBoolean Modifier and Type Method Description JSBooleanJSObjectFunctions. hasOwnProperty(java.lang.String name)function hasOwnProperty(name) check whether a property is inherited.JSBooleanJSGlobalFunctions. isFinite(JSNumber n)function isFinite(n) determine whether a number is finite.JSBooleanJSGlobalFunctions. isNaN(JSNumber n)function isNaN(n) check for not-a-number.JSBooleanJSObjectFunctions. isPrototypeOf(JSObject o)function isPrototypeOf(o) is an object the prototype of another?JSBooleanJSObjectFunctions. propertyIsEnumerable(JSObject name)function propertyIsEnumerable(name) will property be seen by for/in loop?JSBooleanJSRegExpFunctions. test(java.lang.String string)function test(string) test whether a string matches a pattern. -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma5
Methods in org.fife.rsta.ac.js.ecma.api.ecma5 that return JSBoolean Modifier and Type Method Description static JSBooleanJS5Array. isArray(JS5Object o)function isArray(o) test whether argument is an array.static JSBooleanJS5Object. isExtensible(JS5Object o)function isExtensible(o) can new properties be added to an object?static JSBooleanJS5Object. isFrozen(JS5Object o)function isFrozen(o) is an object immutable?static JSBooleanJS5Object. isSealed(JS5Object o)function isSealed(o) can properties be added or deleted from an object? -
Uses of JSBoolean in org.fife.rsta.ac.js.ecma.api.ecma5.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions that return JSBoolean Modifier and Type Method Description JSBooleanJS5ArrayFunctions. every(JS5Function predicate, JS5Object o)function every(predicate, o) test whether predicate is true for every element.JSBooleanJS5ArrayFunctions. some(JS5Function predicate, JS5Object o)function some(predicate, o) test whether a predicate is true for any element.
-