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

/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DParser.java61 private static final String ALIGN = "align"; field in class:Parser
69 OPTION, COLUMN, DATA, HEADER, WIDTH, FORMAT, ALIGN, SCALE
259 match(ALIGN);
471 } else if (lookahead.sval.compareTo(ALIGN) == 0) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java378 public static final Attribute ALIGN = new Attribute("align"); field in class:HTML.Attribute
463 ALIGN,
673 * WIDTH, HEIGHT, ALIGN, NAME, HREF, REL, REV, TITLE, TARGET,
H A DImageView.java282 // when conversion from ALIGN to VERTICAL_ALIGN is complete.
283 Object alignment = attr.getAttribute(HTML.Attribute.ALIGN);
H A DCSS.java833 * Navigator uses ALIGN for caption placement and IE uses VALIGN.
835 Object v = htmlAttrSet.getAttribute(HTML.Attribute.ALIGN);
940 htmlAttrToCssAttrMap.put(HTML.Attribute.ALIGN,
1397 * HTML.Attribute.ALIGN needs special processing.
1402 if (key == HTML.Attribute.ALIGN) {
1403 String htmlAttrValue = (String)htmlAttrSet.getAttribute(HTML.Attribute.ALIGN);
1480 * Maps HTML.Attribute.ALIGN to either:
1488 * @return CSS.Attribute mapping for HTML.Attribute.ALIGN.
1494 String htmlAttrValue = (String)htmlAttrSet.getAttribute(HTML.Attribute.ALIGN);
H A DHTMLWriter.java1074 addAttribute(to, HTML.Attribute.ALIGN,
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java468 public static final String ALIGN = "align"; field in class:HTMLWriter
H A DRunExamples.java443 html.writeAttr(HTMLWriter.ALIGN, "top");

Completed in 231 milliseconds