|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CxExtendsListener will listen for changes in a superclass component included any changes to that component or any contained components a component.
Method Summary | |
boolean |
canAddComponent(CxExtendsCanAddEvent event)
Test if a component can be added by the name specified in the received event |
void |
componentAdded(CxExtendsAddEvent event)
Recieve a CxExtendsAddEvent whenever a component is added anywhere (not just direct child) within the extends from component |
void |
componentLocationChanged(CxExtendsLocationChangeEvent event)
Recieve a CxExtendsLocationChangeEvent whenever an extends from component or any of its decendents has a change in location. |
void |
componentNameChanged(CxExtendsNameChangeEvent event)
Recieve a CxExtendsNameChangeEvent whenever an extends from component or any of its decendents has a name change. |
void |
componentNodeChanged(CxExtendsNodeChangeEvent event)
Recieve a CxExtendsNodeChangeEvent whenever an extends from component or any of its decendents has a change in a node value. |
void |
componentPropertyChanged(CxExtendsPropertyChangeEvent event)
Recieve a CxExtendsPropertyChangeEvent whenever an extends from component or any of its decendents has a property change value. |
void |
componentRemoved(CxExtendsRemoveEvent event)
Recieve a CxExtendsRemoveEvent whenever a component is removed from anywhere (not just direct child) within the extends from component |
void |
componentWirePortChanged(CxExtendsWirePortChangeEvent event)
Recieve a CxExtendsWirePortChangeEvent whenever a wire of an extends from component or any of its decendents has a port assignment changed. |
Method Detail |
public boolean canAddComponent(CxExtendsCanAddEvent event)
event
- the recieved eventpublic void componentAdded(CxExtendsAddEvent event)
event
- the recieved event.public void componentRemoved(CxExtendsRemoveEvent event)
event
- the recieved event.public void componentPropertyChanged(CxExtendsPropertyChangeEvent event)
event
- the recieved event.public void componentWirePortChanged(CxExtendsWirePortChangeEvent event)
event
- the recieved event.public void componentNameChanged(CxExtendsNameChangeEvent event)
event
- the recieved event.public void componentLocationChanged(CxExtendsLocationChangeEvent event)
event
- the recieved event.public void componentNodeChanged(CxExtendsNodeChangeEvent event)
event
- the recieved event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |