T
- Generic type of the Component
.public interface ComponentBuilder<T extends java.awt.Component>
Component
's.Modifier and Type | Method and Description |
---|---|
void |
addChild(ComponentBuilder<?> component)
Add a child to the
Component we are building. |
T |
instance()
Create and return the
Component . |
void addChild(ComponentBuilder<?> component)
Component
we are building.T instance()
Component
.