public interface Composite
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Returns the component that this Composite is wrapping
|
void |
setComponent(Component component)
Sets the component which is inside this Composite.
|
Component getComponent()
void setComponent(Component component)
component
- Component to wrapCopyright © 2016. All rights reserved.