| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Style
An interface used to describe a theme. The properties of this interface return information about a style sheet
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  java.lang.String | getAuthor()Access the author | 
|  java.util.Date | getCreationDate()Access the creation date | 
|  java.lang.String | getCSSURL()Access a url to a cascading style sheet | 
|  java.lang.String | getDescription()Access the description of the style | 
|  java.lang.String | getId()Access the id of the style | 
|  java.util.Date | getLastModified()Access the last modified date | 
|  java.lang.String | getName()Access the name of the style | 
|  java.lang.String | getServletContext()Access the servletContext | 
|  java.lang.String | getVersion()Access the version | 
|  void | setAuthor(java.lang.String pAuthor)Set the author of the style | 
|  void | setCSSURL(java.lang.String pCSSURL)Set the cssURL of the style | 
|  void | setDescription(java.lang.String pDescription)Set the description of the style | 
|  void | setName(java.lang.String pName)Set the name of the style | 
|  void | setServletContext(java.lang.String pServletContext)Set the servletContext of the style | 
|  void | setVersion(java.lang.String pVersion)Set the version of the style | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
java.lang.String getId()
java.lang.String getName()
void setName(java.lang.String pName)
a - namejava.lang.String getDescription()
void setDescription(java.lang.String pDescription)
a - descriptionjava.util.Date getCreationDate()
java.util.Date getLastModified()
java.lang.String getAuthor()
void setAuthor(java.lang.String pAuthor)
a - authorjava.lang.String getVersion()
void setVersion(java.lang.String pVersion)
a - versionjava.lang.String getCSSURL()
void setCSSURL(java.lang.String pCSSURL)
a - cssURLjava.lang.String getServletContext()
void setServletContext(java.lang.String pServletContext)
a - servletContext| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||