Searched defs:style (Results 76 - 100 of 149) sorted by relevance

123456

/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DSynthModel.java36 @XmlElement private UIStyle style; field in class:SynthModel
52 c.initStyles(this.style);
69 defBuffer.append(" //The global style definition\n");
70 defBuffer.append(style.write(""));
108 int style = Font.PLAIN;
110 style = style | Font.BOLD;
113 style = style | Font.ITALIC;
118 name, style, siz
[all...]
H A DUIStyle.java141 @XmlElement private UIStyle style = new UIStyle(); field in class:UIRegion
153 style.setParentStyle(parentStyle);
155 state.getStyle().setParentStyle(this.style);
158 state.getStyle().setParentStyle(this.style);
161 state.getStyle().setParentStyle(this.style);
164 region.initStyles(this.style);
250 // write style
251 sb.append(style.write(prefix + '.'));
343 @XmlElement private UIStyle style; field in class:UIState
344 public UIStyle getStyle() { return style; }
[all...]
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCFontManager.java109 family.setFont(f, f.style);
111 family.setFont(f, f.style);
331 protected boolean cloneStyledFont(FontFamily realFamily, String logicalFamilyName, int style) { argument
334 Font2D realFont = realFamily.getFontWithExactStyleMatch(style);
360 String family, int style, int size)
366 return new FontUIResource(mappedName, style, size);
359 getFontConfigFUIR( String family, int style, int size) argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKIconFactory.java216 GTKStyle style = (GTKStyle) context.getStyle();
217 iconDimension = style.getClassSpecificIntValue(context,
224 iconDimension += 2 * style.getClassSpecificIntValue(context,
262 // we create a unique icon per ToolBar and lookup the style for the
270 private SynthStyle style; field in class:GTKIconFactory.ToolBarHandleIcon
288 if (style == null) {
289 style = SynthLookAndFeel.getStyleFactory().getStyle(
293 style, SynthConstants.ENABLED);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundPortTypeImpl.java125 private Style style = Style.DOCUMENT; field in class:WSDLBoundPortTypeImpl
126 public void setStyle(Style style){ argument
127 this.style = style;
131 return style;
135 return Style.RPC==style;
139 return Style.DOCUMENT==style;
216 if(style== Style.RPC) {
H A DWSDLBoundOperationImpl.java314 private Style style = Style.DOCUMENT; field in class:WSDLBoundOperationImpl
315 public void setStyle(Style style){ argument
316 this.style = style;
326 if(style.equals(Style.RPC)){
355 if(style.equals(Style.RPC)){
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDesktopProperties.java167 private synchronized void setFontProperty(String key, String name, int style, int size) { argument
168 assert( key != null && style <= (Font.BOLD|Font.ITALIC) && size >= 0 );
174 Font font = new Font(name, style, size);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Button.cpp78 DWORD style; local
110 style = 0;
116 style = WS_CHILD | WS_CLIPSIBLINGS | BS_PUSHBUTTON | BS_OWNERDRAW;
120 c->CreateHWnd(env, labelStr, style, exStyle, x, y, width, height,
H A Dawt_Label.cpp90 DWORD style = WS_CHILD | WS_CLIPSIBLINGS; local
100 awtLabel->CreateHWnd(env, L"", style, exStyle,
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/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DSubWriterHolderWriter.java325 * @param style the style class to be added to the content tree
328 public Content getMemberTree(HtmlStyle style, Content contentTree) { argument
329 Content div = HtmlTree.DIV(style, getMemberTree(contentTree));
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java42 * merged into a resulting style.
91 * style. Any StateInfo's of the passed in style are clonsed as well.
93 * @param style Style to duplicate
95 public DefaultSynthStyle(DefaultSynthStyle style) { argument
96 opaque = style.opaque;
97 if (style.insets != null) {
98 insets = new Insets(style.insets.top, style.insets.left,
99 style
482 addTo(DefaultSynthStyle style) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11FontManager.java781 0 == fontConfigFonts[i].style) {
815 protected FontUIResource getFontConfigFUIR(String family, int style, int size) { argument
817 CompositeFont font2D = getFontConfigManager().getFontConfigFont(family, style);
820 return new FontUIResource(family, style, size);
831 new FontUIResource(font2D.getFamilyName(null), style, size);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java176 public FontDescriptor[] getFontDescriptors(String fontName, int style) { argument
210 String fontname, int style) {
219 style == fcFonts[i].style) {
373 String styleKey = fci.jdkName+"."+fci.style;
486 fci[index].style = s;
209 getFcFontList(FcCompFont[] fcFonts, String fontname, int style) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
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...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java895 * written out as a comment, inside a style tag.
904 // Don't write out the default style.
918 * Outputs the named style. <code>outputStyle</code> indicates
919 * whether or not a style has been output yet. This will return
920 * true if a style is written.
922 boolean writeStyle(String name, Style style, boolean outputStyle) argument
925 Enumeration attributes = style.getAttributeNames();
930 String value = style.getAttribute(attribute).toString();
962 write("<style type=\"text/css\">");
978 write("</style>");
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java127 if (desc.style != fileFont.style) {
132 if ((desc.style & Font.ITALIC) == Font.ITALIC &&
133 (fileFont.style & Font.ITALIC) == 0) {
137 if ((desc.style & Font.BOLD) == Font.BOLD &&
138 ((fileFont.style & Font.BOLD) == 0)) {
328 int style,
335 int style = desc.style & Font.BOLD | desc.style
327 _getGlyphImageFromWindows(String family, int style, int size, int glyphCode, boolean fracMetrics) argument
[all...]
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/solaris/native/sun/awt/
H A Dawt_util.h234 XIMCaretStyle style; member in struct:_PreeditBufferRec
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c392 DWORD style, exStyle; local
398 wcex.style = CS_HREDRAW | CS_VREDRAW;
413 style = WS_POPUP;
414 hWnd = CreateWindowEx(exStyle, (LPCSTR) wndClass, "", style,
/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c36 * - Receives the family name, style, and size of the font
172 jstring fontFamily, jint style, jint size, jint glyphCode, jboolean fm) {
225 lf.lfWeight = (style & 1) ? FW_BOLD : FW_NORMAL;
226 lf.lfItalic = (style & 2) ? 0xff : 0;
170 Java_sun_font_FileFontStrike__1getGlyphImageFromWindows(JNIEnv *env, jobject unused, jstring fontFamily, jint style, jint size, jint glyphCode, jboolean fm) argument
/openjdk7/jdk/test/java/awt/Toolkit/Headless/ExceptionContract/
H A DExceptionContract.java222 protected FontPeer getFontPeer(String name, int style) { argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java78 * Adds a style for the HTML tag.
80 * @param style style to be added
82 public void addStyle(HtmlStyle style) { argument
83 addAttr(HtmlAttr.CLASS, style.toString());
201 * Generates a DIV tag with the style class attributes. It also encloses
299 * Generates a heading tag (h1 to h6) with the title and style class attributes. It also encloses
319 * Generates a heading tag (h1 to h6) with style class attribute. It also encloses
394 * @param styleClass style for the tag
477 * @param styleClass style o
[all...]

Completed in 95 milliseconds

123456