Searched refs:WindowEvent (Results 1 – 15 of 15) sorted by relevance
52 public void windowOpened(WindowEvent e) {} in windowOpened()54 public void windowClosing(WindowEvent e) { in windowClosing()58 public void windowClosed(WindowEvent e) {} in windowClosed()60 public void windowIconified(WindowEvent e) {} in windowIconified()62 public void windowDeiconified(WindowEvent e) {} in windowDeiconified()64 public void windowActivated(WindowEvent e) {} in windowActivated()66 public void windowDeactivated(WindowEvent e) {} in windowDeactivated()
16 import java.awt.event.WindowEvent;50 public void windowClosing(WindowEvent we) { in init()
21 import java.awt.event.WindowEvent;63 public void windowClosing(WindowEvent e) { in InfoDialog()
29 import java.awt.event.WindowEvent;100 public void windowClosing(WindowEvent e) { in main()115 public void windowClosing(WindowEvent e) { in Demo()
162 rtc::WindowEvent event() const { return ev_; } in event()163 void OnEvent(uint32_t ssrc, rtc::WindowEvent ev) { in OnEvent()169 rtc::WindowEvent ev_;
17 import java.awt.event.WindowEvent;80 public void windowClosing(WindowEvent e) { in AppletFrame()
21 import java.awt.event.WindowEvent;69 public void windowClosing(WindowEvent e) { in init()
30 import java.awt.event.WindowEvent;133 enableEvents(WindowEvent.WINDOW_CLOSING); in init()493 protected void processWindowEvent(WindowEvent evt) in processWindowEvent()496 if (evt.getID() == WindowEvent.WINDOW_CLOSING && in processWindowEvent()
34 import java.awt.event.WindowEvent;77 public void windowClosing(WindowEvent e) { in CalendarFrame()
479 sigslot::signal2<uint32_t, rtc::WindowEvent> SignalScreencastWindowEvent;502 void OnScreencastWindowEvent_s(uint32_t ssrc, rtc::WindowEvent we);512 virtual void OnScreencastWindowEvent(uint32_t ssrc, rtc::WindowEvent event);520 rtc::WindowEvent previous_we_;
87 ScreencastEventMessageData(uint32_t s, rtc::WindowEvent we) in ScreencastEventMessageData()90 rtc::WindowEvent event;1923 rtc::WindowEvent we) { in OnScreencastWindowEvent_s()1963 rtc::WindowEvent event) { in OnScreencastWindowEvent()1972 rtc::WindowEvent we; in OnStateChange()
33 import java.awt.event.WindowEvent;124 enableEvents(WindowEvent.WINDOW_CLOSING); in CalendarFrame()401 protected void processWindowEvent(WindowEvent e) in processWindowEvent()404 if (e.getID() == WindowEvent.WINDOW_CLOSING) { in processWindowEvent()
112 enum WindowEvent { enum
18 import java.awt.event.WindowEvent;94 public void windowClosing(WindowEvent e) { in DetectingViewer()
41 import java.awt.event.WindowEvent;373 public void windowClosing(WindowEvent e) { in createDemoFrame()