Searched refs:style (Results 76 - 100 of 205) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap12/
H A DSOAPOperation.java46 public com.sun.xml.internal.ws.wsdl.writer.document.soap12.SOAPOperation style(String value); method in interface:SOAPOperation
/openjdk7/jdk/src/share/classes/sun/font/
H A DFont2D.java74 protected int style = Font.PLAIN; field in class:Font2D
102 * same style, so it can be a win to first quickly check if the last
116 * is valid. This is 16Kbytes of data per composite font style.
127 /* Returns the "real" style of this Font2D. Eg the font face
128 * Lucida Sans Bold" has a real style of Font.BOLD, even though
132 return style;
140 style = Font.BOLD|Font.ITALIC;
147 style = Font.ITALIC;
154 style = Font.BOLD;
462 public boolean canDoStyle(int style) { argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java419 * Constant for full style pattern.
423 * Constant for long style pattern.
427 * Constant for medium style pattern.
431 * Constant for short style pattern.
435 * Constant for default style pattern. Its value is MEDIUM.
440 * Gets the time formatter with the default formatting style
450 * Gets the time formatter with the given formatting style
452 * @param style the given formatting style. For example,
456 public final static DateFormat getTimeInstance(int style) argument
469 getTimeInstance(int style, Locale aLocale) argument
492 getDateInstance(int style) argument
505 getDateInstance(int style, Locale aLocale) argument
[all...]
/openjdk7/jdk/test/javax/swing/text/html/8008289/
H A Dbug8008289.java84 StyleContext.NamedStyle style = ((StyleContext.NamedStyle) htmlEditorKit
86 DefaultButtonModel model = ((DefaultButtonModel) style
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthMenuItemLayoutHelper.java100 private SynthStyle style; field in class:SynthMenuItemLayoutHelper
114 this.style = context.getStyle();
116 this.gu = style.getGraphicsUtils(context);
120 isLeftToRight, style.getFont(context), accStyle.getFont(accContext),
126 return style.getBoolean(context,
251 return style;
H A DSynthToolTipUI.java48 private SynthStyle style; field in class:SynthToolTipUI
70 style = SynthLookAndFeel.updateStyle(context, this);
80 style.uninstallDefaults(context);
82 style = null;
111 SynthLookAndFeel.getRegion(c), style, state);
192 g.setFont(style.getFont(context));
H A DSynthSpinnerUI.java44 private SynthStyle style; field in class:SynthSpinnerUI
125 SynthStyle oldStyle = style;
126 style = SynthLookAndFeel.updateStyle(context, this);
127 if (style != oldStyle) {
153 style.uninstallDefaults(context);
155 style = null;
282 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthSliderUI.java75 private SynthStyle style; field in class:SynthSliderUI
114 style.uninstallDefaults(context);
116 style = null;
149 SynthStyle oldStyle = style;
150 style = SynthLookAndFeel.updateStyle(context, this);
152 if (style != oldStyle) {
154 style.getInt(context, "Slider.thumbWidth", 30);
157 style.getInt(context, "Slider.thumbHeight", 14);
178 style.getInt(context, "Slider.trackBorder", 1);
182 paintValue = style
[all...]
H A DSynthTabbedPaneUI.java90 private SynthStyle style; field in class:SynthTabbedPaneUI
132 SynthStyle oldStyle = style;
133 style = SynthLookAndFeel.updateStyle(context, this);
136 if (style != oldStyle) {
138 style.getInt(context, "TabbedPane.tabRunOverlay", 0);
139 tabOverlap = style.getInt(context, "TabbedPane.tabOverlap", 0);
140 extendTabsToBase = style.getBoolean(context,
142 textIconGap = style.getInt(context, "TabbedPane.textIconGap", 0);
143 selectedTabPadInsets = (Insets)style.get(context,
148 tabAreaStatesMatchSelectedTab = style
[all...]
H A DSynthTableUI.java69 private SynthStyle style; field in class:SynthTableUI
135 SynthStyle oldStyle = style;
136 style = SynthLookAndFeel.updateStyle(context, this);
137 if (style != oldStyle) {
142 table.setSelectionBackground(style.getColor(
148 table.setSelectionForeground(style.getColor(
156 gridColor = (Color)style.get(context, "Table.gridColor");
158 gridColor = style.getColor(context, ColorType.FOREGROUND);
163 useTableColors = style.getBoolean(context,
165 useUIBorder = style
[all...]
H A DSynthToolBarUI.java57 private SynthStyle style; field in class:SynthToolBarUI
109 SynthStyle oldStyle = style;
111 style = SynthLookAndFeel.updateStyle(context, this);
112 if (oldStyle != style) {
114 style.getIcon(context, "ToolBar.handleIcon");
130 style.uninstallDefaults(context);
132 style = null;
182 SynthLookAndFeel.getRegion(c), style, state);
185 private SynthContext getContext(JComponent c, Region region, SynthStyle style) { argument
187 style, getComponentStat
190 getContext(JComponent c, Region region, SynthStyle style, int state) argument
[all...]
H A DSynthLabelUI.java47 private SynthStyle style; field in class:SynthLabelUI
69 style = SynthLookAndFeel.updateStyle(context, this);
80 style.uninstallDefaults(context);
82 style = null;
95 SynthLookAndFeel.getRegion(c), style, state);
212 g.setFont(style.getFont(context));
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSBorder.java49 * CSS-style borders for HTML elements.
121 // The 'border-style' value of "none" forces the computed value
145 * Return the border style for the given side.
148 BorderStyle style =
150 if (style == null) {
151 style = (BorderStyle) DEFAULTS[STYLE];
153 return style.getValue();
177 Value style = getBorderStyle(side);
178 return borderPainters.get(style);
230 Value style
415 registerBorderPainter(Value style, BorderPainter painter) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DSOAPExtensionHandler.java97 String style = XmlUtil.getAttributeOrNull(e, Constants.ATTR_STYLE);
98 if (style != null) {
99 if (style.equals(Constants.ATTRVALUE_RPC)) {
101 } else if (style.equals(Constants.ATTRVALUE_DOCUMENT)) {
107 style);
139 String style = XmlUtil.getAttributeOrNull(e, Constants.ATTR_STYLE);
140 if (style != null) {
141 if (style.equals(Constants.ATTRVALUE_RPC)) {
143 } else if (style.equals(Constants.ATTRVALUE_DOCUMENT)) {
149 style);
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.m74 style:(int)style
88 // create an italic style (if one is installed)
89 if (style & java_awt_Font_ITALIC) {
93 // create a bold style (if one is installed)
94 if (style & java_awt_Font_BOLD) {
357 jstring nativeFontName, jint style, jboolean isFakeItalic)
365 style:style
H A DAWTStrike.m45 style:(JRSFontRenderingStyle)style
51 fStyle = style;
80 style:(JRSFontRenderingStyle)style
85 style:style
331 JRSFontRenderingStyle style = JRSFontGetRenderingStyleForHints(fmHint, aaStyle);
336 awtStrike = [AWTStrike awtStrikeForFont:awtFont tx:glyphTx invDevTx:invDevTx style:style aaStyl
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Checkbox.cpp96 DWORD style = WS_CHILD | WS_CLIPSIBLINGS | BS_OWNERDRAW; local
116 checkbox->CreateHWnd(env, labelStr, style, exStyle,
430 long style = c->GetStyle(); local
432 style = style & ~BS_AUTORADIOBUTTON;
433 style = style | BS_AUTOCHECKBOX;
435 style = style & ~BS_AUTOCHECKBOX;
436 style
519 DWORD style = ::GetWindowLong(GetHWnd(), GWL_STYLE); local
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDefaults.template78 * if it is the proper lazy style.
98 * Our fallback style to avoid NPEs if the proper style cannot be found in
134 //Create the default font and default style. Also register all of the
204 * <p>Locate the style associated with the given region, and component.
221 * @param r The region we are looking for a style for. May not be null.
231 //the default style
242 //if the new style "s" is more specific (ie, its path was
243 //longer), or if the foundStyle was "simple" and the new style
245 //the new style wa
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DTimeZone.java145 * A style specifier for <code>getDisplayName()</code> indicating
153 * A style specifier for <code>getDisplayName()</code> indicating
342 * Returns a name in the specified {@code style} of this {@code TimeZone}
350 * getDisplayName(daylight, style,
356 * @param style either {@link #LONG} or {@link #SHORT}
358 * @exception IllegalArgumentException if {@code style} is invalid.
365 public final String getDisplayName(boolean daylight, int style) { argument
366 return getDisplayName(daylight, style,
371 * Returns a name in the specified {@code style} of this {@code TimeZone}
390 * @param style eithe
398 getDisplayName(boolean daylight, int style, Locale locale) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonBorder.java213 final Widget style = getStyleForSize(b, size, width, height);
215 if (style == Widget.BUTTON_PUSH) {
218 if (style == Widget.BUTTON_BEVEL_ROUND) {
221 if (style == Widget.BUTTON_BEVEL) {
232 final Widget style = getStyleForSize(b, size, width, height);
233 painter.state.set(style);
236 if (style == Widget.BUTTON_PUSH && y % 2 == 0) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKPainter.java299 GTKStyle style = (GTKStyle)context.getStyle();
301 Insets defaultInsets = style.getClassSpecificInsetsValue(
315 boolean interiorFocus = style.getClassSpecificBoolValue(
317 int focusSize = style.getClassSpecificIntValue(
319 int focusPad = style.getClassSpecificIntValue(
323 int xThickness = style.getXThickness();
324 int yThickness = style.getYThickness();
522 GTKStyle style = (GTKStyle)context.getStyle();
523 int shadow = style.getClassSpecificIntValue(
578 GTKStyle style
[all...]
H A DGTKGraphicsUtils.java113 GTKStyle style = (GTKStyle)context.getStyle();
115 style.getClassSpecificIntValue(context,
118 style.getClassSpecificIntValue(context,
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleContext.java44 * by the various style definitions. This can be shared by multiple
91 * Adds a new style into the style hierarchy. Style attributes
95 * @param nm the name of the style (must be unique within the
97 * be null if the style is unnamed, but the caller is responsible
98 * for managing the reference returned as an unnamed style can't
99 * be fetched by name. An unnamed style may be useful for things
100 * like character attribute overrides such as found in a style
102 * @param parent the parent style. This may be null if unspecified
103 * attributes need not be resolved in some other style
247 getFont(String family, int style, int size) argument
1186 private int style; field in class:StyleContext.FontKey
1192 FontKey(String family, int style, int size) argument
1196 setValue(String family, int style, int size) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DComment.java60 Comment (String text) {_text = text; _style = style (_text);} // ctor
63 public void text (String string) {_text = string; _style = style (_text);}
68 /** Returns the comment style of a string. */
69 private int style (String text) method in class:Comment
81 } // style
140 /** Writes comment in JavaDoc-style to the specified print stream. */
166 /** Writes comment in c-block-style to the specified print stream. */
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsOopClosures.hpp64 Prefetch::style prefetch_style() {
86 Prefetch::style prefetch_style() {
151 Prefetch::style prefetch_style() {
187 Prefetch::style prefetch_style() {
227 Prefetch::style prefetch_style() {
281 Prefetch::style prefetch_style() {

Completed in 184 milliseconds

123456789