Package org.jline.curses
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 org.jline.curses.Component
Component.Behavior
-
Method Summary
Modifier and TypeMethodDescriptionReturns a read-only collection of all contained components.Methods inherited from interface org.jline.curses.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.
-