|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.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 | |
String |
getStyle(Class c)
Gets the registered style for the given class. |
void |
registerStyle(Class c,
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 String getStyle(Class c)
public void registerStyle(Class c, 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 |