|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStyle
IStyle interface defines the simplest methods to be implemented by HTML Style object.
Method Summary | |
---|---|
Object |
get(String name)
|
boolean |
put(String name,
String value)
|
Method Detail |
---|
boolean put(String name, String value)
name
- the style name.value
- the style value.
Object get(String name)
name
- the style name to be obtained.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |