Searched refs:STYLE (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSBorder.java56 final static int COLOR = 0, STYLE = 1, WIDTH = 2; field in class:CSSBorder
119 ATTRIBUTES[STYLE][side]);
149 (BorderStyle) attrs.getAttribute(ATTRIBUTES[STYLE][side]);
151 style = (BorderStyle) DEFAULTS[STYLE];
H A DHTML.java220 public static final Tag STYLE = new Tag("style"); field in class:HTML.Tag
274 STRONG, STYLE, SUB, SUP, TABLE, TD, TEXTAREA,
403 public static final Attribute STYLE = new Attribute("style"); field in class:HTML.Attribute
488 STYLE,
590 * STRONG, STYLE, SUB, SUP, TABLE, TD, TEXTAREA,
676 * TYPE, CLASS, STYLE, LANG, DIR, DECLARE, CLASSID, DATA, CODETYPE,
H A DHTMLDocument.java2083 * <SCRIPT> and <STYLE> are unsupported.
2149 * <tr><td><code>HTML.Tag.STYLE</code> <td>StyleAction
2264 tagMap.put(HTML.Tag.STYLE, new StyleAction());
2599 if (isStyleCSS && a.isDefined(HTML.Attribute.STYLE)) {
2601 String decl = (String)a.getAttribute(HTML.Attribute.STYLE);
2602 a.removeAttribute(HTML.Attribute.STYLE);
2695 if (isStyleCSS && a.isDefined(HTML.Attribute.STYLE)) {
2697 String decl = (String)a.getAttribute(HTML.Attribute.STYLE);
2698 a.removeAttribute(HTML.Attribute.STYLE);
4025 * <p>STYLE
[all...]
H A DHTMLWriter.java1092 to.addAttribute(HTML.Attribute.STYLE, value);
1153 to.addAttribute(HTML.Attribute.STYLE, value);
H A DHTMLEditorKit.java1232 (kind == HTML.Tag.STYLE) ||
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java396 writeAttr(STYLE, value);
552 public static final String STYLE = "style"; field in class:HTMLWriter
H A DRunExamples.java349 html.startTag(HTMLWriter.STYLE);
363 html.endTag(HTMLWriter.STYLE);

Completed in 67 milliseconds