public interface PortableContainer
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object component)
Add the specified component into the container.
|
java.lang.Object |
getPlatformContainer()
Return the platform dependent container that this instance wraps.
|
void add(java.lang.Object component)
component
- The component to be added.java.lang.Object getPlatformContainer()