Searched refs:FullScreenEvent (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DFullScreenAdapter.java28 import com.apple.eawt.AppEvent.FullScreenEvent;
42 public void windowEnteringFullScreen(final FullScreenEvent e) {}
43 public void windowEnteredFullScreen(final FullScreenEvent e) {}
44 public void windowExitingFullScreen(final FullScreenEvent e) {}
45 public void windowExitedFullScreen(final FullScreenEvent e) {}
H A DFullScreenListener.java30 import com.apple.eawt.AppEvent.FullScreenEvent;
42 public void windowEnteringFullScreen(final FullScreenEvent e);
48 public void windowEnteredFullScreen(final FullScreenEvent e);
54 public void windowExitingFullScreen(final FullScreenEvent e);
60 public void windowExitedFullScreen(final FullScreenEvent e);
H A DFullScreenHandler.java34 import com.apple.eawt.AppEvent.FullScreenEvent;
79 if (handler != null) handler.notifyListener(new FullScreenEvent(window), type);
97 void notifyListener(final FullScreenEvent e, final int op) {
H A DAppEvent.java191 public static class FullScreenEvent extends AppEvent { class in class:AppEvent
194 FullScreenEvent(final Window window) { method in class:AppEvent.FullScreenEvent

Completed in 31 milliseconds