Searched defs:style (Results 26 - 50 of 149) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
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 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 DSynthDesktopIconUI.java44 private SynthStyle style; field in class:SynthDesktopIconUI
121 style = SynthLookAndFeel.updateStyle(context, this);
131 style.uninstallDefaults(context);
133 style = null;
147 style, state);
H A DSynthInternalFrameUI.java47 private SynthStyle style; field in class:SynthInternalFrameUI
103 SynthStyle oldStyle = style;
105 style = SynthLookAndFeel.updateStyle(context, this);
106 if (style != oldStyle) {
126 style.uninstallDefaults(context);
128 style = null;
145 SynthLookAndFeel.getRegion(c), style, state);
261 SynthStyle oldStyle = style;
269 if (style == oldStyle &&
274 style
[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));
H A DSynthListUI.java45 private SynthStyle style; field in class:SynthListUI
133 SynthStyle oldStyle = style;
135 style = SynthLookAndFeel.updateStyle(context, this);
137 if (style != oldStyle) {
141 list.setSelectionBackground(style.getColor(
147 list.setSelectionForeground(style.getColor(
151 useListColors = style.getBoolean(context,
153 useUIBorder = style.getBoolean(context,
156 int height = style.getInt(context, "List.cellHeight", -1);
177 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 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 DSynthOptionPaneUI.java46 private SynthStyle style; field in class:SynthOptionPaneUI
77 SynthStyle oldStyle = style;
79 style = SynthLookAndFeel.updateStyle(context, this);
80 if (style != oldStyle) {
81 minimumSize = (Dimension)style.get(context,
101 style.uninstallDefaults(context);
103 style = null;
144 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 DSynthSeparatorUI.java48 private SynthStyle style; field in class:SynthSeparatorUI
88 SynthStyle oldStyle = style;
90 style = SynthLookAndFeel.updateStyle(context, this);
92 if (style != oldStyle) {
96 size = (DimensionUIResource)style.get(
116 style.uninstallDefaults(context);
118 style = null;
211 int thickness = style.getInt(context, "Separator.thickness", 2);
252 SynthLookAndFeel.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 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);
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 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 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);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontManager.java65 * The client supplies a name and a style.
67 * A font may exist with the specified style, or it may
68 * exist only in some other style. For non-native fonts the scaler
69 * may be able to emulate the required style.
71 public Font2D findFont2D(String name, int style, int fallback); argument
103 * @param style the font style of the derived font
108 public Font2DHandle getNewComposite(String family, int style, argument
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...]
H A DFontStrikeDesc.java46 * ie style is already built and hint "OFF" values are zero.
73 int style; field in class:FontStrikeDesc
204 style = fStyle;
234 style = desc.style;
243 return "FontStrikeDesc: Style="+style+ " AA="+aaHint+ " FM="+fmHint+
/openjdk7/jdk/src/share/classes/sun/util/
H A DBuddhistCalendar.java176 public String getDisplayName(int field, int style, Locale locale) { argument
178 return super.getDisplayName(field, style, locale);
183 style < SHORT || style > LONG) {
190 String[] eras = rb.getStringArray(getKey(style));
194 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { argument
196 return super.getDisplayNames(field, style, locale);
201 style < ALL_STYLES || style > LONG) {
208 if (style
224 getDisplayNamesImpl(int field, int style, Locale locale) argument
234 getKey(int style) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DComponentFactory.java91 FontPeer getFontPeer(String name, int style); argument
H A DPlatformFont.java59 public PlatformFont(String name, int style){ argument
74 componentFonts = fontConfig.getFontDescriptors(familyName, style);
/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;

Completed in 59 milliseconds

123456