public class UnknownComponent extends UnknownInstance implements DesignComponent
| Constructor and Description |
|---|
UnknownComponent(ArooaElement element,
ArooaContext parentContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStructuralListener(DesignListener listener)
Add a listener that will notified when child
DesignComponents are added or removed from this
DesignComponent. |
String |
getId()
Get the id of the instance, if there is one.
|
void |
removeStructuralListener(DesignListener listener)
Remove a listener.
|
void |
setId(String id)
Set the id of the instance.
|
detail, element, getArooaContext, getXml, setXml, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdetail, element, getArooaContextpublic UnknownComponent(ArooaElement element, ArooaContext parentContext)
public void addStructuralListener(DesignListener listener)
DesignComponentDesignComponents are added or removed from this
DesignComponent. This is used by the DesignTreeModel.addStructuralListener in interface DesignComponentlistener - The listener.public void removeStructuralListener(DesignListener listener)
DesignComponentremoveStructuralListener in interface DesignComponentlistener - The listener.public String getId()
DesignComponentgetId in interface DesignComponentpublic void setId(String id)
DesignComponentsetId in interface DesignComponentid - The id. May be null.Copyright © 2023. All rights reserved.