Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWindowService

Window API to create and manage IApplicationWindows.

Hierarchy

  • IWindowService

Index

Properties

all

Returns list of IApplicationWindows' created.

main

Returns IApplicationWindow object reference to the main application window where ReviewInterface is running.

relativity

relativity: IApplicationWindow

Returns IApplicationWindow object reference to the application window where Relativity is running.

Methods

closeAll

  • closeAll(): boolean
  • Closes all the popup windows that were created except the main and relativity windows.

    Returns boolean

create

getWindow

  • Returns IApplicationWindow object of the popup window if it is still open. Otherwise returns undefined.

    Parameters

    • name: string

      Name of the popup window that was used to create the window.

    Returns IApplicationWindow | undefined