Searched defs:setProperties (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DCropImageFilter.java71 * This method invokes <code>super.setProperties</code>,
81 public void setProperties(Hashtable<?,?> props) { method in class:CropImageFilter
84 super.setProperties(p);
H A DReplicateScaleFilter.java113 * This method invokes <code>super.setProperties</code>,
123 public void setProperties(Hashtable<?,?> props) { method in class:ReplicateScaleFilter
132 super.setProperties(p);
H A DImageConsumer.java54 void setProperties(Hashtable<?,?> props); method in interface:ImageConsumer
H A DImageFilter.java106 public void setProperties(Hashtable<?,?> props) { method in class:ImageFilter
114 consumer.setProperties(p);
H A DPixelGrabber.java400 * The setProperties method is part of the ImageConsumer API which
410 public void setProperties(Hashtable<?,?> props) { method in class:PixelGrabber
/openjdk7/jdk/test/javax/management/Introspector/
H A DSetWrongTypeAttributeTest.java56 public void setProperties(Map<String,String> map); method in interface:SetWrongTypeAttributeTest.BlahMBean
67 public void setProperties(Map<String,String> map); method in interface:SetWrongTypeAttributeTest.BlahMXBean
88 public void setProperties(Map<String,String> map) { method in class:SetWrongTypeAttributeTest.BlahBase
123 public void setProperties(Map<String,String> map) { method in class:SetWrongTypeAttributeTest.StdBlah
154 public void setProperties(Map<String,String> map) { method in class:SetWrongTypeAttributeTest.StdMXBlah
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageDecoder.java86 protected int setProperties(Hashtable props) { method in class:ImageDecoder
90 cq.consumer.setProperties(props);
H A DToolkitImage.java257 void setProperties(Hashtable props) { method in class:ToolkitImage
271 setProperties(null);
H A DImageRepresentation.java196 public void setProperties(Hashtable<?,?> props) { method in class:ImageRepresentation
200 image.setProperties(props);
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DURLConnection.java69 public void setProperties(MessageHeader properties) { method in class:URLConnection
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DEndpoint.java424 public abstract void setProperties(Map<String,Object> properties); method in class:Endpoint
/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java615 * @see #setProperties
665 public static void setProperties(Properties props) { method in class:System
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java176 setProperties(message,true);
211 setProperties(request,false);
224 void setProperties(Packet packet, boolean expectReply) { method in class:DispatchImpl
441 setProperties(message,true);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java224 public void setProperties(Map<String, Object> map) { method in class:EndpointImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java574 setProperties(ps);
591 protected void setProperties(PreparedStatement ps) throws SQLException { method in class:JdbcRowSetImpl

Completed in 92 milliseconds