public interface ComponentContainer extends java.lang.Iterable<Component>
| Modifier and Type | Method and Description |
|---|---|
@UnmodifiableView java.util.List<Component> |
getComponents()
All components in this container.
|
java.util.List<Component> |
getInternalComponents()
This is an internal inventory-framework API that should not be used from outside of
this library.
|
@UnmodifiableView java.util.List<Component> getComponents()
@ApiStatus.Internal java.util.List<Component> getInternalComponents()