Interface Container

All Superinterfaces:
Component
All Known Subinterfaces:
Window
All Known Implementing Classes:
AbstractPanel, AbstractWindow, BasicWindow, BorderPanel, Box, GridPanel, Menu.MenuWindow

public interface Container extends Component
  • Method Details

    • getComponents

      Collection<Component> getComponents()
      Returns a read-only collection of all contained components.