public interface AttributeRepresentation
Modifier and Type | Method and Description |
---|---|
void |
placeWidget(Attribute element,
PortableContainer container)
Get a representation that can be later placed into a container.
|
void placeWidget(Attribute element, PortableContainer container) throws IllegalActionException
element
- The element to be represented.container
- The container to place the element's representation.IllegalActionException
- If the element's representation cannot be
added to the container.