Lines Matching refs:window
76 * If the files were opened using the Spotlight search menu or a Finder search window, this method obtains the search term used to find the files.
117 * Event sent when the application is asked to open it's about window.
124 * Event sent when the application is asked to open it's preferences window.
185 * Event sent when a window is entering/exiting or has entered/exited full screen state.
192 final Window window;
194 FullScreenEvent(final Window window) {
195 this.window = window;
199 * @return window transitioning between full screen states
202 return window;