|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.inet.html.css.TemporaryStyle
public class TemporaryStyle
This are simply name constants to identify style entries within attribute set, which are only present at runtime. They are the result of a find-attribute action. These entries should not be stored!
Nested Class Summary | |
---|---|
static class |
TemporaryStyle.Attribute
A list of CSS attributes. |
Constructor Summary | |
---|---|
TemporaryStyle()
|
Method Summary | |
---|---|
static TemporaryStyle.Attribute |
getAttribute(CSS.Attribute origAttribute)
Find a temporary attribute for an CSS attribute |
static TemporaryStyle.Attribute |
getAttribute(java.lang.String name)
Get the CSS Attribute with the same name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemporaryStyle()
Method Detail |
---|
public static final TemporaryStyle.Attribute getAttribute(java.lang.String name)
name
- the lower case name
public static final TemporaryStyle.Attribute getAttribute(CSS.Attribute origAttribute)
origAttribute
- the CSS attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |