Interface Container
- All Superinterfaces:
Component
- All Known Subinterfaces:
Window
- All Known Implementing Classes:
AbstractPanel, AbstractWindow, BasicWindow, BorderPanel, Box, GridPanel
-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.Behavior -
Method Summary
Modifier and TypeMethodDescriptionReturns a read-only collection of all contained components.Methods inherited from interface Component
draw, enable, focus, getBehaviors, getParent, getPosition, getPreferredSize, getScreenPosition, getSize, handleInput, handleMouse, isEnabled, isFocused, isIn, setPosition, setSize
-
Method Details
-
getComponents
Collection<Component> getComponents()Returns a read-only collection of all contained components.
-