Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implemented by

Index

Constructors

Properties

Methods

  • clone(): any
  • close(): void
  • Closes window without container. Use only if the window was opened without container

    Returns void

  • equals(param0: any): boolean
  • Parameters

    • param0: any

    Returns boolean

  • finalize(): void
  • frame(time: number): void
  • Called up to 66 times a second to update window's content

    Parameters

    • time: number

      current time in milliseconds

    Returns void

  • getClass(): Class<any>
  • hashCode(): number
  • invalidateDrawing(onCurrentThread: boolean): void
  • Forces ui drawables of the window to refresh

    Parameters

    • onCurrentThread: boolean

      if true, the drawables will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter

    Returns void

  • invalidateElements(onCurrentThread: boolean): void
  • Forces ui elements of the window to refresh

    Parameters

    • onCurrentThread: boolean

      if true, the elements will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter

    Returns void

  • isDynamic(): boolean
  • isInventoryNeeded(): boolean
  • Returns boolean

    true if the window has an inventory that should be updated

  • isOpened(): boolean
  • notify(): void
  • notifyAll(): void
  • onBackPressed(): boolean
  • Returns boolean

    whether the window can be closed on pressing back navigation button

  • open(): void
  • setDebugEnabled(debug: boolean): void
  • Turns debug mode for the window on and off

    Parameters

    • debug: boolean

      if true, additional debug information will be drawn on the window canvas

    Returns void

  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void
  • Returns void

  • Parameters

    • param0: number

    Returns void

  • Parameters

    • param0: number
    • param1: number

    Returns void

Generated using TypeDoc