Adds an event listener.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number[] | read/write | The bounds of the window (specified in pixels) in the form [top, left, bottom, right]. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The index of the Window within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | readonly | The name of the Window. | |
| Document | readonly | The parent of the Window (a Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| Object[] | Object[] | NothingEnum[] | read/write | The selected object(s). Can also accept: Object or NothingEnum enumerator. | |
| PageItem | NothingEnum | read/write | The key object of the selection. Can also accept: NothingEnum enumerator. |
Events
| Name | Description |
|---|---|
| Dispatched after the Window becomes active. This event bubbles. This event is not cancelable. | |
| Dispatched when the value of a property changes on this Window. This event bubbles. This event is not cancelable. | |
| Dispatched when a Window is closing. Since the close has been committed, it can no longer be canceled. This event bubbles. This event is not cancelable. | |
| Dispatched after a Window is opened. This event bubbles. This event is not cancelable. | |
| Dispatched after an attribute on the active selection changes. This event bubbles. This event is not cancelable. | |
| Dispatched after the active selection changes. This event bubbles. This event is not cancelable. | |
| Dispatched before a Window is closed. This event bubbles. This event is cancelable. | |
| Dispatched before the Window becomes inactive. This event bubbles. This event is not cancelable. |
Methods
→ void
Brings the object to the front.
→ void
Closes the Window.
→ Window[]
Resolves the object specifier, creating an array of object references.
→ void
Maximizes the window.
→ void
Minimizes the window.
→ Boolean
Removes the event listener.
→ void
Restores the window.
→ void
Selects the specified object(s).
selectableItems
Objects[] | NothingEnum[] | Object[] | SelectAll[]
The objects to select. Can accept: Object, Array of Objects, NothingEnum enumerator or SelectAll enumerator.
existingSelection?
SelectionOptions
The selection status of the Window in relation to previously selected objects.
→ String
Generates a string which, if executed, will return the Window.
→ String
Retrieves the object specifier.
Object of 4
Properties elsewhere that hold a Window.
Parameter of 3
Method parameters that accept a Window.
Return 13
Methods that return a Window.