Searched defs:_style (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DStyleAssociation.java45 private SynthStyle _style; field in class:StyleAssociation
85 _style = style;
131 return _style;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DComment.java56 private int _style = UNKNOWN; field in class:Comment
58 Comment () {_text = new String (""); _style = UNKNOWN;} // ctor
60 Comment (String text) {_text = text; _style = style (_text);} // ctor
63 public void text (String string) {_text = string; _style = style (_text);}
93 switch (_style)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/soap/
H A DSOAPBinding.java42 _style = SOAPStyle.DOCUMENT;
58 return _style;
62 _style = s;
66 return _style == SOAPStyle.DOCUMENT;
70 return _style == SOAPStyle.RPC;
77 private SOAPStyle _style; field in class:SOAPBinding
H A DSOAPOperation.java58 return _style;
62 _style = s;
66 return _style == SOAPStyle.DOCUMENT;
70 return _style == SOAPStyle.RPC;
77 private SOAPStyle _style; field in class:SOAPOperation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DPort.java153 return _style;
157 _style = s;
168 private SOAPStyle _style = null; field in class:Port
H A DOperation.java51 this._style = operation._style;
183 return _style;
187 _style = s;
251 private SOAPStyle _style = SOAPStyle.DOCUMENT; field in class:Operation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DBindingOperation.java69 if (_style == OperationStyle.REQUEST_RESPONSE) {
71 } else if (_style == OperationStyle.SOLICIT_RESPONSE) {
80 if (_style == OperationStyle.SOLICIT_RESPONSE) {
82 } else if (_style == OperationStyle.REQUEST_RESPONSE) {
93 return _style;
97 _style = s;
193 if (_style == null) {
198 if (_style == OperationStyle.ONE_WAY) {
217 private OperationStyle _style; field in class:BindingOperation
H A DOperation.java70 if (_style == OperationStyle.REQUEST_RESPONSE) {
72 } else if (_style == OperationStyle.SOLICIT_RESPONSE) {
81 if (_style == OperationStyle.SOLICIT_RESPONSE) {
83 } else if (_style == OperationStyle.REQUEST_RESPONSE) {
94 return _style;
98 _style = s;
178 if (_style == null) {
183 if (_style == OperationStyle.ONE_WAY) {
193 } else if (_style == OperationStyle.NOTIFICATION) {
249 private OperationStyle _style; field in class:Operation
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java145 private ParsedSynthStyle _style; field in class:SynthParser
406 _style = null;
410 _style = (ParsedSynthStyle)((ParsedSynthStyle)lookup(
418 if (_style == null) {
419 _style = new ParsedSynthStyle();
421 register(id, _style);
427 _style.setPainters(_stylePainters.toArray(new ParsedSynthStyle.PainterInfo[size]));
432 _style.setStateInfo(_stateInfos.toArray(new ParsedSynthStyle.StateInfo[size]));
435 _style = null;
566 else if (_style !
[all...]

Completed in 1233 milliseconds