| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
CompSBasePlugin.createReplacedElement()
Creates a
ReplacedElement object, adds it to the end of the
ReplacedElement objects list and returns a pointer to the newly
created object. |
ReplacedElement |
CompSBasePlugin.getReplacedElement(long n)
Returns the
ReplacedElement with the given index. |
ReplacedElement |
CompSBasePlugin.removeReplacedElement(long index)
Removes the
ReplacedElement with the given index. |
| Modifier and Type | Method and Description |
|---|---|
int |
CompSBasePlugin.addReplacedElement(ReplacedElement replacedElement)
Adds a copy of the given
ReplacedElement object to the list of ReplacedElements. |
| Constructor and Description |
|---|
ReplacedElement(ReplacedElement source)
Copy constructor.
|