Searched refs:getSource (Results 276 - 300 of 519) sorted by relevance

<<11121314151617181920>>

/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DScreenMenuItemCheckbox.java197 if (e.getSource() == this) {
H A DAquaListUI.java82 final JList<?> list = (JList<?>)e.getSource();
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsMenuBarUI.java140 JMenuBar menuBar = (JMenuBar)e.getSource();
H A DWindowsPopupMenuUI.java99 MenuSelectionManager msm = (MenuSelectionManager)ev.getSource();
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DModalEventFilter.java56 Object o = event.getSource();
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureEvent.java132 return (DragGestureRecognizer)getSource();
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/image/renderable/
H A DRenderableImageOp.java97 Object o = paramBlock.getSource(i);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/colorchooser/
H A DValueFormatter.java122 Object source = event.getSource();
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DScrollPaneWheelScroller.java51 log.finer("x = " + e.getX() + ", y = " + e.getY() + ", src is " + e.getSource());
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java313 Component c = (Component)event.getSource();
373 Component c = (Component)event.getSource();
443 Component c = (Component)event.getSource();
517 Component c = (Component)event.getSource();
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthEditorPaneUI.java121 updateStyle((JTextComponent)evt.getSource(), updateKBAction);
H A DSynthListUI.java105 updateStyle((JList)e.getSource());
H A DSynthOptionPaneUI.java210 updateStyle((JOptionPane)e.getSource());
H A DSynthSeparatorUI.java263 updateStyle((JSeparator)evt.getSource());
H A DSynthTableHeaderUI.java210 updateStyle((JTableHeader)evt.getSource());
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DTextSourceLabel.java67 public TextSource getSource() { method in class:TextSourceLabel
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDropTargetContextPeer.java193 Object source = event.getSource();
/openjdk10/jdk/test/java/awt/Modal/PrintDialogsTest/
H A DPrintDialogsTest.java54 if (!btnTest.equals(e.getSource())) { return; }
/openjdk10/jdk/test/java/awt/event/ComponentEvent/MovedResizedTwiceTest/
H A DMovedResizedTwiceTest.java79 Component c = (Component)e.getSource();
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DMultiMonPrintDlgTest.java95 ((Window) we.getSource()).dispose();
H A DPrintImage.java102 Object target = e.getSource();
H A DCollate2DPrintingTest.java90 if (ae.getSource() == print2D) {
/openjdk10/jdk/test/java/awt/datatransfer/SystemSelection/
H A DSystemSelectionAWTTest.java64 fe.getSource();
H A DSystemSelectionSwingTest.java65 fe.getSource();
/openjdk10/jdk/test/javax/sound/sampled/LinuxCrash/
H A DSDLLinuxCrash.java107 ((SourceDataLine) e.getSource()).close();

Completed in 139 milliseconds

<<11121314151617181920>>