Searched refs:sendEvent (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java293 panel.sendEvent(AppletPanel.APPLET_LOAD);
294 panel.sendEvent(AppletPanel.APPLET_INIT);
295 panel.sendEvent(AppletPanel.APPLET_START);
308 panel.sendEvent(AppletPanel.APPLET_DISPOSE);
310 panel.sendEvent(AppletPanel.APPLET_LOAD);
312 panel.sendEvent(AppletPanel.APPLET_INIT);
314 panel.sendEvent(AppletPanel.APPLET_START);
316 panel.sendEvent(AppletPanel.APPLET_STOP);
318 panel.sendEvent(AppletPanel.APPLET_DESTROY);
320 panel.sendEvent(AppletPane
[all...]
H A DAppletPanel.java282 public void sendEvent(int id) { method in class:AppletPanel
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingSourceDataLine.java386 sendEvent(event);
478 sendEvent(event);
495 sendEvent(event);
515 sendEvent(event);
H A DSoftMixingClip.java301 sendEvent(event);
486 sendEvent(event);
504 sendEvent(event);
523 sendEvent(event);
H A DSoftMixingMixer.java254 private void sendEvent(LineEvent event) { method in class:SoftMixingMixer
268 sendEvent(new LineEvent(this, LineEvent.Type.CLOSE,
492 sendEvent(new LineEvent(this, LineEvent.Type.OPEN,
H A DSoftMixingDataLine.java469 final void sendEvent(LineEvent event) { method in class:SoftMixingDataLine
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTWindow.h73 - (void)sendEvent:(NSEvent *)event;
H A DAWTWindow.m118 - (void)sendEvent:(NSEvent *)event { \
119 [(AWTWindow*)[self delegate] sendEvent:event]; \
120 [super sendEvent:event]; \
702 - (void)sendEvent:(NSEvent *)event {
H A DLWCToolkit.m325 [NSApp sendEvent:event];
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCheckboxPeer.java197 boolean sendEvent = false;
204 sendEvent = true;
208 if (sendEvent) {
H A DXWindowPeer.java628 sendEvent(we);
652 sendEvent(we);
H A DXWindow.java396 static void sendEvent(final AWTEvent e) { method in class:XWindow
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DNSApplicationAWT.m41 // Flag used to indicate to the Plugin2 event synthesis code to do a postEvent instead of sendEvent
338 - (void)sendEvent:(NSEvent *)event
344 [super sendEvent:event];

Completed in 99 milliseconds