|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object that is mutable by Style.
Method Summary | |
Style |
getStyle()
returns the current style. |
java.util.List |
getStyles()
Returns a list of all registered styles. |
java.lang.Object |
getType()
get/setType for use in (visual) builders. |
java.lang.String |
getValidEncoding()
legacy (?) |
void |
setType(java.lang.Object style)
A lenient setter for Style. |
Method Detail |
public java.util.List getStyles()
Items of the List are guaranteed to be valid entries in setType.
public Style getStyle()
public java.lang.Object getType()
actually getType returns getStyle - but for convenient binding the return type has to be the same as the parameter type in the setter.
public void setType(java.lang.Object style)
It's up the the concrete implemantation to define valid input types and formats. Minimally it must guarantee to accept all objects returned in the getStyles() and the output of getValidEncoding().
style
- public java.lang.String getValidEncoding()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |