Returns an immutable list of open top level windows. This is a snapshot; future changes are not reflected by this list. The list is ordered by age, the oldest one first. @return an immutable list of open top level windows @see #getWebWindowByName(String) @see #getWebWindows()
()
| 1887 | * @see #getWebWindows() |
| 1888 | */ |
| 1889 | public List<TopLevelWindow> getTopLevelWindows() { |
| 1890 | return List.copyOf(topLevelWindows_); |
| 1891 | } |
| 1892 | |
| 1893 | /** |
| 1894 | * Sets the handler to be used whenever a refresh is triggered. Refer |
no outgoing calls