|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object echopoint.stylesheet.AbstractStyleSheetHandler
This abtract CssStyleSheetHandler can be used as the basis other StyleSheetHandler implementations.
Field Summary | |
protected java.util.ArrayList |
listOfClasses
The array of handled classes is kept here |
Constructor Summary | |
AbstractStyleSheetHandler()
|
Method Summary | |
protected void |
addHandledClass(java.lang.Class clazz)
Adds a class to an internal list so it can be indentified as being handled by this StyleSheetHandler |
java.lang.String |
getFullQualifiedClassName(java.lang.String partialClassName)
This method is called to ask the StyleSheetHandler to make a name into a fully qualified Java class name. |
java.lang.Class[] |
getHandledClasses()
Called to return an array of the classes that a CssStyleSheetHandler manages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface echopoint.stylesheet.CssStyleSheetHandler |
getStyleInfo, parseUnknownStyleValue, parseUnknownStyleValue, setKnownStyleAttribute, setUnknownStyleAttribute |
Field Detail |
protected java.util.ArrayList listOfClasses
Constructor Detail |
public AbstractStyleSheetHandler()
Method Detail |
protected void addHandledClass(java.lang.Class clazz)
public java.lang.Class[] getHandledClasses()
CssStyleSheetHandler
getHandledClasses
in interface CssStyleSheetHandler
CssStyleSheetHandler.getHandledClasses()
public java.lang.String getFullQualifiedClassName(java.lang.String partialClassName)
This implementation runs through the list of handled classes and compares their name to the partialClassName specified. If a match is made, the fully qualified class name is returned.
There is no usually need to overrride this method.
getFullQualifiedClassName
in interface CssStyleSheetHandler
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |