Class History
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.client.History
-
- All Implemented Interfaces:
HistoryFunctions,JSObjectFunctions,JS5ObjectFunctions
public abstract class History extends java.lang.Object implements HistoryFunctions
-
-
Field Summary
Fields Modifier and Type Field Description protected JSFunctionconstructorproperty constructorJSNumberlengthProperty lengthHistoryprototypeproperty prototype
-
Constructor Summary
Constructors Constructor Description History()Object History()
-
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.client.funtions.HistoryFunctions
back, forward, go, go
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Field Detail
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Function
-
prototype
public History prototype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Object
-
length
public JSNumber length
Property length
-
-