Searched defs:FullScreenHandler (Results 1 - 1 of 1) 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...]

Completed in 30 milliseconds