|
|||||||||
| 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.CoElement
com.ptc.core.ca.co.client.primitive.CoConnector
@Deprecated public abstract class CoConnector
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoContainer |
|---|
CHILDREN |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
ADDRESS |
| Method Summary | |
|---|---|
boolean |
canBePruned(CoEnvData envData)
Deprecated. Checks to see if an element can be removed from its parent without the loss of information. |
Map |
getChildren()
Deprecated. Gets the value of the attribute: children; the map of child elements. |
CoModel |
getModel()
Deprecated. Gets the object for the association that plays role: model; the model of the element Supported API: true |
CoModel |
newModel()
Deprecated. Returns newly created model of the CoDefaultLableModel
class. |
void |
pruneChildren(CoEnvData envData)
Deprecated. Removes sub-elements that do not have to be maintained and can easily be restored during new drawing. |
void |
setChildren(Map a_Children)
Deprecated. Sets the value of the attribute: children; the map of child elements. |
void |
setModel(CoModel a_Model)
Deprecated. Sets the object for the association that plays role: model; the model of the element Supported API: true |
void |
updateChildren(CoEnvData envData)
Deprecated. Updates sub-elements. |
void |
updateModel(CoEnvData envData)
Deprecated. Creates and updates the model of the element. |
| Methods inherited from class com.ptc.core.ca.co.client.element.CoElement |
|---|
default_draw, default_init, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, isBeingRefreshed, render, setAddress, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ptc.core.ca.co.client.address.CoAddressable |
|---|
getAddress, setAddress |
| Method Detail |
|---|
public CoModel newModel()
CoDefaultLableModel
class.
newModel in interface CoModelDriven
public void updateModel(CoEnvData envData)
throws WTException
updateModel in interface CoModelDrivenenvData -
WTException
public void updateChildren(CoEnvData envData)
throws WTException
children map should contain sub-elements according
to the configuration specification and data from the data aquisition
layer.
updateChildren in interface CoContainerenvData -
WTException
public void pruneChildren(CoEnvData envData)
throws WTException
pruneChildren in interface CoContainerenvData -
WTException
public boolean canBePruned(CoEnvData envData)
throws WTException
canBePruned in class CoElementenvData -
WTExceptionpublic Map getChildren()
CoAddress are used as keys.
getChildren in interface CoContainerpublic void setChildren(Map a_Children)
CoAddress are used as keys.
setChildren in interface CoContainera_Children - public CoModel getModel()
getModel in interface CoModelDrivenpublic void setModel(CoModel a_Model)
setModel in interface CoModelDrivena_Model -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||