Searched refs:setStyle (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/soap/
H A DSOAPBinding.java61 public void setStyle(SOAPStyle s) { method in class:SOAPBinding
H A DSOAPOperation.java61 public void setStyle(SOAPStyle s) { method in class:SOAPOperation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/soap/
H A DSOAPBindingImpl.java54 public void setStyle(Style style) { method in class:SOAPBindingImpl
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DConnectionFilter.java69 c.setStyle(rule.getLineStyle());
H A DColorFilter.java89 c.setStyle(style);
H A DCombineFilter.java95 newConn.setStyle(c.getStyle());
142 newConn.setStyle(c.getStyle());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java88 public void setStyle(ConnectionStyle s) { method in class:Connection
H A DDiagram.java162 c.setStyle(Connection.ConnectionStyle.BOLD);
164 c.setStyle(Connection.ConnectionStyle.DASHED);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthContext.java144 void setStyle(SynthStyle style) { method in class:SynthContext
H A DSynthViewportUI.java98 context.setStyle(newStyle);
H A DSynthLookAndFeel.java264 context.setStyle(newStyle);
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java98 setStyle();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DSOAPExtensionHandler.java100 binding.setStyle(SOAPStyle.RPC);
102 binding.setStyle(SOAPStyle.DOCUMENT);
142 operation.setStyle(SOAPStyle.RPC);
144 operation.setStyle(SOAPStyle.DOCUMENT);
H A DWSDLParser.java690 operation.setStyle(OperationStyle.ONE_WAY);
692 operation.setStyle(OperationStyle.REQUEST_RESPONSE);
694 operation.setStyle(OperationStyle.SOLICIT_RESPONSE);
696 operation.setStyle(OperationStyle.NOTIFICATION);
912 operation.setStyle(OperationStyle.ONE_WAY);
914 operation.setStyle(OperationStyle.REQUEST_RESPONSE);
916 operation.setStyle(OperationStyle.SOLICIT_RESPONSE);
918 operation.setStyle(OperationStyle.NOTIFICATION);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DPort.java156 public void setStyle(SOAPStyle s) { method in class:Port
H A DOperation.java186 public void setStyle(SOAPStyle s) { method in class:Operation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DBindingOperation.java96 public void setStyle(OperationStyle s) { method in class:BindingOperation
H A DOperation.java97 public void setStyle(OperationStyle s) { method in class:Operation
/openjdk7/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java569 setStyle(os2_Table);
944 * contract() of setStyle() defined in the superclass.
947 protected void setStyle() { method in class:TrueTypeFont
948 setStyle(getTableBuffer(os_2Tag));
965 private void setStyle(ByteBuffer os_2Table) { method in class:TrueTypeFont
968 super.setStyle();
980 super.setStyle();
984 super.setStyle();
H A DFont2D.java134 protected void setStyle() { method in class:Font2D
H A DType1Font.java307 setStyle();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DRuntimeWSDLParser.java449 binding.setStyle(Style.RPC);
451 binding.setStyle(Style.DOCUMENT);
458 binding.setStyle(Style.RPC);
460 binding.setStyle(Style.DOCUMENT);
513 bindingOp.setStyle(Style.RPC);
515 bindingOp.setStyle(Style.DOCUMENT);
517 bindingOp.setStyle(binding.getStyle());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundPortTypeImpl.java126 public void setStyle(Style style){ method in class:WSDLBoundPortTypeImpl
H A DWSDLBoundOperationImpl.java315 public void setStyle(Style style){ method in class:WSDLBoundOperationImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java302 port.setStyle(existingPort.getStyle());
356 port.setStyle(soapBinding.getStyle());
618 info.modelPort.setStyle(style);
660 operation.setStyle(soapStyle);
2722 soapBinding.setStyle(SOAPStyle.DOCUMENT);

Completed in 110 milliseconds

12