Searched defs:CSS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/6218229/
H A DT6218229.java34 static abstract class CSS<X, Y> implements St<CSS<X, Y>, CSN<X, Y>> {}; class in class:T6218229
35 static final class CSN<X, Y> extends CSS<X, Y> implements Ac<CSS<X, Y>, CSN<X, Y>> {};
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java47 * <a href="http://www.w3.org/TR/REC-CSS1">CSS attributes</a>
49 * CSS attributes to determine how they will render. This also defines
50 * methods to map between CSS/HTML/StyleConstants. Any shorthand
52 * <p>The following describes the CSS properties that are suppored by the
126 public class CSS implements Serializable { class in inherits:Serializable
130 * that might hold CSS attributes. Since this is a
145 * CSS specification.
384 // All possible CSS attribute keys.
431 * CSS specification.
478 public CSS() { method in class:CSS
[all...]

Completed in 43 milliseconds