Application Methods |
The Application type exposes the following members.
Name | Description | |
---|---|---|
![]() | addEventListener | Obsolete.
Registers an event listener on the specified event.
|
![]() | close |
Closes the application
|
![]() | createChildWindow |
Create a child window
|
![]() | Dispose |
Dispose the current application instance.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | getChildWindows |
Passes a list of wrapped child windows for the current application to childHandler.
|
![]() | getGroups |
Passes a list of groups and their wrapped child windows
for the current application to groupHandler.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | getInfo |
Retrieves information about the application
|
![]() | getManifest |
Retrieves the JSON manifest that was used to create the application.
Invokes the error callback if the application was not created from a manifest.
|
![]() | getOptions | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | getUuid | |
![]() | getWindow | |
![]() | isRunning |
Determines if the application is currently running/active.
|
![]() | pingChildWindow |
Pings a child window
|
![]() | removeEventListener | Obsolete.
Removes a previously registered event listener from the specified event.
The listener is passed an event object containing information related to the event. |
![]() | restart |
Restart the application.
|
![]() | run |
Runs the application on the AppDesktop.
|
![]() | Run |
Run the application if it is not already running and perform the specified action after the application is connected.
|
![]() | terminate |
Terminates the application.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | waitFor |
Wait for the application if it is unresponsive.
|
![]() ![]() | wrap | Obsolete.
Attaches an Application object to an application that already exists.
|
![]() | WrapWindow |
Wraps an existing window using the specified name.
|