Searched refs:setSource (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/javax/swing/JPopupMenu/6690791/
H A Dbug6690791.java41 me.setSource(new Object());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DMatch.java59 if (this.ciSource != null) ma.setSource(this.ciSource);
60 if (this.strSource != null) ma.setSource(this.strSource);
89 protected void setSource(CharacterIterator ci) { method in class:Match
97 protected void setSource(String str) { method in class:Match
105 protected void setSource(char[] chars) { method in class:Match
H A DRegularExpression.java721 match.setSource(target);
725 // Need not to call setSource() because
906 match.setSource(target);
910 // Need not to call setSource() because
1585 match.setSource(target);
1589 // Need not to call setSource() because
/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyEditorSupport.java44 setSource(this);
57 setSource(source);
83 public void setSource(Object source) { method in class:PropertyEditorSupport
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DModel.java139 public void setSource(String string) { method in class:Model
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DSourceWriter.java78 setSource(cf);
132 private void setSource(ClassFile cf) { method in class:SourceWriter
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotification.java253 public void setSource(Object source) { method in class:Notification
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTrayIcon.java225 mouseEvent.setSource(target);
242 clickEvent.setSource(target);
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DParameterBlock.java86 * <p> The addSource, setSource, add, and set methods are
195 * @see #setSource(Object, int)
214 public ParameterBlock setSource(Object source, int index) { method in class:ParameterBlock
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSModulator.java332 public void setSource(int source) { method in class:DLSModulator
/openjdk7/jdk/src/share/classes/java/awt/
H A DDefaultKeyboardFocusManager.java615 fe.setSource(currentFocusOwner);
644 we.setSource(currentActiveWindow);
701 we.setSource(currentFocusedWindow);
979 ke.setSource(((focusOwner != null) ? focusOwner : getFocusedWindow()));
H A DMenuComponent.java353 e.setSource(parent);
H A DAWTEvent.java362 public void setSource(Object newSource) { method in class:AWTEvent
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationNotification.java561 super.setSource(null);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTrayIconPeer.java447 e.setSource(xtiPeer.target);
H A DXTextFieldPeer.java403 mouseEvent.setSource(xtext);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java288 setSource(structPointer);
330 private native void setSource(long structPointer); method in class:JPEGImageReader
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java971 notification.setSource(name);
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1742 notification.setSource(name);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java3240 public void setSource(ComponentSpring source) { method in class:GroupLayout.AutoPreferredGapSpring

Completed in 304 milliseconds