Searched refs:FullScreenHandler (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DFullScreenHandler.java36 final class FullScreenHandler { class
47 if (value instanceof FullScreenHandler) {
48 ((FullScreenHandler)value).addListener(listener);
54 final FullScreenHandler newHandler = new FullScreenHandler();
59 // asks the installed FullScreenHandler to remove it's listener (does not uninstall the FullScreenHandler)
62 if (!(value instanceof FullScreenHandler)) return;
63 ((FullScreenHandler)value).removeListener(listener);
66 static FullScreenHandler getHandlerFo
87 FullScreenHandler() { } method in class:FullScreenHandler
[all...]
H A DFullScreenUtilities.java82 FullScreenHandler.addFullScreenListenerTo((RootPaneContainer)window, listener);
94 FullScreenHandler.removeFullScreenListenerFrom((RootPaneContainer)window, listener);
/openjdk7/jdk/make/sun/lwawt/
H A DFILES_export_macosx.gmk37 com/apple/eawt/FullScreenHandler.java \

Completed in 27 milliseconds