|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.web.client.element.WebDrawHandler
@Deprecated public abstract class WebDrawHandler
The class all web specific draw handlers extend.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
draw(CoElement element,
CoEnvData envData)
Deprecated. The method repsonsible for the drawing of the element. |
protected abstract void |
draw(CoElement element,
WebEnvData envData)
Deprecated. The method repsonsible for the drawing of the element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final void draw(CoElement element,
CoEnvData envData)
throws WTException
draw method.
draw in interface CoDrawHandlerelement - envData -
WTException
protected abstract void draw(CoElement element,
WebEnvData envData)
throws WTException
element - envData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||