public interface IRenderingElement
Modifier and Type | Method and Description |
---|---|
void |
accept(IRenderingVisitor visitor)
Converts this
TextElement into widget specific objects. |
void accept(IRenderingVisitor visitor)
TextElement
into widget specific objects.visitor
- Toolkit specific widget factory.Copyright © 2021. All rights reserved.