|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.html.CSS
Defines a set of CSS attributes as a typesafe enumeration. The html View implementations use css attributes to determine how they will render.
StyleSheet
Inner Class Summary | |
static class |
CSS.Attribute
Definitions to be used as a key on AttributeSet's that might hold css attributes. |
Constructor Summary | |
CSS()
|
Method Summary | |
static CSS.Attribute[] |
getAllAttributeKeys()
Return the set of all possible CSS attribute keys. |
static CSS.Attribute |
getAttribute(java.lang.String name)
Translate a string to a CSS.Attribute object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CSS()
Method Detail |
public static CSS.Attribute[] getAllAttributeKeys()
public static final CSS.Attribute getAttribute(java.lang.String name)
name
- the name of the css attribute to fetch the
typesafe enumeration for.
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |