public interface Extensible extends Identifiable
DisplayGroup
s can only extend other
DisplayGroup
s only.
When an extensible element extends another, the contents of the base element are included first in the contents of the extended element.
Extensible elements can also be made part of other extensible elemetns. When an element is part of another element, the contents of that element is added to the element pointed to by the "part-of" attribute.
The resolution of the "part-of" directive is only done at runtime when an object is loaded into the property inspector. At that time the contents of this element are added to the element pointed to by the "part of" identifier. If the element specified by the "part-of" attribute is not found, then the contents of this elements are laid out in the property inspector.
Modifier and Type | Method and Description |
---|---|
Extensible |
getBase()
Get the base element.
|
java.lang.String |
getExtends()
Get the unique identifier of the base element.
|
java.lang.String |
getPartOf()
Gets the unique identifier of the element this element is part-of.
|
getID
java.lang.String getExtends()
Extensible getBase()
java.lang.String getPartOf()