Searched refs:getSource (Results 126 - 150 of 519) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java58 String source = ((ObjectName)notif.getSource()).getCanonicalName();
61 listenerInvoked.put(((ObjectName)notif.getSource()).getCanonicalName(),true);
/openjdk10/jdk/test/java/beans/Introspector/
H A DTest4274639.java68 Object source = ((PropertyEditorSupport) editor).getSource();
88 Object source = ((PropertyEditorSupport) editor).getSource();
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/drivers/input/
H A DMouseRobotDriver.java129 return oper.getSource().getLocationOnScreen().x + x;
140 return oper.getSource().getLocationOnScreen().y + y;
/openjdk10/jdk/test/javax/swing/Action/8133039/
H A Dbug8133039.java140 Object src = e.getSource();
179 ((SenderObject) e.getSource()).performed = true;
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJCheckBoxMenuItemOperator.java146 return ((JCheckBoxMenuItem) getSource()).getState();
158 ((JCheckBoxMenuItem) getSource()).setState(b);
/openjdk10/jdk/test/javax/swing/JFormattedTextField/7070795/
H A DJFormattedTextFieldTest.java127 if (evt.getSource() instanceof JButton) {
128 JButton btn = (JButton) evt.getSource();
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java92 if (getSlot().getSource().getSourceNodes().size() > 0) {
166 if (DiagramScene.doesIntersect(s.getSource().getSourceNodesAsSet(), slot.getSource().getSourceNodesAsSet())) {
168 hiddenNodes.removeAll(f.getSource().getSourceNodesAsSet());
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java77 slot.getSource().addSourceNodes(f.getSource());
132 slot.getSource().addSourceNodes(succ.getSource());
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DEdge.java47 public Node<N, E> getSource() { method in class:Edge
/openjdk10/jaxp/test/javax/xml/jaxp/libs/test/astro/
H A DDOMFilterFactoryImpl.java49 protected Source getSource(String xslFileName) throws SAXException, ParserConfigurationException, IOException { method in class:DOMFilterFactoryImpl
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DTypeRefImpl.java85 public PropertyInfo<TypeT,ClassDeclT> getSource() { method in class:TypeRefImpl
H A DRuntimeTypeRefImpl.java54 public RuntimePropertyInfo getSource() { method in class:RuntimeTypeRefImpl
H A DRuntimeAttributePropertyInfoImpl.java58 public RuntimePropertyInfo getSource() { method in class:RuntimeAttributePropertyInfoImpl
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DScreenMenuPropertyListener.java86 fMenu.setIndeterminate(AquaMenuItemUI.IndeterminateListener.isIndeterminate((JMenuItem)e.getSource()));
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DGrayFilter.java63 ImageProducer prod = new FilteredImageSource(i.getSource(), filter);
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DLineEvent.java104 return (Line)getSource();
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DEventQueue.java287 if (theEvent.getSource() == AWTAutoShutdown.getInstance()) {
343 if (theEvent.getSource() != AWTAutoShutdown.getInstance()) {
362 ComponentPeer sourcePeer = ((Component)e.getSource()).peer;
366 EventQueueItem[] cache = ((Component)e.getSource()).eventCache;
395 EventQueueItem[] cache = ((Component)e.getSource()).eventCache;
408 EventQueueItem[] cache = ((Component)e.getSource()).eventCache;
434 Component source = (Component)e.getSource();
439 if (entry.event.getSource() == source && entry.event.getID() == id) {
452 if (!(e.getSource() instanceof Component)) {
459 if (((Component)e.getSource())
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/beans/
H A DPropertyChangeEvent.java162 sb.append("; source=").append(getSource());
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DTextAction.java43 * that is received. If the Object returned by getSource can
84 Object o = e.getSource();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCSingleTypePropertyInfo.java92 public final CSingleTypePropertyInfo getSource() { method in class:CSingleTypePropertyInfo
/openjdk10/jdk/src/java.base/share/classes/javax/net/ssl/
H A DHandshakeCompletedEvent.java243 return (SSLSocket) getSource();
/openjdk10/jdk/test/java/awt/FileDialog/FileNameOverrideTest/
H A DFileNameOverrideTest.java84 if (e.getSource() == showBtn) {
/openjdk10/jdk/test/java/awt/FileDialog/FileDialogForPackages/
H A DFileDialogForPackages.java76 if (e.getSource() == showBtn) {
/openjdk10/jdk/test/java/awt/FileDialog/FileDialogForDirectories/
H A DFileDialogForDirectories.java74 if (e.getSource() == showBtn) {
/openjdk10/jdk/test/java/awt/PrintJob/Security/
H A DSecurityDialogTest.java64 if (e.getSource() == setSecurity) {

Completed in 260 milliseconds

1234567891011>>