Package org.jline.curses
Interface Container
-
- All Superinterfaces:
Component
- All Known Subinterfaces:
Window
- All Known Implementing Classes:
AbstractPanel
,AbstractWindow
,BasicWindow
,BorderPanel
,Box
,GridPanel
public interface Container extends Component
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jline.curses.Component
Component.Behavior
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Component>
getComponents()
Returns 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 Detail
-
getComponents
java.util.Collection<Component> getComponents()
Returns a read-only collection of all contained components.
-
-