Searched defs:style (Results 51 - 75 of 149) sorted by relevance

123456

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFonts.java129 public DerivedUIResourceFont(final String name, final int style, final int size) { argument
130 super(name, style, size);
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFont.java80 final int style,
106 style = other.style;
113 fullName + (style == Font.BOLD ? "" : "-") + "Italic-Derived";
114 font.style |= Font.ITALIC;
121 nativeFontPtr = createNativeFont(nativeFontName, style, isFakeItalic);
150 // of the incoming java.awt.Font object (size, style, etc).
160 ", familyName: " + familyName + ", style: " + style +
79 createNativeFont(final String nativeFontName, final int style, final boolean isFakeItalic) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWFontConfiguration.java151 public String getTextComponentFontName(String familyName, int style) { argument
152 FontDescriptor[] fontDescriptors = getFontDescriptors(familyName, style);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_FileDialog.cpp134 DWORD style = ::GetClassLong(hdlg,GCL_STYLE); local
135 ::SetClassLong(hdlg,GCL_STYLE,style & ~CS_SAVEBITS);
H A Dawt_List.h145 INLINE virtual void SetStyle(LONG style) { argument
149 LONG ret = ::SetWindowLong(GetListHandle(), GWL_STYLE, style);
156 INLINE virtual void SetStyleEx(LONG style) { argument
160 LONG ret = ::SetWindowLong(GetListHandle(), GWL_EXSTYLE, style);
H A Dawt_PrintDialog.cpp88 DWORD style = ::GetClassLong(hdlg, GCL_STYLE); local
89 ::SetClassLong(hdlg,GCL_STYLE, style & ~CS_SAVEBITS);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SocketCreation/
H A DSocketCreation.java103 void doServerSide(int style) throws Exception { argument
108 switch (style) {
260 void doClientSide(int style) throws Exception { argument
272 switch (style) {
469 void startServer(boolean newThread, final int style) throws Exception { argument
474 doServerSide(style);
489 doServerSide(style);
493 void startClient(boolean newThread, final int style) throws Exception { argument
498 doClientSide(style);
510 doClientSide(style);
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentScanner.java218 protected void processComment(CommentStyle style) { argument
219 if (style != CommentStyle.JAVADOC) {
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java265 public String getMotifFontSet(String fontName, int style) { argument
269 int styleIndex = getStyleIndex(style);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java61 public int style; // eg 0=PLAIN field in class:FontConfigManager.FcCompFont
194 fontArr[i].style = i % 4; // depends on array order.
279 fcInfo.style,
296 fcInfo.style);
308 fcInfo.style,
345 public CompositeFont getFontConfigFont(String name, int style) { argument
359 style == fontConfigFonts[i].style) {
370 .info("FC name=" + name + " style=" + style
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthButtonUI.java45 private SynthStyle style; field in class:SynthButtonUI
78 SynthStyle oldStyle = style;
79 style = SynthLookAndFeel.updateStyle(context, this);
80 if (style != oldStyle) {
83 Insets margin = (Insets)style.get(context,getPropertyPrefix() +
93 Object value = style.get(context, getPropertyPrefix() + "iconTextGap");
98 value = style.get(context, getPropertyPrefix() + "contentAreaFilled");
127 style.uninstallDefaults(context);
129 style = null;
143 style, stat
[all...]
H A DSynthDesktopPaneUI.java46 private SynthStyle style; field in class:SynthDesktopPaneUI
115 SynthStyle oldStyle = style;
117 style = SynthLookAndFeel.updateStyle(context, this);
145 style.uninstallDefaults(context);
147 style = null;
434 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthInternalFrameTitlePane.java51 private SynthStyle style; field in class:SynthInternalFrameTitlePane
71 SynthLookAndFeel.getRegion(c), style, state);
113 SynthStyle oldStyle = style;
114 style = SynthLookAndFeel.updateStyle(context, this);
115 if (style != oldStyle) {
117 style.getIcon(context,"InternalFrameTitlePane.maximizeIcon");
119 style.getIcon(context,"InternalFrameTitlePane.minimizeIcon");
121 style.getIcon(context,"InternalFrameTitlePane.iconifyIcon");
123 style.getIcon(context,"InternalFrameTitlePane.closeIcon");
124 titleSpacing = style
[all...]
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 DSynthProgressBarUI.java46 private SynthStyle style; field in class:SynthProgressBarUI
91 SynthStyle oldStyle = style;
92 style = SynthLookAndFeel.updateStyle(context, this);
93 setCellLength(style.getInt(context, "ProgressBar.cellLength", 1));
94 setCellSpacing(style.getInt(context, "ProgressBar.cellSpacing", 0));
95 progressPadding = style.getInt(context,
97 paintOutsideClip = style.getBoolean(context,
99 rotateText = style.getBoolean(context,
101 tileWhenIndeterminate = style.getBoolean(context, "ProgressBar.tileWhenIndeterminate", false);
102 tileWidth = style
[all...]
H A DSynthScrollBarUI.java45 private SynthStyle style; field in class:SynthScrollBarUI
78 SynthStyle oldStyle = style;
80 style = SynthLookAndFeel.updateStyle(context, this);
81 if (style != oldStyle) {
82 scrollBarWidth = style.getInt(context,"ScrollBar.thumbHeight", 14);
83 minimumThumbSize = (Dimension)style.get(context,
92 maximumThumbSize = (Dimension)style.get(context,
98 incrGap = style.getInt(context, "ScrollBar.incrementButtonGap", 0);
99 decrGap = style.getInt(context, "ScrollBar.decrementButtonGap", 0);
162 style
[all...]
H A DSynthScrollPaneUI.java52 private SynthStyle style; field in class:SynthScrollPaneUI
140 SynthStyle oldStyle = style;
142 style = SynthLookAndFeel.updateStyle(context, this);
143 if (style != oldStyle) {
180 style.uninstallDefaults(context);
215 SynthLookAndFeel.getRegion(c), style, state);
250 SynthStyle style = context.getStyle();
251 if (style == null) {
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 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...]
/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...]
H A DMinimalHTMLWriter.java43 * <style>
51 * </style>
54 * <p style=normal>
58 * part of the style attribute of a <span> tag.
97 * Maps from style name as held by the Document, to the archived
98 * style name (style name written out). These may differ.
223 * Writes out the <head> and <style>
226 * <style> tag. The content is surrounded by
235 writeStartTag("<style>");
641 startFontTag(String style) argument
662 startSpanTag(String style) argument
690 addStyleName(String style) argument
714 mapStyleName(String style) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTD.java77 final Element style = getElement("style"); field in class:DTD
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFont.java115 public boolean canDoStyle(int style) { argument
H A DFontUtilities.java361 * The method currently assumes that only the size and style attributes
368 * Additionally it tries to support a different style by calling
371 * Deriving with a different style is needed because its been shown
477 int style, int size) {
488 fuir = sfm.getFontConfigFUIR(mapped, style, size);
490 fuir = new FontUIResource(mapped, style, size);
476 getFontConfigFUIR(String fcFamily, int style, int size) argument
/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...]

Completed in 868 milliseconds

123456