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 Object implements HistoryFunctions
  • Field Details

    • constructor

      protected JSFunction constructor
      property constructor
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • prototype

      public History prototype
      property prototype
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • length

      public JSNumber length
      Property length
  • Constructor Details

    • History

      public History()
      Object History()
      Since:
      Common Usage, no standard