|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.html.CSSManager
Manages CSS styles and their relation to DataEngineObjects. Allows for setting and retrieving styles for Row's, RowCollection's, and Field's based upon class name.
Field Summary |
Method Summary | |
java.lang.String |
getStyle(java.lang.Class c)
Gets the registered style for the given class. |
void |
registerStyle(java.lang.Class c,
java.lang.String style)
Registers the given style for the given class. |
static void |
setSingleton(CSSManager singleton)
Sets the singleton instance of the CSSManager. |
static CSSManager |
singleton()
Gets the singleton instance of CSSManager |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getStyle(java.lang.Class c)
public void registerStyle(java.lang.Class c, java.lang.String style)
public static void setSingleton(CSSManager singleton)
public static CSSManager singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |