Searched refs:style (Results 26 - 50 of 205) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextFieldUI.java55 private SynthStyle style; field in class:SynthTextFieldUI
69 SynthStyle oldStyle = style;
71 style = SynthLookAndFeel.updateStyle(context, this);
73 if (style != oldStyle) {
86 SynthStyle style = context.getStyle();
91 (Color)style.get(context, prefix + ".caretForeground"));
96 fg = style.getColorForState(context, ColorType.TEXT_FOREGROUND);
102 Object ar = style.get(context, prefix + ".caretAspectRatio");
112 style.getColor(context, ColorType.TEXT_BACKGROUND));
118 style
[all...]
H A DSynthMenuBarUI.java43 private SynthStyle style; field in class:SynthMenuBarUI
78 SynthStyle oldStyle = style;
79 style = SynthLookAndFeel.updateStyle(context, this);
80 if (style != oldStyle) {
96 style.uninstallDefaults(context);
98 style = null;
120 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthPopupMenuUI.java46 private SynthStyle style; field in class:SynthPopupMenuUI
72 SynthStyle oldStyle = style;
73 style = SynthLookAndFeel.updateStyle(context, this);
74 if (style != oldStyle) {
99 style.uninstallDefaults(context);
101 style = null;
127 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthRootPaneUI.java42 private SynthStyle style; field in class:SynthRootPaneUI
69 style.uninstallDefaults(context);
71 style = null;
84 SynthLookAndFeel.getRegion(c), style, state);
93 SynthStyle oldStyle = style;
94 style = SynthLookAndFeel.updateStyle(context, this);
95 if (style != oldStyle) {
H A DSynthTextAreaUI.java56 private SynthStyle style; field in class:SynthTextAreaUI
89 style.uninstallDefaults(context);
91 style = null;
97 SynthStyle oldStyle = style;
99 style = SynthLookAndFeel.updateStyle(context, this);
101 if (style != oldStyle) {
122 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthMenuUI.java45 private SynthStyle style; field in class:SynthMenuUI
76 SynthStyle oldStyle = style;
79 style = SynthLookAndFeel.updateStyle(context, this);
80 if (oldStyle != style) {
82 defaultTextIconGap = style.getInt(
86 Insets insets = (Insets)style.get(context, prefix + ".margin");
94 acceleratorDelimiter = style.getString(context, prefix +
98 checkIcon = style.getIcon(context, prefix + ".checkIcon");
99 arrowIcon = style.getIcon(context, prefix + ".arrowIcon");
106 ((JMenu)menuItem).setDelay(style
[all...]
H A DSynthMenuItemUI.java48 private SynthStyle style; field in class:SynthMenuItemUI
94 SynthStyle oldStyle = style;
96 style = SynthLookAndFeel.updateStyle(context, this);
97 if (oldStyle != style) {
100 Object value = style.get(context, prefix + ".textIconGap");
108 Insets insets = (Insets)style.get(context, prefix + ".margin");
116 acceleratorDelimiter = style.getString(context, prefix +
119 arrowIcon = style.getIcon(context, prefix + ".arrowIcon");
121 checkIcon = style.getIcon(context, prefix + ".checkIcon");
142 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 DSynthColorChooserUI.java48 private SynthStyle style; field in class:SynthColorChooserUI
87 style = SynthLookAndFeel.updateStyle(context, this);
98 style.uninstallDefaults(context);
100 style = null;
132 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthPanelUI.java43 private SynthStyle style; field in class:SynthPanelUI
110 style.uninstallDefaults(context);
112 style = null;
117 style = SynthLookAndFeel.updateStyle(context, this);
131 SynthLookAndFeel.getRegion(c), style, state);
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 DSynthViewportUI.java42 private SynthStyle style; field in class:SynthViewportUI
101 this.style = newStyle;
130 style.uninstallDefaults(context);
132 style = null;
145 getRegion(c), style, state);
H A DSynthSplitPaneUI.java62 private SynthStyle style; field in class:SynthSplitPaneUI
127 SynthStyle oldStyle = style;
129 style = SynthLookAndFeel.updateStyle(context, this);
131 if (style != oldStyle) {
132 Object value = style.get(context, "SplitPane.size");
138 value = style.get(context, "SplitPane.oneTouchExpandable");
152 if (style != oldStyle || dividerStyle != oldDividerStyle) {
181 style.uninstallDefaults(context);
183 style = null;
213 SynthLookAndFeel.getRegion(c), style, stat
[all...]
H A DSynthEditorPaneUI.java43 private SynthStyle style; field in class:SynthEditorPaneUI
85 style.uninstallDefaults(context);
87 style = null;
118 SynthStyle oldStyle = style;
120 style = SynthLookAndFeel.updateStyle(context, this);
122 if (style != oldStyle) {
143 SynthLookAndFeel.getRegion(c), style, state);
H A DSynthTableHeaderUI.java54 private SynthStyle style; field in class:SynthTableHeaderUI
80 SynthStyle oldStyle = style;
81 style = SynthLookAndFeel.updateStyle(context, this);
82 if (style != oldStyle) {
111 style.uninstallDefaults(context);
113 style = null;
197 SynthLookAndFeel.getRegion(c), style, state);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.h31 jfieldID style; member in struct:FontIDs
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DDateFormatProviderImpl.java68 public DateFormat getDateInstance(int style, Locale locale) { argument
71 return new FooDateFormat(datePattern[style]+dialect[i], locale);
77 public DateFormat getTimeInstance(int style, Locale locale) { argument
80 return new FooDateFormat(timePattern[style]+dialect[i], locale);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DPangoFonts.java84 int style = Font.PLAIN;
93 style |= Font.ITALIC;
95 style |= Font.BOLD;
195 Font font = FontUtilities.getFontConfigFUIR(fcFamilyLC, style, size);
196 font = font.deriveFont(style, (float)dsize);
200 Font font = new Font(family, style, size);
202 font = font.deriveFont(style, (float)dsize);
/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/test/java/util/PluggableLocale/
H A DDateFormatProviderTest.java84 for (int style = DateFormat.FULL; style <= DateFormat.SHORT; style ++) {
86 DateFormat result = DateFormat.getDateTimeInstance(style, style, target);
91 providersResult = dfp.getDateTimeInstance(style, style, target);
97 Object[] dateTimeArgs = {jreDateTimePatterns[style],
98 jreDateTimePatterns[style + 4]};
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontFamily.java108 public void setFont(Font2D font, int style) { argument
120 switch (style) {
143 public Font2D getFontWithExactStyleMatch(int style) { argument
145 switch (style) {
172 public Font2D getFont(int style) { argument
174 switch (style) {
182 } else if (plain != null && plain.canDoStyle(style)) {
191 } else if (plain != null && plain.canDoStyle(style)) {
200 } else if (italic != null && italic.canDoStyle(style)) {
202 } else if (bold != null && bold.canDoStyle(style)) {
220 getClosestStyle(int style) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java49 private ConnectionStyle style; field in class:Connection
65 this.style = ConnectionStyle.NORMAL;
81 return style;
89 style = s;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A Ddefault.css126 list-style-type: decimal
141 list-style-type: disc;
149 ul li ul {list-style-type: circle;
158 ul li ul li ul {list-style-type: square;
162 ul li menu {list-style-type: circle;
179 cite {font-style: italic}
184 dfn {font-style: italic}
186 em {font-style: italic}
188 i {font-style: italic}
210 font-style
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java151 * associated with a font face, each differing in size, style, transform
310 * The plain style constant.
315 * The bold style constant. This can be combined with the other style
321 * The italicized style constant. This can be combined with the other
322 * style constants (except PLAIN) for mixed styles.
375 * The style of this <code>Font</code>, as passed to the constructor.
376 * This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.
382 protected int style; field in class:Font
453 this.peer = tk.getFontPeer(name, style);
566 Font(String name, int style, int size) argument
573 Font(String name, int style, float sizePts) argument
581 Font(String name, int style, float sizePts, boolean created, Font2DHandle handle) argument
1864 deriveFont(int style, float size) argument
1886 deriveFont(int style, AffineTransform trans) argument
1933 deriveFont(int style) argument
2674 applyStyle(int style, AttributeValues values) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java62 private SynthStyle style; field in class:SynthFileChooserUI
79 return new SynthContext(c, Region.FILE_CHOOSER, style,
85 return new SynthContext(c, Region.FILE_CHOOSER, style, state);
105 if (newStyle != style) {
106 if (style != null) {
107 style.uninstallDefaults(getContext(c, ENABLED));
109 style = newStyle;
111 style.installDefaults(context);
114 c.setBorder(new UIBorder(style.getInsets(context, null)));
117 directoryIcon = style
[all...]

Completed in 141 milliseconds

123456789